id int64 0 30k | prompt stringlengths 265 1.96k | answer stringclasses 10
values | pythoncode stringlengths 267 1.96k | depth0 stringclasses 10
values | depth1 stringclasses 10
values | depth2 stringclasses 10
values | depth3 stringclasses 10
values | depth4 stringclasses 11
values | depth5 stringclasses 11
values | depth6 stringclasses 11
values | depth7 stringclasses 11
values | depthn0 stringclasses 10
values | depthn1 stringclasses 10
values | depthn2 stringclasses 10
values | depthn3 stringclasses 10
values | depthn4 stringclasses 11
values | depthn5 stringclasses 11
values | depthn6 stringclasses 11
values | depthn7 stringclasses 11
values | num_nodes int64 3 7 | num_edges int64 3 30 | num_classes int64 2 7 | path_length int64 3 7 | num_cycle int64 0 6 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4,700 | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.w: A = None
self.txt = txt
b = A("b")
d = B("d")
c = B("c")
h = B("h")
f = A("f")
b.p = f
d.y = h
d.w = b
c.y = d
c.w = b
h.y = c
h.w = f... | b" | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.w: A = None
self.txt = txt
b = A("b")
d = B("d")
c = B("c")
h = B("h")
f = A("f")
b.p = f
d.y = h
d.w = b
c.y = d
c.w = b
h.y = c
h.w = f... | f | b | f | b | x | x | x | x | b | f | b | f | x | x | x | x | 5 | 8 | 2 | 3 | 2 |
4,701 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
g = A("g")
a = B("a")
i = B("i")
c = B("c")
j = B("j")
e = B("e")
g.s = i
a.t = j
i.t = j
c.t = a
j.t = c
e.t = c
assert g.s.t.t.t.txt ... | a" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
g = A("g")
a = B("a")
i = B("i")
c = B("c")
j = B("j")
e = B("e")
g.s = i
a.t = j
i.t = j
c.t = a
j.t = c
e.t = c
assert g.s.t.t.t.txt ... | g | i | j | c | a | x | x | x | a | c | j | i | g | x | x | x | 6 | 6 | 2 | 4 | 0 |
4,702 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
a = A("a")
e = B("e")
d = A("d")
g = B("g")
h = A("h")
f = B("f")
a.p = g
e.x = f
d.p = e
g.x = e
h.p = e
f.x = g
assert h.p.x.x.x.x.tx... | f" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
a = A("a")
e = B("e")
d = A("d")
g = B("g")
h = A("h")
f = B("f")
a.p = g
e.x = f
d.p = e
g.x = e
h.p = e
f.x = g
assert h.p.x.x.x.x.tx... | h | e | f | g | e | f | x | x | f | e | g | f | e | h | x | x | 6 | 6 | 2 | 5 | 2 |
4,703 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
f = A("f")
c = B("c")
d = B("d")
h = A("h")
b = B("b")
f.t = b
c.t = b
d.t = b
h.t = d
b.t = c
assert f.t.t.t.t.txt == " | c" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
f = A("f")
c = B("c")
d = B("d")
h = A("h")
b = B("b")
f.t = b
c.t = b
d.t = b
h.t = d
b.t = c
assert f.t.t.t.t.txt == "c" | f | b | c | b | c | x | x | x | c | b | c | b | f | x | x | x | 5 | 5 | 2 | 4 | 2 |
4,704 | class A:
def __init__(self, txt: str):
self.x: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.r: B = None
self.txt = txt
g = A("g")
a = B("a")
h = B("h")
g.x = a
g.p = h
a.v = g
a.r = h
h.v = g
h.r = a
asse... | h" | class A:
def __init__(self, txt: str):
self.x: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.r: B = None
self.txt = txt
g = A("g")
a = B("a")
h = B("h")
g.x = a
g.p = h
a.v = g
a.r = h
h.v = g
h.r = a
asse... | a | h | g | h | x | x | x | x | h | g | h | a | x | x | x | x | 3 | 6 | 2 | 3 | 1 |
4,705 | class A:
def __init__(self, txt: str):
self.w: A = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
e = A("e")
d = B("d")
b = B("b")
a = A("a")
g = B("g")
e.w = a
e.r = a
d.w = g
b.w = d
a.w = e
a.r = e
g.w = d... | g" | class A:
def __init__(self, txt: str):
self.w: A = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
e = A("e")
d = B("d")
b = B("b")
a = A("a")
g = B("g")
e.w = a
e.r = a
d.w = g
b.w = d
a.w = e
a.r = e
g.w = d... | d | g | d | g | x | x | x | x | g | d | g | d | x | x | x | x | 5 | 5 | 2 | 3 | 2 |
4,706 | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.y: A = None
self.txt = txt
c = A("c")
g = B("g")
j = A("j")
h = B("h")
f = B("f")
c.z = j
g.o = j
g.y = j
j.z = c
h.o = j
h.y = c
f.o = c... | j" | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.y: A = None
self.txt = txt
c = A("c")
g = B("g")
j = A("j")
h = B("h")
f = B("f")
c.z = j
g.o = j
g.y = j
j.z = c
h.o = j
h.y = c
f.o = c... | h | c | j | c | j | x | x | x | j | c | j | c | h | x | x | x | 5 | 7 | 2 | 4 | 2 |
4,707 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.q: A = None
self.txt = txt
c = A("c")
a = B("a")
g = B("g")
e = A("e")
d = A("d")
c.u = g
a.z = g
a.q = e
g.z = a
g.q = e
e.u = g
d.u = a... | g" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.q: A = None
self.txt = txt
c = A("c")
a = B("a")
g = B("g")
e = A("e")
d = A("d")
c.u = g
a.z = g
a.q = e
g.z = a
g.q = e
e.u = g
d.u = a... | g | a | e | g | e | g | x | x | g | e | g | e | a | g | x | x | 5 | 7 | 2 | 5 | 3 |
4,708 | class A:
def __init__(self, txt: str):
self.o: B = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.u: B = None
self.txt = txt
j = A("j")
g = B("g")
e = B("e")
b = B("b")
a = B("a")
f = A("f")
j.o = b
j.v = f
g.p... | g" | class A:
def __init__(self, txt: str):
self.o: B = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.u: B = None
self.txt = txt
j = A("j")
g = B("g")
e = B("e")
b = B("b")
a = B("a")
f = A("f")
j.o = b
j.v = f
g.p... | j | f | e | a | b | g | x | x | g | b | a | e | f | j | x | x | 6 | 9 | 2 | 5 | 0 |
4,709 | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
c = A("c")
d = B("d")
h = B("h")
b = A("b")
i = A("i")
j = B("j")
f = A("f")
c.v = i
d.t = i
h.t = f
b.v = i
i.v = b
j.t = f
f.v = c
as... | b" | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
c = A("c")
d = B("d")
h = B("h")
b = A("b")
i = A("i")
j = B("j")
f = A("f")
c.v = i
d.t = i
h.t = f
b.v = i
i.v = b
j.t = f
f.v = c
as... | b | i | b | i | b | x | x | x | b | i | b | i | b | x | x | x | 7 | 7 | 2 | 4 | 3 |
4,710 | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
c = A("c")
i = B("i")
j = A("j")
a = B("a")
e = A("e")
h = B("h")
f = B("f")
c.p = j
i.z = a
j.p = e
a.z = i
e.p = j
h.z = a
f.z = h
as... | a" | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
c = A("c")
i = B("i")
j = A("j")
a = B("a")
e = A("e")
h = B("h")
f = B("f")
c.p = j
i.z = a
j.p = e
a.z = i
e.p = j
h.z = a
f.z = h
as... | i | a | i | a | i | a | i | a | a | i | a | i | a | i | a | i | 7 | 7 | 2 | 7 | 6 |
4,711 | class A:
def __init__(self, txt: str):
self.p: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
a = A("a")
e = B("e")
j = B("j")
g = A("g")
i = A("i")
a.p = j
a.s = j
e.z = a
j.z = g
g.p = j
g.s = e
i.p = j... | j" | class A:
def __init__(self, txt: str):
self.p: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
a = A("a")
e = B("e")
j = B("j")
g = A("g")
i = A("i")
a.p = j
a.s = j
e.z = a
j.z = g
g.p = j
g.s = e
i.p = j... | g | e | a | j | g | j | x | x | j | g | j | a | e | g | x | x | 5 | 6 | 2 | 5 | 2 |
4,712 | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
e = A("e")
g = B("g")
c = A("c")
f = A("f")
i = B("i")
b = A("b")
e.y = b
g.o = c
c.y = f
f.y = e
i.o = b
b.y = e
assert f.y.y.y.y.y.y.... | b" | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
e = A("e")
g = B("g")
c = A("c")
f = A("f")
i = B("i")
b = A("b")
e.y = b
g.o = c
c.y = f
f.y = e
i.o = b
b.y = e
assert f.y.y.y.y.y.y.... | f | e | b | e | b | e | b | x | b | e | b | e | b | e | f | x | 6 | 6 | 2 | 6 | 4 |
4,713 | class A:
def __init__(self, txt: str):
self.p: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
h = A("h")
g = B("g")
d = B("d")
i = A("i")
e = B("e")
f = B("f")
h.p = g
h.z = e
g.u = h
d.u = i
i.p = e
i.z ... | h" | class A:
def __init__(self, txt: str):
self.p: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
h = A("h")
g = B("g")
d = B("d")
i = A("i")
e = B("e")
f = B("f")
h.p = g
h.z = e
g.u = h
d.u = i
i.p = e
i.z ... | h | e | h | e | h | e | h | x | h | e | h | e | h | e | h | x | 6 | 7 | 2 | 6 | 5 |
4,714 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.s: B = None
self.txt = txt
g = A("g")
d = B("d")
f = A("f")
i = B("i")
c = A("c")
h = A("h")
g.t = d
d.v = i
d.s = i
f.t = i
i.v = d
i.s ... | i" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.s: B = None
self.txt = txt
g = A("g")
d = B("d")
f = A("f")
i = B("i")
c = A("c")
h = A("h")
g.t = d
d.v = i
d.s = i
f.t = i
i.v = d
i.s ... | i | d | i | d | i | x | x | x | i | d | i | d | i | x | x | x | 6 | 6 | 2 | 4 | 3 |
4,715 | class A:
def __init__(self, txt: str):
self.r: A = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
d = A("d")
h = B("h")
a = A("a")
b = B("b")
c = B("c")
e = B("e")
i = B("i")
d.r = a
d.z = a
h.y = c
a.r = d
a... | c" | class A:
def __init__(self, txt: str):
self.r: A = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
d = A("d")
h = B("h")
a = A("a")
b = B("b")
c = B("c")
e = B("e")
i = B("i")
d.r = a
d.z = a
h.y = c
a.r = d
a... | i | c | i | c | x | x | x | x | c | i | c | i | x | x | x | x | 7 | 7 | 2 | 3 | 2 |
4,716 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
c = A("c")
g = B("g")
e = A("e")
f = B("f")
h = B("h")
b = A("b")
i = A("i")
c.s = f
g.o = f
e.s = h
f.o = g
h.o = g
b.s = f
i.s = f
as... | f" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
c = A("c")
g = B("g")
e = A("e")
f = B("f")
h = B("h")
b = A("b")
i = A("i")
c.s = f
g.o = f
e.s = h
f.o = g
h.o = g
b.s = f
i.s = f
as... | c | f | g | f | x | x | x | x | f | g | f | c | x | x | x | x | 7 | 7 | 2 | 3 | 1 |
4,717 | class A:
def __init__(self, txt: str):
self.x: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
f = A("f")
h = B("h")
a = B("a")
e = A("e")
g = B("g")
b = A("b")
f.x = g
f.s = a
h.q = f
a.q = b
e.x = g
e.s ... | f" | class A:
def __init__(self, txt: str):
self.x: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
f = A("f")
h = B("h")
a = B("a")
e = A("e")
g = B("g")
b = A("b")
f.x = g
f.s = a
h.q = f
a.q = b
e.x = g
e.s ... | f | g | f | a | b | g | f | x | f | g | b | a | f | g | f | x | 6 | 7 | 2 | 6 | 3 |
4,718 | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.p: B = None
self.txt = txt
a = A("a")
f = B("f")
h = A("h")
i = A("i")
j = B("j")
g = B("g")
a.w = f
f.t = h
f.p = g
h.w = j
i.w = j
j.t ... | j" | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.p: B = None
self.txt = txt
a = A("a")
f = B("f")
h = A("h")
i = A("i")
j = B("j")
g = B("g")
a.w = f
f.t = h
f.p = g
h.w = j
i.w = j
j.t ... | h | j | i | j | x | x | x | x | j | i | j | h | x | x | x | x | 6 | 9 | 2 | 3 | 1 |
4,719 | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.y: A = None
self.txt = txt
d = A("d")
g = B("g")
j = A("j")
d.z = j
g.v = j
g.y = j
j.z = d
assert g.v.z.z.txt == " | j" | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.y: A = None
self.txt = txt
d = A("d")
g = B("g")
j = A("j")
d.z = j
g.v = j
g.y = j
j.z = d
assert g.v.z.z.txt == "j" | g | j | d | j | x | x | x | x | j | d | j | g | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
4,720 | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.x: A = None
self.txt = txt
i = A("i")
a = B("a")
e = A("e")
d = A("d")
b = A("b")
j = B("j")
i.x = e
a.q = b
a.x = e
e.x = i
d.x = i
b.x ... | e" | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.x: A = None
self.txt = txt
i = A("i")
a = B("a")
e = A("e")
d = A("d")
b = A("b")
j = B("j")
i.x = e
a.q = b
a.x = e
e.x = i
d.x = i
b.x ... | e | i | e | i | e | x | x | x | e | i | e | i | e | x | x | x | 6 | 7 | 2 | 4 | 3 |
4,721 | class A:
def __init__(self, txt: str):
self.r: B = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.r: B = None
self.txt = txt
a = A("a")
i = B("i")
d = B("d")
h = B("h")
b = A("b")
c = B("c")
g = B("g")
a.r = c
... | b" | class A:
def __init__(self, txt: str):
self.r: B = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.r: B = None
self.txt = txt
a = A("a")
i = B("i")
d = B("d")
h = B("h")
b = A("b")
c = B("c")
g = B("g")
a.r = c
... | d | i | h | g | d | b | x | x | b | d | g | h | i | d | x | x | 7 | 14 | 2 | 5 | 1 |
4,722 | class A:
def __init__(self, txt: str):
self.s: A = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.t: B = None
self.txt = txt
e = A("e")
i = B("i")
g = B("g")
b = A("b")
e.s = b
e.v = b
i.y = b
i.t = g
g.y = e
g... | e" | class A:
def __init__(self, txt: str):
self.s: A = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.t: B = None
self.txt = txt
e = A("e")
i = B("i")
g = B("g")
b = A("b")
e.s = b
e.v = b
i.y = b
i.t = g
g.y = e
g... | g | e | b | e | x | x | x | x | e | b | e | g | x | x | x | x | 4 | 6 | 2 | 3 | 1 |
4,723 | class A:
def __init__(self, txt: str):
self.y: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.z: B = None
self.txt = txt
i = A("i")
g = B("g")
e = A("e")
c = B("c")
a = A("a")
j = A("j")
d = A("d")
i.y = g
... | g" | class A:
def __init__(self, txt: str):
self.y: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.z: B = None
self.txt = txt
i = A("i")
g = B("g")
e = A("e")
c = B("c")
a = A("a")
j = A("j")
d = A("d")
i.y = g
... | i | g | c | g | c | g | x | x | g | c | g | c | g | i | x | x | 7 | 11 | 2 | 5 | 3 |
4,724 | class A:
def __init__(self, txt: str):
self.v: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
a = A("a")
f = B("f")
b = A("b")
a.v = f
a.y = f
f.v = b
b.v = f
b.y = f
assert a.v.v.v.txt == " | f" | class A:
def __init__(self, txt: str):
self.v: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
a = A("a")
f = B("f")
b = A("b")
a.v = f
a.y = f
f.v = b
b.v = f
b.y = f
assert a.v.v.v.txt == "f" | a | f | b | f | x | x | x | x | f | b | f | a | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
4,725 | class A:
def __init__(self, txt: str):
self.t: A = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.v: B = None
self.txt = txt
j = A("j")
d = B("d")
c = A("c")
g = A("g")
b = A("b")
e = A("e")
a = B("a")
j.t = c
... | a" | class A:
def __init__(self, txt: str):
self.t: A = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.v: B = None
self.txt = txt
j = A("j")
d = B("d")
c = A("c")
g = A("g")
b = A("b")
e = A("e")
a = B("a")
j.t = c
... | a | d | a | d | a | d | a | x | a | d | a | d | a | d | a | x | 7 | 12 | 2 | 6 | 5 |
4,726 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
d = A("d")
i = B("i")
a = B("a")
f = A("f")
d.p = a
i.o = f
a.o = f
f.p = i
assert f.p.o.p.o.txt == " | f" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
d = A("d")
i = B("i")
a = B("a")
f = A("f")
d.p = a
i.o = f
a.o = f
f.p = i
assert f.p.o.p.o.txt == "f" | f | i | f | i | f | x | x | x | f | i | f | i | f | x | x | x | 4 | 4 | 2 | 4 | 3 |
4,727 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.x: B = None
self.txt = txt
e = A("e")
g = B("g")
i = B("i")
e.p = g
g.v = e
g.x = i
i.v = e
i.x = g
assert i.x.v.p.txt == " | g" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.x: B = None
self.txt = txt
e = A("e")
g = B("g")
i = B("i")
e.p = g
g.v = e
g.x = i
i.v = e
i.x = g
assert i.x.v.p.txt == "g" | i | g | e | g | x | x | x | x | g | e | g | i | x | x | x | x | 3 | 5 | 2 | 3 | 1 |
4,728 | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.y: A = None
self.txt = txt
j = A("j")
b = B("b")
i = B("i")
h = A("h")
e = A("e")
c = A("c")
d = B("d")
j.s = c
b.v = d
b.y = h
i.v = d
i... | h" | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.y: A = None
self.txt = txt
j = A("j")
b = B("b")
i = B("i")
h = A("h")
e = A("e")
c = A("c")
d = B("d")
j.s = c
b.v = d
b.y = h
i.v = d
i... | d | e | h | c | h | x | x | x | h | c | h | e | d | x | x | x | 7 | 10 | 2 | 4 | 1 |
4,729 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.v: B = None
self.txt = txt
a = A("a")
h = B("h")
e = B("e")
a.u = h
h.q = a
h.v = e
e.q = a
e.v = h
assert h.q.u.q.txt == " | a" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.v: B = None
self.txt = txt
a = A("a")
h = B("h")
e = B("e")
a.u = h
h.q = a
h.v = e
e.q = a
e.v = h
assert h.q.u.q.txt == "a" | h | a | h | a | x | x | x | x | a | h | a | h | x | x | x | x | 3 | 5 | 2 | 3 | 2 |
4,730 | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.q: A = None
self.txt = txt
b = A("b")
j = B("j")
f = A("f")
b.x = j
j.x = f
j.q = b
f.x = j
assert f.x.q.x.txt == " | j" | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.q: A = None
self.txt = txt
b = A("b")
j = B("j")
f = A("f")
b.x = j
j.x = f
j.q = b
f.x = j
assert f.x.q.x.txt == "j" | f | j | b | j | x | x | x | x | j | b | j | f | x | x | x | x | 3 | 4 | 2 | 3 | 1 |
4,731 | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.x: B = None
self.txt = txt
f = A("f")
d = B("d")
g = B("g")
b = B("b")
a = A("a")
f.p = a
d.w = g
d.x = b
g.w = d
g.x = b
b.w = d
b.x = d... | d" | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.x: B = None
self.txt = txt
f = A("f")
d = B("d")
g = B("g")
b = B("b")
a = A("a")
f.p = a
d.w = g
d.x = b
g.w = d
g.x = b
b.w = d
b.x = d... | d | g | b | d | g | d | x | x | d | g | d | b | g | d | x | x | 5 | 7 | 2 | 5 | 3 |
4,732 | class A:
def __init__(self, txt: str):
self.t: A = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.q: B = None
self.txt = txt
h = A("h")
d = B("d")
e = A("e")
c = A("c")
b = B("b")
i = B("i")
h.t = e
h.o = d
d.s... | b" | class A:
def __init__(self, txt: str):
self.t: A = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.q: B = None
self.txt = txt
h = A("h")
d = B("d")
e = A("e")
c = A("c")
b = B("b")
i = B("i")
h.t = e
h.o = d
d.s... | i | b | d | b | x | x | x | x | b | d | b | i | x | x | x | x | 6 | 12 | 2 | 3 | 1 |
4,733 | class A:
def __init__(self, txt: str):
self.x: B = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
e = A("e")
c = B("c")
h = A("h")
j = A("j")
f = B("f")
g = A("g")
b = B("b")
e.x = c
e.v = g
c.o = f
h.x = b
h... | f" | class A:
def __init__(self, txt: str):
self.x: B = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
e = A("e")
c = B("c")
h = A("h")
j = A("j")
f = B("f")
g = A("g")
b = B("b")
e.x = c
e.v = g
c.o = f
h.x = b
h... | f | c | f | c | f | c | f | x | f | c | f | c | f | c | f | x | 7 | 11 | 2 | 6 | 5 |
4,734 | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
c = A("c")
h = B("h")
i = B("i")
f = A("f")
c.t = f
h.w = i
i.w = h
f.t = c
assert c.t.t.t.t.txt == " | c" | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
c = A("c")
h = B("h")
i = B("i")
f = A("f")
c.t = f
h.w = i
i.w = h
f.t = c
assert c.t.t.t.t.txt == "c" | c | f | c | f | c | x | x | x | c | f | c | f | c | x | x | x | 4 | 4 | 2 | 4 | 3 |
4,735 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
f = A("f")
g = B("g")
d = A("d")
c = A("c")
a = A("a")
f.r = g
g.o = f
d.r = g
c.r = g
a.r = g
assert f.r.o.r.txt == " | g" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
f = A("f")
g = B("g")
d = A("d")
c = A("c")
a = A("a")
f.r = g
g.o = f
d.r = g
c.r = g
a.r = g
assert f.r.o.r.txt == "g" | f | g | f | g | x | x | x | x | g | f | g | f | x | x | x | x | 5 | 5 | 2 | 3 | 2 |
4,736 | class A:
def __init__(self, txt: str):
self.v: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
b = A("b")
j = B("j")
d = B("d")
f = B("f")
i = B("i")
h = A("h")
e = A("e")
b.v = j
b.y = j
j.u = d
d.u = j
f... | j" | class A:
def __init__(self, txt: str):
self.v: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
b = A("b")
j = B("j")
d = B("d")
f = B("f")
i = B("i")
h = A("h")
e = A("e")
b.v = j
b.y = j
j.u = d
d.u = j
f... | d | j | d | j | d | j | x | x | j | d | j | d | j | d | x | x | 7 | 9 | 2 | 5 | 4 |
4,737 | class A:
def __init__(self, txt: str):
self.v: B = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
d = A("d")
c = B("c")
i = A("i")
d.v = c
d.z = i
c.v = d
i.v = c
i.z = d
assert i.v.v.z.txt == " | i" | class A:
def __init__(self, txt: str):
self.v: B = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
d = A("d")
c = B("c")
i = A("i")
d.v = c
d.z = i
c.v = d
i.v = c
i.z = d
assert i.v.v.z.txt == "i" | i | c | d | i | x | x | x | x | i | d | c | i | x | x | x | x | 3 | 5 | 2 | 3 | 1 |
4,738 | class A:
def __init__(self, txt: str):
self.w: A = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
i = A("i")
a = B("a")
c = A("c")
b = B("b")
f = A("f")
i.w = c
i.z = a
a.o = b
c.w = f
c.z = a
b.o = a
f.w = i... | b" | class A:
def __init__(self, txt: str):
self.w: A = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
i = A("i")
a = B("a")
c = A("c")
b = B("b")
f = A("f")
i.w = c
i.z = a
a.o = b
c.w = f
c.z = a
b.o = a
f.w = i... | c | a | b | a | b | x | x | x | b | a | b | a | c | x | x | x | 5 | 8 | 2 | 4 | 2 |
4,739 | class A:
def __init__(self, txt: str):
self.u: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
a = A("a")
i = B("i")
e = A("e")
j = B("j")
a.u = i
a.p = i
i.p = e
e.u = i
e.p = i
j.p = e
assert a.p.p.p.txt... | i" | class A:
def __init__(self, txt: str):
self.u: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
a = A("a")
i = B("i")
e = A("e")
j = B("j")
a.u = i
a.p = i
i.p = e
e.u = i
e.p = i
j.p = e
assert a.p.p.p.txt... | a | i | e | i | x | x | x | x | i | e | i | a | x | x | x | x | 4 | 4 | 2 | 3 | 1 |
4,740 | class A:
def __init__(self, txt: str):
self.r: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.o: A = None
self.txt = txt
b = A("b")
j = B("j")
i = A("i")
c = A("c")
a = B("a")
b.r = j
b.t = a
j.t = b
j.o = ... | i" | class A:
def __init__(self, txt: str):
self.r: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.o: A = None
self.txt = txt
b = A("b")
j = B("j")
i = A("i")
c = A("c")
a = B("a")
b.r = j
b.t = a
j.t = b
j.o = ... | i | a | i | a | i | x | x | x | i | a | i | a | i | x | x | x | 5 | 8 | 2 | 4 | 3 |
4,741 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
c = A("c")
f = B("f")
j = B("j")
c.t = f
f.r = c
j.r = c
assert c.t.r.t.txt == " | f" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
c = A("c")
f = B("f")
j = B("j")
c.t = f
f.r = c
j.r = c
assert c.t.r.t.txt == "f" | c | f | c | f | x | x | x | x | f | c | f | c | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
4,742 | class A:
def __init__(self, txt: str):
self.p: B = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.q: A = None
self.txt = txt
c = A("c")
e = B("e")
h = B("h")
j = A("j")
i = A("i")
c.p = e
c.r = h
e.x = h
e.q = ... | j" | class A:
def __init__(self, txt: str):
self.p: B = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.q: A = None
self.txt = txt
c = A("c")
e = B("e")
h = B("h")
j = A("j")
i = A("i")
c.p = e
c.r = h
e.x = h
e.q = ... | c | e | j | e | h | j | x | x | j | h | e | j | e | c | x | x | 5 | 10 | 2 | 5 | 2 |
4,743 | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.p: A = None
self.txt = txt
e = A("e")
d = B("d")
f = B("f")
h = A("h")
j = A("j")
a = A("a")
e.t = j
d.s = f
d.p = e
f.s = d
f.p = h
h.t ... | e" | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.p: A = None
self.txt = txt
e = A("e")
d = B("d")
f = B("f")
h = A("h")
j = A("j")
a = A("a")
e.t = j
d.s = f
d.p = e
f.s = d
f.p = h
h.t ... | a | j | e | j | e | j | e | x | e | j | e | j | e | j | a | x | 6 | 8 | 2 | 6 | 4 |
4,744 | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.s: A = None
self.txt = txt
f = A("f")
a = B("a")
d = B("d")
g = A("g")
j = B("j")
b = A("b")
i = B("i")
f.q = a
a.x = g
a.s = g
d.x = g
d... | g" | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.s: A = None
self.txt = txt
f = A("f")
a = B("a")
d = B("d")
g = A("g")
j = B("j")
b = A("b")
i = B("i")
f.q = a
a.x = g
a.s = g
d.x = g
d... | j | g | j | g | x | x | x | x | g | j | g | j | x | x | x | x | 7 | 9 | 2 | 3 | 2 |
4,745 | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.w: A = None
self.txt = txt
h = A("h")
d = B("d")
c = A("c")
g = B("g")
j = A("j")
h.z = g
h.y = g
d.o = c
d.w = ... | g" | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.w: A = None
self.txt = txt
h = A("h")
d = B("d")
c = A("c")
g = B("g")
j = A("j")
h.z = g
h.y = g
d.o = c
d.w = ... | d | c | g | h | g | x | x | x | g | h | g | c | d | x | x | x | 5 | 8 | 2 | 4 | 1 |
4,746 | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
i = A("i")
f = B("f")
d = A("d")
i.u = d
f.v = d
d.u = i
assert d.u.u.u.txt == " | i" | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
i = A("i")
f = B("f")
d = A("d")
i.u = d
f.v = d
d.u = i
assert d.u.u.u.txt == "i" | d | i | d | i | x | x | x | x | i | d | i | d | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
4,747 | class A:
def __init__(self, txt: str):
self.q: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.r: B = None
self.txt = txt
e = A("e")
f = B("f")
g = B("g")
i = B("i")
e.q = i
e.z = g
f.w = e
f.r = g
g.w = e
g... | e" | class A:
def __init__(self, txt: str):
self.q: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.r: B = None
self.txt = txt
e = A("e")
f = B("f")
g = B("g")
i = B("i")
e.q = i
e.z = g
f.w = e
f.r = g
g.w = e
g... | e | i | g | e | x | x | x | x | e | g | i | e | x | x | x | x | 4 | 8 | 2 | 3 | 1 |
4,748 | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.q: B = None
self.txt = txt
d = A("d")
b = B("b")
j = B("j")
h = B("h")
d.w = b
b.u = h
b.q = h
j.u = h
j.q = h
h.u = j
h.q = j
assert j.q... | j" | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.q: B = None
self.txt = txt
d = A("d")
b = B("b")
j = B("j")
h = B("h")
d.w = b
b.u = h
b.q = h
j.u = h
j.q = h
h.u = j
h.q = j
assert j.q... | j | h | j | h | j | x | x | x | j | h | j | h | j | x | x | x | 4 | 4 | 2 | 4 | 3 |
4,749 | class A:
def __init__(self, txt: str):
self.s: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.q: B = None
self.txt = txt
e = A("e")
a = B("a")
d = A("d")
h = B("h")
c = A("c")
e.s = a
e.p = a
a.p = d
a.q = ... | h" | class A:
def __init__(self, txt: str):
self.s: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.q: B = None
self.txt = txt
e = A("e")
a = B("a")
d = A("d")
h = B("h")
c = A("c")
e.s = a
e.p = a
a.p = d
a.q = ... | a | d | a | d | a | h | x | x | h | a | d | a | d | a | x | x | 5 | 9 | 2 | 5 | 3 |
4,750 | class A:
def __init__(self, txt: str):
self.w: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.x: B = None
self.txt = txt
e = A("e")
c = B("c")
i = B("i")
e.w = i
e.t = c
c.s = e
c.x = i
i.s = e
i.x = c
asse... | e" | class A:
def __init__(self, txt: str):
self.w: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.x: B = None
self.txt = txt
e = A("e")
c = B("c")
i = B("i")
e.w = i
e.t = c
c.s = e
c.x = i
i.s = e
i.x = c
asse... | i | e | i | e | x | x | x | x | e | i | e | i | x | x | x | x | 3 | 6 | 2 | 3 | 2 |
4,751 | class A:
def __init__(self, txt: str):
self.y: A = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.r: B = None
self.txt = txt
d = A("d")
b = B("b")
g = A("g")
i = B("i")
a = B("a")
h = A("h")
d.y = h
d.s = a
b.w... | g" | class A:
def __init__(self, txt: str):
self.y: A = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.r: B = None
self.txt = txt
d = A("d")
b = B("b")
g = A("g")
i = B("i")
a = B("a")
h = A("h")
d.y = h
d.s = a
b.w... | g | a | d | h | g | h | g | x | g | h | g | h | d | a | g | x | 6 | 12 | 2 | 6 | 3 |
4,752 | class A:
def __init__(self, txt: str):
self.x: A = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
h = A("h")
c = B("c")
b = A("b")
i = B("i")
f = A("f")
a = A("a")
e = B("e")
h.x = f
h.t = e
c.y = b
b.x = a
b... | f" | class A:
def __init__(self, txt: str):
self.x: A = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
h = A("h")
c = B("c")
b = A("b")
i = B("i")
f = A("f")
a = A("a")
e = B("e")
h.x = f
h.t = e
c.y = b
b.x = a
b... | b | c | b | a | i | h | f | x | f | h | i | a | b | c | b | x | 7 | 11 | 2 | 6 | 1 |
4,753 | class A:
def __init__(self, txt: str):
self.t: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.v: B = None
self.txt = txt
h = A("h")
a = B("a")
j = B("j")
c = B("c")
i = B("i")
b = B("b")
e = B("e")
h.t = b
... | c" | class A:
def __init__(self, txt: str):
self.t: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.v: B = None
self.txt = txt
h = A("h")
a = B("a")
j = B("j")
c = B("c")
i = B("i")
b = B("b")
e = B("e")
h.t = b
... | e | c | a | e | c | x | x | x | c | e | a | c | e | x | x | x | 7 | 14 | 2 | 4 | 2 |
4,754 | class A:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
b = A("b")
f = B("f")
g = B("g")
d = A("d")
h = A("h")
i = A("i")
b.q = h
f.x = d
g.x = b
d.q = b
h.q = b
i.q = d
assert g.x.q.q.q.q.tx... | b" | class A:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
b = A("b")
f = B("f")
g = B("g")
d = A("d")
h = A("h")
i = A("i")
b.q = h
f.x = d
g.x = b
d.q = b
h.q = b
i.q = d
assert g.x.q.q.q.q.tx... | g | b | h | b | h | b | x | x | b | h | b | h | b | g | x | x | 6 | 6 | 2 | 5 | 3 |
4,755 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.p: B = None
self.txt = txt
g = A("g")
c = B("c")
a = B("a")
g.s = a
c.r = a
c.p = a
a.r = c
a.p = c
assert g.s.p.p.txt == " | a" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.p: B = None
self.txt = txt
g = A("g")
c = B("c")
a = B("a")
g.s = a
c.r = a
c.p = a
a.r = c
a.p = c
assert g.s.p.p.txt == "a" | g | a | c | a | x | x | x | x | a | c | a | g | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
4,756 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.p: A = None
self.txt = txt
g = A("g")
a = B("a")
e = B("e")
h = A("h")
j = A("j")
d = B("d")
i = B("i")
g.p = a
a.s = i
a.p = h
e.s = a
e... | a" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.p: A = None
self.txt = txt
g = A("g")
a = B("a")
e = B("e")
h = A("h")
j = A("j")
d = B("d")
i = B("i")
g.p = a
a.s = i
a.p = h
e.s = a
e... | h | e | g | a | x | x | x | x | a | g | e | h | x | x | x | x | 7 | 11 | 2 | 3 | 0 |
4,757 | class A:
def __init__(self, txt: str):
self.z: B = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.v: A = None
self.txt = txt
a = A("a")
c = B("c")
i = A("i")
e = A("e")
h = A("h")
a.z = c
a.q = c
c.y = a
c.v = ... | a" | class A:
def __init__(self, txt: str):
self.z: B = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.v: A = None
self.txt = txt
a = A("a")
c = B("c")
i = A("i")
e = A("e")
h = A("h")
a.z = c
a.q = c
c.y = a
c.v = ... | h | c | a | c | a | x | x | x | a | c | a | c | h | x | x | x | 5 | 5 | 2 | 4 | 2 |
4,758 | class A:
def __init__(self, txt: str):
self.u: A = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.r: B = None
self.txt = txt
g = A("g")
c = B("c")
j = B("j")
f = A("f")
g.u = f
g.z = c
c.t = j
c.r = j
j.t = c
j... | j" | class A:
def __init__(self, txt: str):
self.u: A = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.r: B = None
self.txt = txt
g = A("g")
c = B("c")
j = B("j")
f = A("f")
g.u = f
g.z = c
c.t = j
c.r = j
j.t = c
j... | c | j | c | j | x | x | x | x | j | c | j | c | x | x | x | x | 4 | 6 | 2 | 3 | 2 |
4,759 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.w: B = None
self.txt = txt
b = A("b")
j = B("j")
e = B("e")
a = B("a")
d = A("d")
b.r = j
j.r = e
j.w = e
e.r = j
e.w = a
a.r = e
a.w = e... | j" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.w: B = None
self.txt = txt
b = A("b")
j = B("j")
e = B("e")
a = B("a")
d = A("d")
b.r = j
j.r = e
j.w = e
e.r = j
e.w = a
a.r = e
a.w = e... | b | j | e | j | e | j | x | x | j | e | j | e | j | b | x | x | 5 | 6 | 2 | 5 | 3 |
4,760 | class A:
def __init__(self, txt: str):
self.y: A = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.z: B = None
self.txt = txt
g = A("g")
i = B("i")
h = A("h")
j = B("j")
e = A("e")
g.y = h
g.x = j
i.o = g
i.z = ... | j" | class A:
def __init__(self, txt: str):
self.y: A = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.z: B = None
self.txt = txt
g = A("g")
i = B("i")
h = A("h")
j = B("j")
e = A("e")
g.y = h
g.x = j
i.o = g
i.z = ... | g | h | i | j | x | x | x | x | j | i | h | g | x | x | x | x | 5 | 10 | 2 | 3 | 0 |
4,761 | class A:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.o: A = None
self.txt = txt
j = A("j")
g = B("g")
e = A("e")
i = B("i")
f = A("f")
d = A("d")
j.q = e
g.t = d
g.o = e
e.q = f
i.t = e
i.o ... | e" | class A:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.o: A = None
self.txt = txt
j = A("j")
g = B("g")
e = A("e")
i = B("i")
f = A("f")
d = A("d")
j.q = e
g.t = d
g.o = e
e.q = f
i.t = e
i.o ... | d | e | f | e | x | x | x | x | e | f | e | d | x | x | x | x | 6 | 7 | 2 | 3 | 1 |
4,762 | class A:
def __init__(self, txt: str):
self.s: B = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.p: A = None
self.txt = txt
f = A("f")
j = B("j")
g = A("g")
f.s = j
f.p = g
j.v = g
j.p = f
g.s = j
g.p = f
asse... | f" | class A:
def __init__(self, txt: str):
self.s: B = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.p: A = None
self.txt = txt
f = A("f")
j = B("j")
g = A("g")
f.s = j
f.p = g
j.v = g
j.p = f
g.s = j
g.p = f
asse... | j | f | g | f | x | x | x | x | f | g | f | j | x | x | x | x | 3 | 6 | 2 | 3 | 1 |
4,763 | class A:
def __init__(self, txt: str):
self.v: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
f = A("f")
g = B("g")
a = B("a")
e = A("e")
i = B("i")
d = B("d")
f.v = d
f.t = a
g.q = d
a.q = d
e.v = a
e.t ... | a" | class A:
def __init__(self, txt: str):
self.v: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
f = A("f")
g = B("g")
a = B("a")
e = A("e")
i = B("i")
d = B("d")
f.v = d
f.t = a
g.q = d
a.q = d
e.v = a
e.t ... | e | a | d | a | d | a | x | x | a | d | a | d | a | e | x | x | 6 | 7 | 2 | 5 | 3 |
4,764 | class A:
def __init__(self, txt: str):
self.t: A = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
e = A("e")
d = B("d")
g = A("g")
e.t = g
e.u = d
d.p = g
g.t = e
g.u = d
assert e.u.p.u.txt == " | d" | class A:
def __init__(self, txt: str):
self.t: A = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
e = A("e")
d = B("d")
g = A("g")
e.t = g
e.u = d
d.p = g
g.t = e
g.u = d
assert e.u.p.u.txt == "d" | e | d | g | d | x | x | x | x | d | g | d | e | x | x | x | x | 3 | 5 | 2 | 3 | 1 |
4,765 | class A:
def __init__(self, txt: str):
self.p: A = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.q: A = None
self.txt = txt
b = A("b")
e = B("e")
f = A("f")
b.p = f
b.z = e
e.u = b
e.q = f
f.p = b
f.z = e
asse... | b" | class A:
def __init__(self, txt: str):
self.p: A = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.q: A = None
self.txt = txt
b = A("b")
e = B("e")
f = A("f")
b.p = f
b.z = e
e.u = b
e.q = f
f.p = b
f.z = e
asse... | e | b | f | b | x | x | x | x | b | f | b | e | x | x | x | x | 3 | 6 | 2 | 3 | 1 |
4,766 | class A:
def __init__(self, txt: str):
self.r: A = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
g = A("g")
a = B("a")
j = A("j")
f = B("f")
d = A("d")
e = B("e")
i = A("i")
g.r = i
g.t = e
a.y = d
j.r = g
j... | g" | class A:
def __init__(self, txt: str):
self.r: A = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
g = A("g")
a = B("a")
j = A("j")
f = B("f")
d = A("d")
e = B("e")
i = A("i")
g.r = i
g.t = e
a.y = d
j.r = g
j... | e | j | g | i | g | i | g | x | g | i | g | i | g | j | e | x | 7 | 11 | 2 | 6 | 3 |
4,767 | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.y: B = None
self.txt = txt
d = A("d")
b = B("b")
e = B("e")
c = B("c")
i = B("i")
j = A("j")
h = B("h")
d.u = j
b.s = d
b.y = c
e.s = d
e... | d" | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.y: B = None
self.txt = txt
d = A("d")
b = B("b")
e = B("e")
c = B("c")
i = B("i")
j = A("j")
h = B("h")
d.u = j
b.s = d
b.y = c
e.s = d
e... | e | d | j | d | x | x | x | x | d | j | d | e | x | x | x | x | 7 | 12 | 2 | 3 | 1 |
4,768 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.q: A = None
self.txt = txt
i = A("i")
e = B("e")
j = A("j")
f = A("f")
c = A("c")
h = B("h")
a = B("a")
i.v = h
e.t = i
e.q = f
j.v = a
f... | j" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.q: A = None
self.txt = txt
i = A("i")
e = B("e")
j = A("j")
f = A("f")
c = A("c")
h = B("h")
a = B("a")
i.v = h
e.t = i
e.q = f
j.v = a
f... | a | c | e | i | h | j | a | j | j | a | j | h | i | e | c | a | 7 | 10 | 2 | 7 | 2 |
4,769 | class A:
def __init__(self, txt: str):
self.v: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
e = A("e")
c = B("c")
f = A("f")
i = B("i")
h = A("h")
g = B("g")
e.v = c
e.t = c
c.y = f
f.v = i
f.t = c
i.y ... | c" | class A:
def __init__(self, txt: str):
self.v: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
e = A("e")
c = B("c")
f = A("f")
i = B("i")
h = A("h")
g = B("g")
e.v = c
e.t = c
c.y = f
f.v = i
f.t = c
i.y ... | g | h | i | e | c | f | c | x | c | f | c | e | i | h | g | x | 6 | 7 | 2 | 6 | 1 |
4,770 | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
f = A("f")
h = B("h")
b = B("b")
g = B("g")
f.x = h
h.z = g
b.z = h
g.z = b
assert b.z.z.z.txt == " | b" | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
f = A("f")
h = B("h")
b = B("b")
g = B("g")
f.x = h
h.z = g
b.z = h
g.z = b
assert b.z.z.z.txt == "b" | b | h | g | b | x | x | x | x | b | g | h | b | x | x | x | x | 4 | 4 | 2 | 3 | 1 |
4,771 | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
a = A("a")
f = B("f")
e = A("e")
j = B("j")
a.w = e
f.v = j
e.w = a
j.v = f
assert j.v.v.v.txt == " | f" | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
a = A("a")
f = B("f")
e = A("e")
j = B("j")
a.w = e
f.v = j
e.w = a
j.v = f
assert j.v.v.v.txt == "f" | j | f | j | f | x | x | x | x | f | j | f | j | x | x | x | x | 4 | 4 | 2 | 3 | 2 |
4,772 | class A:
def __init__(self, txt: str):
self.x: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
a = A("a")
h = B("h")
c = B("c")
d = A("d")
f = A("f")
a.x = c
a.y = c
h.w = c
c.w = h
d.x = h
d.y = c
f.x = c... | c" | class A:
def __init__(self, txt: str):
self.x: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
a = A("a")
h = B("h")
c = B("c")
d = A("d")
f = A("f")
a.x = c
a.y = c
h.w = c
c.w = h
d.x = h
d.y = c
f.x = c... | d | c | h | c | x | x | x | x | c | h | c | d | x | x | x | x | 5 | 6 | 2 | 3 | 1 |
4,773 | class A:
def __init__(self, txt: str):
self.s: A = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.s: A = None
self.txt = txt
d = A("d")
h = B("h")
g = B("g")
c = A("c")
i = A("i")
d.s = c
d.o = i
h.o = c
h.s = ... | d" | class A:
def __init__(self, txt: str):
self.s: A = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.s: A = None
self.txt = txt
d = A("d")
h = B("h")
g = B("g")
c = A("c")
i = A("i")
d.s = c
d.o = i
h.o = c
h.s = ... | c | d | c | d | x | x | x | x | d | c | d | c | x | x | x | x | 5 | 8 | 2 | 3 | 2 |
4,774 | class A:
def __init__(self, txt: str):
self.x: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
g = A("g")
e = B("e")
j = A("j")
g.x = e
g.y = e
e.x = g
j.x = e
j.y = e
assert e.x.y.x.txt == " | g" | class A:
def __init__(self, txt: str):
self.x: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
g = A("g")
e = B("e")
j = A("j")
g.x = e
g.y = e
e.x = g
j.x = e
j.y = e
assert e.x.y.x.txt == "g" | e | g | e | g | x | x | x | x | g | e | g | e | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
4,775 | class A:
def __init__(self, txt: str):
self.y: B = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.q: B = None
self.txt = txt
i = A("i")
b = B("b")
g = B("g")
f = A("f")
j = B("j")
d = B("d")
i.y = b
i.s = f
b.t... | i" | class A:
def __init__(self, txt: str):
self.y: B = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.q: B = None
self.txt = txt
i = A("i")
b = B("b")
g = B("g")
f = A("f")
j = B("j")
d = B("d")
i.y = b
i.s = f
b.t... | f | i | b | f | i | x | x | x | i | f | b | i | f | x | x | x | 6 | 12 | 2 | 4 | 2 |
4,776 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.z: B = None
self.txt = txt
c = A("c")
f = B("f")
i = B("i")
c.t = i
f.s = c
f.z = i
i.s = c
i.z = f
assert c.t.z.s.txt == " | c" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.z: B = None
self.txt = txt
c = A("c")
f = B("f")
i = B("i")
c.t = i
f.s = c
f.z = i
i.s = c
i.z = f
assert c.t.z.s.txt == "c" | c | i | f | c | x | x | x | x | c | f | i | c | x | x | x | x | 3 | 5 | 2 | 3 | 1 |
4,777 | class A:
def __init__(self, txt: str):
self.t: A = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
h = A("h")
b = B("b")
e = A("e")
c = B("c")
j = A("j")
g = B("g")
h.t = j
h.u = e
b.v = g
e.t = h
e.u = j
c.v ... | g" | class A:
def __init__(self, txt: str):
self.t: A = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
h = A("h")
b = B("b")
e = A("e")
c = B("c")
j = A("j")
g = B("g")
h.t = j
h.u = e
b.v = g
e.t = h
e.u = j
c.v ... | b | g | b | g | b | g | x | x | g | b | g | b | g | b | x | x | 6 | 9 | 2 | 5 | 4 |
4,778 | class A:
def __init__(self, txt: str):
self.p: B = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.x: A = None
self.txt = txt
g = A("g")
c = B("c")
b = A("b")
g.p = c
g.u = b
c.q = b
c.x = g
b.p = c
b.u = g
asse... | c" | class A:
def __init__(self, txt: str):
self.p: B = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.x: A = None
self.txt = txt
g = A("g")
c = B("c")
b = A("b")
g.p = c
g.u = b
c.q = b
c.x = g
b.p = c
b.u = g
asse... | g | c | b | c | x | x | x | x | c | b | c | g | x | x | x | x | 3 | 6 | 2 | 3 | 1 |
4,779 | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.x: B = None
self.txt = txt
c = A("c")
j = B("j")
e = A("e")
d = B("d")
h = B("h")
a = A("a")
g = A("g")
c.y = e
j.q = h
j.x = h
e.y = c
d... | e" | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.x: B = None
self.txt = txt
c = A("c")
j = B("j")
e = A("e")
d = B("d")
h = B("h")
a = A("a")
g = A("g")
c.y = e
j.q = h
j.x = h
e.y = c
d... | g | e | c | e | x | x | x | x | e | c | e | g | x | x | x | x | 7 | 9 | 2 | 3 | 1 |
4,780 | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.r: B = None
self.txt = txt
f = A("f")
g = B("g")
c = A("c")
i = B("i")
d = A("d")
h = B("h")
f.r = c
g.o = h
g.r = i
c.r = d
i.o = h
i.r ... | d" | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.r: B = None
self.txt = txt
f = A("f")
g = B("g")
c = A("c")
i = B("i")
d = A("d")
h = B("h")
f.r = c
g.o = h
g.r = i
c.r = d
i.o = h
i.r ... | f | c | d | c | d | x | x | x | d | c | d | c | f | x | x | x | 6 | 8 | 2 | 4 | 2 |
4,781 | class A:
def __init__(self, txt: str):
self.v: B = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
i = A("i")
d = B("d")
j = A("j")
h = B("h")
c = A("c")
a = B("a")
i.v = a
i.y = c
d.p = j
j.v = h
j.y = c
h.p ... | i" | class A:
def __init__(self, txt: str):
self.v: B = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
i = A("i")
d = B("d")
j = A("j")
h = B("h")
c = A("c")
a = B("a")
i.v = a
i.y = c
d.p = j
j.v = h
j.y = c
h.p ... | i | a | i | a | i | c | i | x | i | c | i | a | i | a | i | x | 6 | 9 | 2 | 6 | 4 |
4,782 | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.o: A = None
self.txt = txt
g = A("g")
f = B("f")
c = B("c")
g.x = f
f.w = c
f.o = g
c.w = f
c.o = g
assert c.w.o.x.txt == " | f" | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.o: A = None
self.txt = txt
g = A("g")
f = B("f")
c = B("c")
g.x = f
f.w = c
f.o = g
c.w = f
c.o = g
assert c.w.o.x.txt == "f" | c | f | g | f | x | x | x | x | f | g | f | c | x | x | x | x | 3 | 5 | 2 | 3 | 1 |
4,783 | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.p: A = None
self.txt = txt
b = A("b")
c = B("c")
h = A("h")
b.p = h
c.s = h
c.p = h
h.p = b
assert b.p.p.p.txt == " | h" | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.p: A = None
self.txt = txt
b = A("b")
c = B("c")
h = A("h")
b.p = h
c.s = h
c.p = h
h.p = b
assert b.p.p.p.txt == "h" | b | h | b | h | x | x | x | x | h | b | h | b | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
4,784 | class A:
def __init__(self, txt: str):
self.p: B = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
j = A("j")
d = B("d")
c = A("c")
j.p = d
j.y = c
d.p = j
c.p = d
c.y = j
assert j.y.y.p.txt == " | d" | class A:
def __init__(self, txt: str):
self.p: B = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
j = A("j")
d = B("d")
c = A("c")
j.p = d
j.y = c
d.p = j
c.p = d
c.y = j
assert j.y.y.p.txt == "d" | j | c | j | d | x | x | x | x | d | j | c | j | x | x | x | x | 3 | 5 | 2 | 3 | 1 |
4,785 | class A:
def __init__(self, txt: str):
self.w: A = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.u: A = None
self.txt = txt
i = A("i")
c = B("c")
a = B("a")
e = A("e")
d = A("d")
h = A("h")
i.w = d
i.y = d
c.o... | e" | class A:
def __init__(self, txt: str):
self.w: A = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.u: A = None
self.txt = txt
i = A("i")
c = B("c")
a = B("a")
e = A("e")
d = A("d")
h = A("h")
i.w = d
i.y = d
c.o... | h | e | d | e | x | x | x | x | e | d | e | h | x | x | x | x | 6 | 9 | 2 | 3 | 1 |
4,786 | class A:
def __init__(self, txt: str):
self.s: A = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
c = A("c")
j = B("j")
a = A("a")
h = B("h")
e = B("e")
i = B("i")
b = A("b")
c.s = b
c.z = a
j.w = h
a.s = b
a... | i" | class A:
def __init__(self, txt: str):
self.s: A = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
c = A("c")
j = B("j")
a = A("a")
h = B("h")
e = B("e")
i = B("i")
b = A("b")
c.s = b
c.z = a
j.w = h
a.s = b
a... | j | h | e | i | h | e | i | x | i | e | h | i | e | h | j | x | 7 | 9 | 2 | 6 | 3 |
4,787 | class A:
def __init__(self, txt: str):
self.x: A = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.w: A = None
self.txt = txt
d = A("d")
i = B("i")
g = A("g")
f = A("f")
j = B("j")
d.x = g
d.w = f
i.q = g
i.w = ... | g" | class A:
def __init__(self, txt: str):
self.x: A = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.w: A = None
self.txt = txt
d = A("d")
i = B("i")
g = A("g")
f = A("f")
j = B("j")
d.x = g
d.w = f
i.q = g
i.w = ... | g | d | f | g | d | g | x | x | g | d | g | f | d | g | x | x | 5 | 8 | 2 | 5 | 3 |
4,788 | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
d = A("d")
g = B("g")
i = A("i")
c = A("c")
e = B("e")
j = B("j")
d.o = e
g.s = e
i.o = g
c.o = e
e.s = j
j.s = g
assert c.o.s.s.s.s.s.... | g" | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
d = A("d")
g = B("g")
i = A("i")
c = A("c")
e = B("e")
j = B("j")
d.o = e
g.s = e
i.o = g
c.o = e
e.s = j
j.s = g
assert c.o.s.s.s.s.s.... | c | e | j | g | e | j | g | x | g | j | e | g | j | e | c | x | 6 | 6 | 2 | 6 | 3 |
4,789 | class A:
def __init__(self, txt: str):
self.q: A = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.y: A = None
self.txt = txt
d = A("d")
b = B("b")
i = A("i")
a = B("a")
e = A("e")
d.q = i
d.y = a
b.o = a
b.y = ... | a" | class A:
def __init__(self, txt: str):
self.q: A = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.y: A = None
self.txt = txt
d = A("d")
b = B("b")
i = A("i")
a = B("a")
e = A("e")
d.q = i
d.y = a
b.o = a
b.y = ... | b | i | b | a | x | x | x | x | a | b | i | b | x | x | x | x | 5 | 10 | 2 | 3 | 1 |
4,790 | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.x: A = None
self.txt = txt
d = A("d")
c = B("c")
g = B("g")
d.z = g
c.s = d
c.x = d
g.s = d
g.x = d
assert g.x.z.s.txt == " | d" | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.x: A = None
self.txt = txt
d = A("d")
c = B("c")
g = B("g")
d.z = g
c.s = d
c.x = d
g.s = d
g.x = d
assert g.x.z.s.txt == "d" | g | d | g | d | x | x | x | x | d | g | d | g | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
4,791 | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
e = A("e")
a = B("a")
b = A("b")
h = B("h")
i = B("i")
d = B("d")
f = B("f")
e.r = b
a.z = i
b.r = e
h.z = i
i.z = a
d.z = i
f.z = a
as... | i" | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
e = A("e")
a = B("a")
b = A("b")
h = B("h")
i = B("i")
d = B("d")
f = B("f")
e.r = b
a.z = i
b.r = e
h.z = i
i.z = a
d.z = i
f.z = a
as... | i | a | i | a | i | a | i | x | i | a | i | a | i | a | i | x | 7 | 7 | 2 | 6 | 5 |
4,792 | class A:
def __init__(self, txt: str):
self.p: A = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
e = A("e")
c = B("c")
a = B("a")
i = A("i")
e.p = i
e.s = i
c.w = a
a.w = c
i.p = e
i.s = e
assert e.s.p.s.p.t... | e" | class A:
def __init__(self, txt: str):
self.p: A = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
e = A("e")
c = B("c")
a = B("a")
i = A("i")
e.p = i
e.s = i
c.w = a
a.w = c
i.p = e
i.s = e
assert e.s.p.s.p.t... | e | i | e | i | e | x | x | x | e | i | e | i | e | x | x | x | 4 | 4 | 2 | 4 | 3 |
4,793 | class A:
def __init__(self, txt: str):
self.y: B = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
f = A("f")
a = B("a")
e = A("e")
d = A("d")
j = A("j")
c = A("c")
f.y = a
f.r = a
a.s = c
e.y = a
e.r = a
d.y ... | a" | class A:
def __init__(self, txt: str):
self.y: B = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
f = A("f")
a = B("a")
e = A("e")
d = A("d")
j = A("j")
c = A("c")
f.y = a
f.r = a
a.s = c
e.y = a
e.r = a
d.y ... | j | a | c | a | c | a | x | x | a | c | a | c | a | j | x | x | 6 | 6 | 2 | 5 | 3 |
4,794 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.z: B = None
self.txt = txt
a = A("a")
c = B("c")
g = A("g")
h = B("h")
b = A("b")
d = B("d")
i = A("i")
a.v = c
c.q = h
c.z = h
g.v = h
h... | h" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.z: B = None
self.txt = txt
a = A("a")
c = B("c")
g = A("g")
h = B("h")
b = A("b")
d = B("d")
i = A("i")
a.v = c
c.q = h
c.z = h
g.v = h
h... | g | h | d | c | h | x | x | x | h | c | d | h | g | x | x | x | 7 | 7 | 2 | 4 | 1 |
4,795 | class A:
def __init__(self, txt: str):
self.t: B = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
d = A("d")
j = B("j")
e = A("e")
d.t = j
d.x = e
j.q = d
e.t = j
e.x = d
assert j.q.t.q.txt == " | d" | class A:
def __init__(self, txt: str):
self.t: B = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
d = A("d")
j = B("j")
e = A("e")
d.t = j
d.x = e
j.q = d
e.t = j
e.x = d
assert j.q.t.q.txt == "d" | j | d | j | d | x | x | x | x | d | j | d | j | x | x | x | x | 3 | 5 | 2 | 3 | 2 |
4,796 | class A:
def __init__(self, txt: str):
self.y: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
e = A("e")
b = B("b")
c = B("c")
e.y = c
e.p = b
b.y = e
c.y = e
assert b.y.p.y.txt == " | e" | class A:
def __init__(self, txt: str):
self.y: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
e = A("e")
b = B("b")
c = B("c")
e.y = c
e.p = b
b.y = e
c.y = e
assert b.y.p.y.txt == "e" | b | e | b | e | x | x | x | x | e | b | e | b | x | x | x | x | 3 | 4 | 2 | 3 | 2 |
4,797 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
g = A("g")
d = B("d")
a = B("a")
g.s = a
d.q = a
a.q = d
assert g.s.q.q.txt == " | a" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
g = A("g")
d = B("d")
a = B("a")
g.s = a
d.q = a
a.q = d
assert g.s.q.q.txt == "a" | g | a | d | a | x | x | x | x | a | d | a | g | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
4,798 | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
h = A("h")
f = B("f")
b = B("b")
d = B("d")
e = B("e")
i = A("i")
h.r = i
f.x = e
b.x = e
d.x = b
e.x = f
i.r = h
assert f.x.x.x.x.txt ... | f" | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
h = A("h")
f = B("f")
b = B("b")
d = B("d")
e = B("e")
i = A("i")
h.r = i
f.x = e
b.x = e
d.x = b
e.x = f
i.r = h
assert f.x.x.x.x.txt ... | f | e | f | e | f | x | x | x | f | e | f | e | f | x | x | x | 6 | 6 | 2 | 4 | 3 |
4,799 | class A:
def __init__(self, txt: str):
self.u: A = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.v: A = None
self.txt = txt
f = A("f")
h = B("h")
e = A("e")
a = A("a")
b = B("b")
f.u = a
f.t = h
h.x = e
h.v = ... | f" | class A:
def __init__(self, txt: str):
self.u: A = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.v: A = None
self.txt = txt
f = A("f")
h = B("h")
e = A("e")
a = A("a")
b = B("b")
f.u = a
f.t = h
h.x = e
h.v = ... | f | a | b | a | e | f | x | x | f | e | a | b | a | f | x | x | 5 | 10 | 2 | 5 | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.