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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1,500 | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.t: A = None
self.txt = txt
h = A("h")
j = B("j")
c = A("c")
g = B("g")
h.y = c
j.x = h
j.t = c
c.y = h
g.x = h
g.t = c
assert h.y.y.y.y.t... | h" | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.t: A = None
self.txt = txt
h = A("h")
j = B("j")
c = A("c")
g = B("g")
h.y = c
j.x = h
j.t = c
c.y = h
g.x = h
g.t = c
assert h.y.y.y.y.t... | h | c | h | c | h | x | x | x | h | c | h | c | h | x | x | x | 4 | 6 | 2 | 4 | 3 |
1,501 | class A:
def __init__(self, txt: str):
self.q: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.s: A = None
self.txt = txt
h = A("h")
e = B("e")
j = B("j")
g = B("g")
h.q = g
h.s = e
e.v = h
e.s = h
j.v = h
j... | h" | class A:
def __init__(self, txt: str):
self.q: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.s: A = None
self.txt = txt
h = A("h")
e = B("e")
j = B("j")
g = B("g")
h.q = g
h.s = e
e.v = h
e.s = h
j.v = h
j... | j | h | e | h | x | x | x | x | h | e | h | j | x | x | x | x | 4 | 5 | 2 | 3 | 1 |
1,502 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.o: A = None
self.txt = txt
e = A("e")
a = B("a")
b = B("b")
i = A("i")
e.u = a
a.s = b
a.o = e
b.s = a
b.o = i
i.u = a
assert e.u.o.u.o.t... | e" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.o: A = None
self.txt = txt
e = A("e")
a = B("a")
b = B("b")
i = A("i")
e.u = a
a.s = b
a.o = e
b.s = a
b.o = i
i.u = a
assert e.u.o.u.o.t... | e | a | e | a | e | x | x | x | e | a | e | a | e | x | x | x | 4 | 6 | 2 | 4 | 3 |
1,503 | 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.p: B = None
self.z: B = None
self.txt = txt
h = A("h")
f = B("f")
i = B("i")
d = B("d")
b = A("b")
h.x = b
h.t = i
f.p = i
f.z = ... | 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.p: B = None
self.z: B = None
self.txt = txt
h = A("h")
f = B("f")
i = B("i")
d = B("d")
b = A("b")
h.x = b
h.t = i
f.p = i
f.z = ... | i | f | i | f | x | x | x | x | f | i | f | i | x | x | x | x | 5 | 9 | 2 | 3 | 2 |
1,504 | class A:
def __init__(self, txt: str):
self.p: B = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.u: B = None
self.txt = txt
e = A("e")
c = B("c")
d = A("d")
a = A("a")
b = B("b")
h = B("h")
g = A("g")
e.p = b
... | b" | class A:
def __init__(self, txt: str):
self.p: B = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.u: B = None
self.txt = txt
e = A("e")
c = B("c")
d = A("d")
a = A("a")
b = B("b")
h = B("h")
g = A("g")
e.p = b
... | c | h | b | c | h | c | h | b | b | h | c | h | c | b | h | c | 7 | 13 | 2 | 7 | 5 |
1,505 | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.r: B = None
self.txt = txt
i = A("i")
a = B("a")
c = A("c")
b = A("b")
e = B("e")
h = A("h")
g = B("g")
i.z = h
a.y = c
a.r = g
c.z = h
b... | h" | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.r: B = None
self.txt = txt
i = A("i")
a = B("a")
c = A("c")
b = A("b")
e = B("e")
h = A("h")
g = B("g")
i.z = h
a.y = c
a.r = g
c.z = h
b... | h | b | h | b | h | b | h | x | h | b | h | b | h | b | h | x | 7 | 10 | 2 | 6 | 5 |
1,506 | 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.v: A = None
self.txt = txt
f = A("f")
e = B("e")
b = A("b")
g = A("g")
c = B("c")
f.t = b
e.s = c
e.v = b
b.t = f
g.t = f
c.s = e
c.v = f... | f" | 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.v: A = None
self.txt = txt
f = A("f")
e = B("e")
b = A("b")
g = A("g")
c = B("c")
f.t = b
e.s = c
e.v = b
b.t = f
g.t = f
c.s = e
c.v = f... | e | b | f | b | f | x | x | x | f | b | f | b | e | x | x | x | 5 | 7 | 2 | 4 | 2 |
1,507 | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.v: B = None
self.txt = txt
j = A("j")
f = B("f")
a = B("a")
j.o = f
f.w = j
f.v = a
a.w = j
a.v = f
assert a.w.o.w.txt == " | j" | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.v: B = None
self.txt = txt
j = A("j")
f = B("f")
a = B("a")
j.o = f
f.w = j
f.v = a
a.w = j
a.v = f
assert a.w.o.w.txt == "j" | a | j | f | j | x | x | x | x | j | f | j | a | x | x | x | x | 3 | 5 | 2 | 3 | 1 |
1,508 | class A:
def __init__(self, txt: str):
self.z: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.q: B = None
self.txt = txt
j = A("j")
e = B("e")
f = B("f")
i = B("i")
g = B("g")
j.z = f
j.s = e
e.y = f
e.q = ... | i" | class A:
def __init__(self, txt: str):
self.z: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.q: B = None
self.txt = txt
j = A("j")
e = B("e")
f = B("f")
i = B("i")
g = B("g")
j.z = f
j.s = e
e.y = f
e.q = ... | j | e | f | g | f | i | x | x | i | f | g | f | e | j | x | x | 5 | 10 | 2 | 5 | 1 |
1,509 | class A:
def __init__(self, txt: str):
self.u: B = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
c = A("c")
g = B("g")
e = B("e")
f = A("f")
d = A("d")
c.u = e
c.z = f
g.z = d
e.z = c
f.u = g
f.z = d
d.u = g... | e" | class A:
def __init__(self, txt: str):
self.u: B = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
c = A("c")
g = B("g")
e = B("e")
f = A("f")
d = A("d")
c.u = e
c.z = f
g.z = d
e.z = c
f.u = g
f.z = d
d.u = g... | c | e | c | e | x | x | x | x | e | c | e | c | x | x | x | x | 5 | 8 | 2 | 3 | 2 |
1,510 | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
e = A("e")
j = B("j")
d = B("d")
a = A("a")
g = A("g")
b = A("b")
i = A("i")
e.z = d
j.o = d
d.o = j
a.z = d
g.z = j
b.z = j
i.z = j
as... | j" | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
e = A("e")
j = B("j")
d = B("d")
a = A("a")
g = A("g")
b = A("b")
i = A("i")
e.z = d
j.o = d
d.o = j
a.z = d
g.z = j
b.z = j
i.z = j
as... | b | j | d | j | x | x | x | x | j | d | j | b | x | x | x | x | 7 | 7 | 2 | 3 | 1 |
1,511 | class A:
def __init__(self, txt: str):
self.u: A = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
i = A("i")
e = B("e")
j = B("j")
b = B("b")
c = B("c")
f = A("f")
d = A("d")
i.u = d
i.o = d
e.z = j
j.z = c
b... | d" | class A:
def __init__(self, txt: str):
self.u: A = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
i = A("i")
e = B("e")
j = B("j")
b = B("b")
c = B("c")
f = A("f")
d = A("d")
i.u = d
i.o = d
e.z = j
j.z = c
b... | i | d | i | d | i | d | i | d | d | i | d | i | d | i | d | i | 7 | 8 | 2 | 7 | 6 |
1,512 | class A:
def __init__(self, txt: str):
self.y: A = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.y: A = None
self.txt = txt
h = A("h")
c = B("c")
e = A("e")
a = B("a")
b = B("b")
h.y = e
h.t = b
c.u = e
c.y = ... | h" | class A:
def __init__(self, txt: str):
self.y: A = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.y: A = None
self.txt = txt
h = A("h")
c = B("c")
e = A("e")
a = B("a")
b = B("b")
h.y = e
h.t = b
c.u = e
c.y = ... | h | b | e | c | h | x | x | x | h | c | e | b | h | x | x | x | 5 | 9 | 2 | 4 | 1 |
1,513 | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
h = A("h")
b = B("b")
g = B("g")
d = A("d")
h.z = d
b.q = g
g.q = b
d.z = h
assert b.q.q.q.txt == " | g" | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
h = A("h")
b = B("b")
g = B("g")
d = A("d")
h.z = d
b.q = g
g.q = b
d.z = h
assert b.q.q.q.txt == "g" | b | g | b | g | x | x | x | x | g | b | g | b | x | x | x | x | 4 | 4 | 2 | 3 | 2 |
1,514 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.w: B = None
self.txt = txt
i = A("i")
c = B("c")
e = B("e")
i.v = e
c.t = e
c.w = e
e.t = c
e.w = c
assert i.v.w.t.txt == " | e" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.w: B = None
self.txt = txt
i = A("i")
c = B("c")
e = B("e")
i.v = e
c.t = e
c.w = e
e.t = c
e.w = c
assert i.v.w.t.txt == "e" | i | e | c | e | x | x | x | x | e | c | e | i | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
1,515 | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.r: A = None
self.txt = txt
h = A("h")
i = B("i")
b = B("b")
e = B("e")
h.x = i
i.q = e
i.r = h
b.q = e
b.r = h
e.q = i
e.r = h
assert i.r... | h" | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.r: A = None
self.txt = txt
h = A("h")
i = B("i")
b = B("b")
e = B("e")
h.x = i
i.q = e
i.r = h
b.q = e
b.r = h
e.q = i
e.r = h
assert i.r... | i | h | i | h | x | x | x | x | h | i | h | i | x | x | x | x | 4 | 7 | 2 | 3 | 2 |
1,516 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.z: B = None
self.txt = txt
d = A("d")
b = B("b")
j = B("j")
a = B("a")
h = B("h")
i = B("i")
d.p = i
b.s = d
b.z = j
j.s = d
j.z = h
a.s ... | j" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.z: B = None
self.txt = txt
d = A("d")
b = B("b")
j = B("j")
a = B("a")
h = B("h")
i = B("i")
d.p = i
b.s = d
b.z = j
j.s = d
j.z = h
a.s ... | h | d | i | d | i | j | x | x | j | i | d | i | d | h | x | x | 6 | 11 | 2 | 5 | 2 |
1,517 | 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.t: A = None
self.z: A = None
self.txt = txt
e = A("e")
d = B("d")
c = A("c")
e.t = d
e.s = d
d.t = c
d.z = e
c.t = d
c.s = d
asse... | d" | 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.t: A = None
self.z: A = None
self.txt = txt
e = A("e")
d = B("d")
c = A("c")
e.t = d
e.s = d
d.t = c
d.z = e
c.t = d
c.s = d
asse... | e | d | e | d | x | x | x | x | d | e | d | e | x | x | x | x | 3 | 4 | 2 | 3 | 2 |
1,518 | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.v: B = None
self.txt = txt
j = A("j")
h = B("h")
e = A("e")
b = A("b")
g = B("g")
d = B("d")
j.v = e
h.o = g
h.v = d
e.v = b
b.v = j
g.o ... | g" | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.v: B = None
self.txt = txt
j = A("j")
h = B("h")
e = A("e")
b = A("b")
g = B("g")
d = B("d")
j.v = e
h.o = g
h.v = d
e.v = b
b.v = j
g.o ... | h | d | g | h | d | h | g | x | g | h | d | h | g | d | h | x | 6 | 8 | 2 | 6 | 4 |
1,519 | class A:
def __init__(self, txt: str):
self.t: A = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
i = A("i")
h = B("h")
g = A("g")
f = B("f")
a = A("a")
i.t = g
i.x = g
h.u = g
g.t = a
g.x = i
f.u = i
a.t = i... | i" | class A:
def __init__(self, txt: str):
self.t: A = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
i = A("i")
h = B("h")
g = A("g")
f = B("f")
a = A("a")
i.t = g
i.x = g
h.u = g
g.t = a
g.x = i
f.u = i
a.t = i... | i | g | a | i | x | x | x | x | i | a | g | i | x | x | x | x | 5 | 6 | 2 | 3 | 1 |
1,520 | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.q: B = None
self.txt = txt
e = A("e")
i = B("i")
a = B("a")
d = A("d")
h = B("h")
j = B("j")
c = B("c")
e.y = a
i.t = e
i.q = j
a.t = e
a... | j" | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.q: B = None
self.txt = txt
e = A("e")
i = B("i")
a = B("a")
d = A("d")
h = B("h")
j = B("j")
c = B("c")
e.y = a
i.t = e
i.q = j
a.t = e
a... | c | j | d | h | j | x | x | x | j | h | d | j | c | x | x | x | 7 | 12 | 2 | 4 | 1 |
1,521 | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
f = A("f")
b = B("b")
c = A("c")
f.y = c
b.q = c
c.y = f
assert b.q.y.y.txt == " | c" | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
f = A("f")
b = B("b")
c = A("c")
f.y = c
b.q = c
c.y = f
assert b.q.y.y.txt == "c" | b | c | f | c | x | x | x | x | c | f | c | b | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
1,522 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
b = A("b")
a = B("a")
i = A("i")
f = B("f")
j = A("j")
c = A("c")
e = B("e")
b.v = f
a.s = f
i.v = e
f.s = a
j.v = f
c.v = e
e.s = f
as... | a" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
b = A("b")
a = B("a")
i = A("i")
f = B("f")
j = A("j")
c = A("c")
e = B("e")
b.v = f
a.s = f
i.v = e
f.s = a
j.v = f
c.v = e
e.s = f
as... | b | f | a | f | a | x | x | x | a | f | a | f | b | x | x | x | 7 | 7 | 2 | 4 | 2 |
1,523 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.x: B = None
self.txt = txt
c = A("c")
e = B("e")
i = B("i")
b = A("b")
j = B("j")
c.t = j
e.o = c
e.x = i
i.o = c
i.x = j
b.t = e
j.o = c... | e" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.x: B = None
self.txt = txt
c = A("c")
e = B("e")
i = B("i")
b = A("b")
j = B("j")
c.t = j
e.o = c
e.x = i
i.o = c
i.x = j
b.t = e
j.o = c... | e | i | j | e | x | x | x | x | e | j | i | e | x | x | x | x | 5 | 8 | 2 | 3 | 1 |
1,524 | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.q: B = None
self.txt = txt
b = A("b")
i = B("i")
c = A("c")
a = B("a")
g = B("g")
d = B("d")
j = A("j")
b.p = j
i.v = b
i.q = g
c.p = j
a... | j" | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.q: B = None
self.txt = txt
b = A("b")
i = B("i")
c = A("c")
a = B("a")
g = B("g")
d = B("d")
j = A("j")
b.p = j
i.v = b
i.q = g
c.p = j
a... | b | j | c | j | c | j | x | x | j | c | j | c | j | b | x | x | 7 | 11 | 2 | 5 | 3 |
1,525 | class A:
def __init__(self, txt: str):
self.v: A = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
h = A("h")
f = B("f")
c = A("c")
d = B("d")
h.v = c
h.t = c
f.w = h
c.v = h
c.t = h
d.w = c
assert c.v.v.v.txt... | h" | class A:
def __init__(self, txt: str):
self.v: A = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
h = A("h")
f = B("f")
c = A("c")
d = B("d")
h.v = c
h.t = c
f.w = h
c.v = h
c.t = h
d.w = c
assert c.v.v.v.txt... | c | h | c | h | x | x | x | x | h | c | h | c | x | x | x | x | 4 | 4 | 2 | 3 | 2 |
1,526 | class A:
def __init__(self, txt: str):
self.v: 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")
i = B("i")
j = A("j")
b = A("b")
c.v = i
f.r = c
i.r = b
j.v = i
b.v = i
assert j.v.r.v.txt == " | i" | class A:
def __init__(self, txt: str):
self.v: 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")
i = B("i")
j = A("j")
b = A("b")
c.v = i
f.r = c
i.r = b
j.v = i
b.v = i
assert j.v.r.v.txt == "i" | j | i | b | i | x | x | x | x | i | b | i | j | x | x | x | x | 5 | 5 | 2 | 3 | 1 |
1,527 | class A:
def __init__(self, txt: str):
self.u: B = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
e = A("e")
a = B("a")
c = A("c")
e.u = a
e.x = c
a.r = e
c.u = a
c.x = e
assert e.u.r.x.txt == " | c" | class A:
def __init__(self, txt: str):
self.u: B = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
e = A("e")
a = B("a")
c = A("c")
e.u = a
e.x = c
a.r = e
c.u = a
c.x = e
assert e.u.r.x.txt == "c" | e | a | e | c | x | x | x | x | c | e | a | e | x | x | x | x | 3 | 5 | 2 | 3 | 1 |
1,528 | class A:
def __init__(self, txt: str):
self.o: A = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.r: A = None
self.txt = txt
e = A("e")
i = B("i")
d = B("d")
b = B("b")
f = A("f")
e.o = f
e.y = f
i.v = d
i.r = ... | e" | class A:
def __init__(self, txt: str):
self.o: A = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.r: A = None
self.txt = txt
e = A("e")
i = B("i")
d = B("d")
b = B("b")
f = A("f")
e.o = f
e.y = f
i.v = d
i.r = ... | i | d | f | e | x | x | x | x | e | f | d | i | x | x | x | x | 5 | 8 | 2 | 3 | 0 |
1,529 | class A:
def __init__(self, txt: str):
self.x: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.z: A = None
self.txt = txt
b = A("b")
i = B("i")
a = A("a")
b.x = i
b.v = i
i.p = b
i.z = a
a.x = i
a.v = i
asse... | i" | class A:
def __init__(self, txt: str):
self.x: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.z: A = None
self.txt = txt
b = A("b")
i = B("i")
a = A("a")
b.x = i
b.v = i
i.p = b
i.z = a
a.x = i
a.v = i
asse... | b | i | b | i | x | x | x | x | i | b | i | b | x | x | x | x | 3 | 4 | 2 | 3 | 2 |
1,530 | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
g = A("g")
c = B("c")
f = B("f")
g.o = c
c.o = f
f.o = c
assert c.o.o.o.txt == " | f" | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
g = A("g")
c = B("c")
f = B("f")
g.o = c
c.o = f
f.o = c
assert c.o.o.o.txt == "f" | c | f | c | f | x | x | x | x | f | c | f | c | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
1,531 | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.o: A = None
self.txt = txt
b = A("b")
j = B("j")
a = B("a")
e = A("e")
h = B("h")
b.t = e
j.r = a
j.o = e
a.r = j
a.o = b
e.t = b
h.r = a... | b" | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.o: A = None
self.txt = txt
b = A("b")
j = B("j")
a = B("a")
e = A("e")
h = B("h")
b.t = e
j.r = a
j.o = e
a.r = j
a.o = b
e.t = b
h.r = a... | e | b | e | b | e | b | x | x | b | e | b | e | b | e | x | x | 5 | 8 | 2 | 5 | 4 |
1,532 | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
b = A("b")
e = B("e")
d = A("d")
f = A("f")
b.p = d
e.r = b
d.p = b
f.p = b
assert b.p.p.p.p.txt == " | b" | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
b = A("b")
e = B("e")
d = A("d")
f = A("f")
b.p = d
e.r = b
d.p = b
f.p = b
assert b.p.p.p.p.txt == "b" | b | d | b | d | b | x | x | x | b | d | b | d | b | x | x | x | 4 | 4 | 2 | 4 | 3 |
1,533 | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
f = A("f")
g = B("g")
h = B("h")
a = B("a")
b = B("b")
i = B("i")
c = A("c")
f.w = a
g.q = c
h.q = f
a.q = c
b.q = f
i.q = f
c.w = b
as... | b" | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
f = A("f")
g = B("g")
h = B("h")
a = B("a")
b = B("b")
i = B("i")
c = A("c")
f.w = a
g.q = c
h.q = f
a.q = c
b.q = f
i.q = f
c.w = b
as... | f | a | c | b | x | x | x | x | b | c | a | f | x | x | x | x | 7 | 7 | 2 | 3 | 0 |
1,534 | class A:
def __init__(self, txt: str):
self.p: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
j = A("j")
i = B("i")
c = B("c")
g = A("g")
h = B("h")
j.p = i
j.o = c
i.t = h
c.t = h
g.p = i
g.o = h
h.t = c... | h" | class A:
def __init__(self, txt: str):
self.p: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
j = A("j")
i = B("i")
c = B("c")
g = A("g")
h = B("h")
j.p = i
j.o = c
i.t = h
c.t = h
g.p = i
g.o = h
h.t = c... | g | h | c | h | x | x | x | x | h | c | h | g | x | x | x | x | 5 | 7 | 2 | 3 | 1 |
1,535 | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.s: B = None
self.txt = txt
j = A("j")
h = B("h")
i = B("i")
d = B("d")
g = B("g")
j.o = i
h.t = i
h.s = g
i.t = d
i.s = g
d.t = h
d.s = h... | h" | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.s: B = None
self.txt = txt
j = A("j")
h = B("h")
i = B("i")
d = B("d")
g = B("g")
j.o = i
h.t = i
h.s = g
i.t = d
i.s = g
d.t = h
d.s = h... | d | h | i | d | h | x | x | x | h | d | i | h | d | x | x | x | 5 | 7 | 2 | 4 | 2 |
1,536 | class A:
def __init__(self, txt: str):
self.s: A = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
a = A("a")
b = B("b")
e = A("e")
j = B("j")
g = B("g")
a.s = e
a.t = e
b.u = j
e.s = a
e.t = a
j.u = b
g.u = j... | j" | class A:
def __init__(self, txt: str):
self.s: A = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
a = A("a")
b = B("b")
e = A("e")
j = B("j")
g = B("g")
a.s = e
a.t = e
b.u = j
e.s = a
e.t = a
j.u = b
g.u = j... | g | j | b | j | b | j | x | x | j | b | j | b | j | g | x | x | 5 | 5 | 2 | 5 | 3 |
1,537 | class A:
def __init__(self, txt: str):
self.x: B = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
f = A("f")
e = B("e")
d = A("d")
g = B("g")
b = B("b")
i = B("i")
f.x = g
f.o = d
e.x = g
d.x = i
d.o = f
g.x ... | g" | class A:
def __init__(self, txt: str):
self.x: B = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
f = A("f")
e = B("e")
d = A("d")
g = B("g")
b = B("b")
i = B("i")
f.x = g
f.o = d
e.x = g
d.x = i
d.o = f
g.x ... | b | g | b | g | b | g | x | x | g | b | g | b | g | b | x | x | 6 | 8 | 2 | 5 | 4 |
1,538 | class A:
def __init__(self, txt: str):
self.s: B = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.x: B = None
self.txt = txt
h = A("h")
j = B("j")
a = B("a")
c = A("c")
i = A("i")
g = B("g")
b = B("b")
h.s = g
... | a" | class A:
def __init__(self, txt: str):
self.s: B = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.x: B = None
self.txt = txt
h = A("h")
j = B("j")
a = B("a")
c = A("c")
i = A("i")
g = B("g")
b = B("b")
h.s = g
... | b | h | b | a | b | a | x | x | a | b | a | b | h | b | x | x | 7 | 14 | 2 | 5 | 3 |
1,539 | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
g = A("g")
e = B("e")
i = B("i")
f = A("f")
d = B("d")
g.z = d
e.t = i
i.t = d
f.z = e
d.t = i
assert e.t.t.t.t.t.txt == " | i" | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
g = A("g")
e = B("e")
i = B("i")
f = A("f")
d = B("d")
g.z = d
e.t = i
i.t = d
f.z = e
d.t = i
assert e.t.t.t.t.t.txt == "i" | e | i | d | i | d | i | x | x | i | d | i | d | i | e | x | x | 5 | 5 | 2 | 5 | 3 |
1,540 | class A:
def __init__(self, txt: str):
self.q: A = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
i = A("i")
a = B("a")
d = A("d")
i.q = d
i.x = d
a.q = i
d.q = i
d.x = i
assert a.q.x.x.txt == " | i" | class A:
def __init__(self, txt: str):
self.q: A = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
i = A("i")
a = B("a")
d = A("d")
i.q = d
i.x = d
a.q = i
d.q = i
d.x = i
assert a.q.x.x.txt == "i" | a | i | d | i | x | x | x | x | i | d | i | a | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
1,541 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.t: B = None
self.txt = txt
h = A("h")
j = B("j")
i = B("i")
b = A("b")
d = A("d")
c = B("c")
f = A("f")
h.v = j
j.w = i
j.t = i
i.w = c
i... | c" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.t: B = None
self.txt = txt
h = A("h")
j = B("j")
i = B("i")
b = A("b")
d = A("d")
c = B("c")
f = A("f")
h.v = j
j.w = i
j.t = i
i.w = c
i... | i | c | j | i | c | i | c | x | c | i | c | i | j | c | i | x | 7 | 8 | 2 | 6 | 4 |
1,542 | class A:
def __init__(self, txt: str):
self.w: A = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
b = A("b")
d = B("d")
c = A("c")
g = B("g")
b.w = c
b.t = c
d.s = g
c.w = b
c.t = b
g.s = d
assert d.s.s.s.txt... | g" | class A:
def __init__(self, txt: str):
self.w: A = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
b = A("b")
d = B("d")
c = A("c")
g = B("g")
b.w = c
b.t = c
d.s = g
c.w = b
c.t = b
g.s = d
assert d.s.s.s.txt... | d | g | d | g | x | x | x | x | g | d | g | d | x | x | x | x | 4 | 4 | 2 | 3 | 2 |
1,543 | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
e = A("e")
j = B("j")
b = A("b")
c = B("c")
d = B("d")
g = B("g")
i = B("i")
e.z = c
j.s = g
b.z = c
c.s = j
d.s = j
g.s = d
i.s = c
as... | g" | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
e = A("e")
j = B("j")
b = A("b")
c = B("c")
d = B("d")
g = B("g")
i = B("i")
e.z = c
j.s = g
b.z = c
c.s = j
d.s = j
g.s = d
i.s = c
as... | j | g | d | j | g | d | j | g | g | j | d | g | j | d | g | j | 7 | 7 | 2 | 7 | 5 |
1,544 | class A:
def __init__(self, txt: str):
self.r: A = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
i = A("i")
f = B("f")
j = A("j")
g = A("g")
a = B("a")
c = A("c")
h = B("h")
i.r = g
i.w = a
f.t = a
j.r = g
j... | a" | class A:
def __init__(self, txt: str):
self.r: A = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
i = A("i")
f = B("f")
j = A("j")
g = A("g")
a = B("a")
c = A("c")
h = B("h")
i.r = g
i.w = a
f.t = a
j.r = g
j... | a | f | a | f | a | f | a | x | a | f | a | f | a | f | a | x | 7 | 11 | 2 | 6 | 5 |
1,545 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
g = A("g")
j = B("j")
c = A("c")
a = B("a")
g.r = j
j.w = c
c.r = a
a.w = c
assert g.r.w.r.w.txt == " | c" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
g = A("g")
j = B("j")
c = A("c")
a = B("a")
g.r = j
j.w = c
c.r = a
a.w = c
assert g.r.w.r.w.txt == "c" | g | j | c | a | c | x | x | x | c | a | c | j | g | x | x | x | 4 | 4 | 2 | 4 | 1 |
1,546 | class A:
def __init__(self, txt: str):
self.w: A = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
b = A("b")
j = B("j")
g = A("g")
c = B("c")
a = A("a")
i = B("i")
b.w = a
b.q = g
j.s = i
g.w = b
g.q = b
c.s ... | c" | class A:
def __init__(self, txt: str):
self.w: A = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
b = A("b")
j = B("j")
g = A("g")
c = B("c")
a = A("a")
i = B("i")
b.w = a
b.q = g
j.s = i
g.w = b
g.q = b
c.s ... | c | j | i | c | j | i | c | x | c | i | j | c | i | j | c | x | 6 | 8 | 2 | 6 | 4 |
1,547 | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
f = A("f")
h = B("h")
a = B("a")
j = A("j")
i = A("i")
f.w = a
h.q = a
a.q = h
j.w = h
i.w = a
assert j.w.q.q.q.txt == " | a" | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
f = A("f")
h = B("h")
a = B("a")
j = A("j")
i = A("i")
f.w = a
h.q = a
a.q = h
j.w = h
i.w = a
assert j.w.q.q.q.txt == "a" | j | h | a | h | a | x | x | x | a | h | a | h | j | x | x | x | 5 | 5 | 2 | 4 | 2 |
1,548 | class A:
def __init__(self, txt: str):
self.t: A = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.v: A = None
self.txt = txt
d = A("d")
g = B("g")
f = A("f")
d.t = f
d.y = g
g.x = d
g.v = d
f.t = d
f.y = g
asse... | d" | class A:
def __init__(self, txt: str):
self.t: A = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.v: A = None
self.txt = txt
d = A("d")
g = B("g")
f = A("f")
d.t = f
d.y = g
g.x = d
g.v = d
f.t = d
f.y = g
asse... | g | d | f | d | x | x | x | x | d | f | d | g | x | x | x | x | 3 | 5 | 2 | 3 | 1 |
1,549 | class A:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.r: A = None
self.txt = txt
f = A("f")
j = B("j")
a = A("a")
i = A("i")
f.q = i
j.w = a
j.r = f
a.q = f
i.q = a
assert j.r.q.q.txt == " | a" | class A:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.r: A = None
self.txt = txt
f = A("f")
j = B("j")
a = A("a")
i = A("i")
f.q = i
j.w = a
j.r = f
a.q = f
i.q = a
assert j.r.q.q.txt == "a" | j | f | i | a | x | x | x | x | a | i | f | j | x | x | x | x | 4 | 5 | 2 | 3 | 0 |
1,550 | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.x: A = None
self.txt = txt
b = A("b")
c = B("c")
h = B("h")
d = A("d")
b.z = d
c.u = d
c.x = d
h.u = d
h.x = b
d.z = b
assert b.z.z.z.txt... | d" | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.x: A = None
self.txt = txt
b = A("b")
c = B("c")
h = B("h")
d = A("d")
b.z = d
c.u = d
c.x = d
h.u = d
h.x = b
d.z = b
assert b.z.z.z.txt... | b | d | b | d | x | x | x | x | d | b | d | b | x | x | x | x | 4 | 5 | 2 | 3 | 2 |
1,551 | 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.u: A = None
self.txt = txt
i = A("i")
g = B("g")
b = A("b")
f = A("f")
a = A("a")
h = A("h")
i.u = a
i.t = g
g.u = h
b.u = a
b.t = g
f.u ... | g" | 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.u: A = None
self.txt = txt
i = A("i")
g = B("g")
b = A("b")
f = A("f")
a = A("a")
h = A("h")
i.u = a
i.t = g
g.u = h
b.u = a
b.t = g
f.u ... | h | g | h | g | x | x | x | x | g | h | g | h | x | x | x | x | 6 | 11 | 2 | 3 | 2 |
1,552 | class A:
def __init__(self, txt: str):
self.w: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
j = A("j")
d = B("d")
f = A("f")
j.w = d
j.z = d
d.o = f
f.w = d
f.z = d
assert d.o.w.o.txt == " | f" | class A:
def __init__(self, txt: str):
self.w: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
j = A("j")
d = B("d")
f = A("f")
j.w = d
j.z = d
d.o = f
f.w = d
f.z = d
assert d.o.w.o.txt == "f" | d | f | d | f | x | x | x | x | f | d | f | d | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
1,553 | class A:
def __init__(self, txt: str):
self.w: B = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.w: B = None
self.txt = txt
g = A("g")
d = B("d")
c = A("c")
e = B("e")
h = B("h")
j = B("j")
a = B("a")
g.w = e
... | g" | class A:
def __init__(self, txt: str):
self.w: B = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.w: B = None
self.txt = txt
g = A("g")
d = B("d")
c = A("c")
e = B("e")
h = B("h")
j = B("j")
a = B("a")
g.w = e
... | h | g | e | g | x | x | x | x | g | e | g | h | x | x | x | x | 7 | 14 | 2 | 3 | 1 |
1,554 | class A:
def __init__(self, txt: str):
self.u: B = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.o: A = None
self.txt = txt
a = A("a")
b = B("b")
d = A("d")
h = A("h")
f = B("f")
i = A("i")
a.u = b
a.r = f
b.v... | f" | class A:
def __init__(self, txt: str):
self.u: B = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.o: A = None
self.txt = txt
a = A("a")
b = B("b")
d = A("d")
h = A("h")
f = B("f")
i = A("i")
a.u = b
a.r = f
b.v... | b | a | b | h | f | x | x | x | f | h | b | a | b | x | x | x | 6 | 10 | 2 | 4 | 1 |
1,555 | class A:
def __init__(self, txt: str):
self.s: B = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
e = A("e")
h = B("h")
g = B("g")
b = A("b")
i = B("i")
d = B("d")
e.s = d
e.w = b
h.u = g
g.u = i
b.s = g
b.w ... | i" | class A:
def __init__(self, txt: str):
self.s: B = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
e = A("e")
h = B("h")
g = B("g")
b = A("b")
i = B("i")
d = B("d")
e.s = d
e.w = b
h.u = g
g.u = i
b.s = g
b.w ... | d | h | g | i | h | g | i | x | i | g | h | i | g | h | d | x | 6 | 8 | 2 | 6 | 3 |
1,556 | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
h = A("h")
c = B("c")
j = A("j")
h.p = j
c.q = h
j.p = h
assert c.q.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.q: A = None
self.txt = txt
h = A("h")
c = B("c")
j = A("j")
h.p = j
c.q = h
j.p = h
assert c.q.p.p.txt == "h" | c | h | j | h | x | x | x | x | h | j | h | c | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
1,557 | class A:
def __init__(self, txt: str):
self.y: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.r: A = None
self.txt = txt
h = A("h")
a = B("a")
c = A("c")
h.y = a
h.s = a
a.x = h
a.r = c
c.y = a
c.s = a
asse... | a" | class A:
def __init__(self, txt: str):
self.y: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.r: A = None
self.txt = txt
h = A("h")
a = B("a")
c = A("c")
h.y = a
h.s = a
a.x = h
a.r = c
c.y = a
c.s = a
asse... | c | a | c | a | x | x | x | x | a | c | a | c | x | x | x | x | 3 | 4 | 2 | 3 | 2 |
1,558 | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
h = A("h")
g = B("g")
b = A("b")
f = B("f")
c = A("c")
h.w = b
g.o = f
b.w = h
f.o = g
c.w = b
assert h.w.w.w.w.txt == " | h" | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
h = A("h")
g = B("g")
b = A("b")
f = B("f")
c = A("c")
h.w = b
g.o = f
b.w = h
f.o = g
c.w = b
assert h.w.w.w.w.txt == "h" | h | b | h | b | h | x | x | x | h | b | h | b | h | x | x | x | 5 | 5 | 2 | 4 | 3 |
1,559 | class A:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.s: A = None
self.txt = txt
h = A("h")
e = B("e")
c = A("c")
h.z = c
h.y = e
e.y = h
e.s = c
c.z = h
c.y = e
asse... | h" | class A:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.s: A = None
self.txt = txt
h = A("h")
e = B("e")
c = A("c")
h.z = c
h.y = e
e.y = h
e.s = c
c.z = h
c.y = e
asse... | c | h | c | h | x | x | x | x | h | c | h | c | x | x | x | x | 3 | 6 | 2 | 3 | 2 |
1,560 | class A:
def __init__(self, txt: str):
self.q: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
g = A("g")
a = B("a")
i = A("i")
g.q = a
g.t = a
a.o = i
i.q = a
i.t = a
assert a.o.q.o.txt == " | i" | class A:
def __init__(self, txt: str):
self.q: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
g = A("g")
a = B("a")
i = A("i")
g.q = a
g.t = a
a.o = i
i.q = a
i.t = a
assert a.o.q.o.txt == "i" | a | i | a | i | x | x | x | x | i | a | i | a | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
1,561 | class A:
def __init__(self, txt: str):
self.o: A = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
h = A("h")
e = B("e")
a = B("a")
g = A("g")
i = B("i")
f = A("f")
d = A("d")
h.o = d
h.q = g
e.r = h
a.r = f
g... | h" | class A:
def __init__(self, txt: str):
self.o: A = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
h = A("h")
e = B("e")
a = B("a")
g = A("g")
i = B("i")
f = A("f")
d = A("d")
h.o = d
h.q = g
e.r = h
a.r = f
g... | a | f | d | h | x | x | x | x | h | d | f | a | x | x | x | x | 7 | 10 | 2 | 3 | 0 |
1,562 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
a = A("a")
i = B("i")
j = A("j")
h = B("h")
a.s = h
i.y = h
j.s = h
h.y = i
assert h.y.y.y.y.txt == " | h" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
a = A("a")
i = B("i")
j = A("j")
h = B("h")
a.s = h
i.y = h
j.s = h
h.y = i
assert h.y.y.y.y.txt == "h" | h | i | h | i | h | x | x | x | h | i | h | i | h | x | x | x | 4 | 4 | 2 | 4 | 3 |
1,563 | class A:
def __init__(self, txt: str):
self.w: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.y: A = None
self.txt = txt
c = A("c")
h = B("h")
d = B("d")
f = B("f")
i = B("i")
b = A("b")
j = A("j")
c.w = d
... | j" | class A:
def __init__(self, txt: str):
self.w: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.y: A = None
self.txt = txt
c = A("c")
h = B("h")
d = B("d")
f = B("f")
i = B("i")
b = A("b")
j = A("j")
c.w = d
... | f | c | d | c | d | j | i | j | j | i | j | d | c | d | c | f | 7 | 12 | 2 | 7 | 3 |
1,564 | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
f = A("f")
e = B("e")
c = A("c")
h = B("h")
g = B("g")
b = B("b")
j = B("j")
f.x = c
e.w = h
c.x = f
h.w = j
g.w = h
b.w = e
j.w = e
as... | f" | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
f = A("f")
e = B("e")
c = A("c")
h = B("h")
g = B("g")
b = B("b")
j = B("j")
f.x = c
e.w = h
c.x = f
h.w = j
g.w = h
b.w = e
j.w = e
as... | f | c | f | c | f | x | x | x | f | c | f | c | f | x | x | x | 7 | 7 | 2 | 4 | 3 |
1,565 | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.y: B = None
self.txt = txt
e = A("e")
h = B("h")
b = B("b")
d = B("d")
c = B("c")
f = B("f")
e.z = f
h.x = f
h.y = f
b.x = f
b.y = c
d.x ... | c" | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.y: B = None
self.txt = txt
e = A("e")
h = B("h")
b = B("b")
d = B("d")
c = B("c")
f = B("f")
e.z = f
h.x = f
h.y = f
b.x = f
b.y = c
d.x ... | e | f | b | f | b | f | c | x | c | f | b | f | b | f | e | x | 6 | 10 | 2 | 6 | 3 |
1,566 | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
h = A("h")
f = B("f")
a = B("a")
g = A("g")
e = B("e")
i = A("i")
d = A("d")
h.y = e
f.t = e
a.t = f
g.y = f
e.t = f
i.y = e
d.y = f
as... | e" | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
h = A("h")
f = B("f")
a = B("a")
g = A("g")
e = B("e")
i = A("i")
d = A("d")
h.y = e
f.t = e
a.t = f
g.y = f
e.t = f
i.y = e
d.y = f
as... | e | f | e | f | e | x | x | x | e | f | e | f | e | x | x | x | 7 | 7 | 2 | 4 | 3 |
1,567 | 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.v: A = None
self.txt = txt
g = A("g")
h = B("h")
e = A("e")
d = B("d")
g.q = e
h.x = g
h.v = g
e.q = g
d.x = e
d.v = g
assert d.x.q.q.txt... | e" | 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.v: A = None
self.txt = txt
g = A("g")
h = B("h")
e = A("e")
d = B("d")
g.q = e
h.x = g
h.v = g
e.q = g
d.x = e
d.v = g
assert d.x.q.q.txt... | d | e | g | e | x | x | x | x | e | g | e | d | x | x | x | x | 4 | 5 | 2 | 3 | 1 |
1,568 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
g = A("g")
a = B("a")
d = A("d")
j = A("j")
f = B("f")
c = A("c")
e = A("e")
g.t = f
a.z = f
d.t = f
j.t = a
f.z = a
c.t = f
e.t = a
as... | f" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
g = A("g")
a = B("a")
d = A("d")
j = A("j")
f = B("f")
c = A("c")
e = A("e")
g.t = f
a.z = f
d.t = f
j.t = a
f.z = a
c.t = f
e.t = a
as... | a | f | a | f | x | x | x | x | f | a | f | a | x | x | x | x | 7 | 7 | 2 | 3 | 2 |
1,569 | class A:
def __init__(self, txt: str):
self.u: A = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.t: B = None
self.txt = txt
j = A("j")
a = B("a")
f = B("f")
g = A("g")
b = A("b")
j.u = g
j.o = g
a.x = f
a.t = ... | a" | class A:
def __init__(self, txt: str):
self.u: A = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.t: B = None
self.txt = txt
j = A("j")
a = B("a")
f = B("f")
g = A("g")
b = A("b")
j.u = g
j.o = g
a.x = f
a.t = ... | f | a | f | a | x | x | x | x | a | f | a | f | x | x | x | x | 5 | 6 | 2 | 3 | 2 |
1,570 | class A:
def __init__(self, txt: str):
self.z: A = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
h = A("h")
c = B("c")
b = B("b")
g = A("g")
h.z = g
h.s = b
c.p = g
b.p = h
g.z = h
g.s = c
assert c.p.z.z.z.t... | h" | class A:
def __init__(self, txt: str):
self.z: A = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
h = A("h")
c = B("c")
b = B("b")
g = A("g")
h.z = g
h.s = b
c.p = g
b.p = h
g.z = h
g.s = c
assert c.p.z.z.z.t... | c | g | h | g | h | x | x | x | h | g | h | g | c | x | x | x | 4 | 6 | 2 | 4 | 2 |
1,571 | 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.r: A = None
self.s: B = None
self.txt = txt
b = A("b")
i = B("i")
c = B("c")
f = A("f")
g = B("g")
j = A("j")
a = A("a")
b.v = c
... | f" | 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.r: A = None
self.s: B = None
self.txt = txt
b = A("b")
i = B("i")
c = B("c")
f = A("f")
g = B("g")
j = A("j")
a = A("a")
b.v = c
... | i | g | j | f | x | x | x | x | f | j | g | i | x | x | x | x | 7 | 14 | 2 | 3 | 0 |
1,572 | 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
g = A("g")
f = B("f")
a = A("a")
g.u = f
g.p = f
f.p = g
a.u = f
a.p = f
assert g.p.p.u.txt == " | f" | 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
g = A("g")
f = B("f")
a = A("a")
g.u = f
g.p = f
f.p = g
a.u = f
a.p = f
assert g.p.p.u.txt == "f" | g | f | g | f | x | x | x | x | f | g | f | g | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
1,573 | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
i = A("i")
a = B("a")
j = A("j")
c = A("c")
e = B("e")
i.w = a
a.t = e
j.w = e
c.w = a
e.t = a
assert a.t.t.t.t.t.txt == " | e" | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
i = A("i")
a = B("a")
j = A("j")
c = A("c")
e = B("e")
i.w = a
a.t = e
j.w = e
c.w = a
e.t = a
assert a.t.t.t.t.t.txt == "e" | a | e | a | e | a | e | x | x | e | a | e | a | e | a | x | x | 5 | 5 | 2 | 5 | 4 |
1,574 | class A:
def __init__(self, txt: str):
self.y: A = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
c = A("c")
b = B("b")
d = B("d")
a = A("a")
c.y = a
c.r = d
b.x = d
d.x = b
a.y = c
a.r = b
assert d.x.x.x.x.t... | d" | class A:
def __init__(self, txt: str):
self.y: A = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
c = A("c")
b = B("b")
d = B("d")
a = A("a")
c.y = a
c.r = d
b.x = d
d.x = b
a.y = c
a.r = b
assert d.x.x.x.x.t... | d | b | d | b | d | x | x | x | d | b | d | b | d | x | x | x | 4 | 6 | 2 | 4 | 3 |
1,575 | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
e = A("e")
i = B("i")
g = B("g")
d = B("d")
c = A("c")
f = A("f")
e.y = d
i.q = e
g.q = e
d.q = e
c.y = i
f.y = i
assert d.q.y.q.y.txt ... | d" | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
e = A("e")
i = B("i")
g = B("g")
d = B("d")
c = A("c")
f = A("f")
e.y = d
i.q = e
g.q = e
d.q = e
c.y = i
f.y = i
assert d.q.y.q.y.txt ... | d | e | d | e | d | x | x | x | d | e | d | e | d | x | x | x | 6 | 6 | 2 | 4 | 3 |
1,576 | class A:
def __init__(self, txt: str):
self.u: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
i = A("i")
f = B("f")
j = B("j")
b = A("b")
i.u = f
i.y = j
f.w = b
j.w = i
b.u = j
b.y = j
assert f.w.y.w.txt... | i" | class A:
def __init__(self, txt: str):
self.u: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
i = A("i")
f = B("f")
j = B("j")
b = A("b")
i.u = f
i.y = j
f.w = b
j.w = i
b.u = j
b.y = j
assert f.w.y.w.txt... | f | b | j | i | x | x | x | x | i | j | b | f | x | x | x | x | 4 | 5 | 2 | 3 | 0 |
1,577 | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
e = A("e")
f = B("f")
h = A("h")
a = B("a")
j = B("j")
g = B("g")
d = B("d")
e.v = h
f.p = e
h.v = e
a.p = e
j.p = h
g.p = h
d.p = e
as... | e" | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
e = A("e")
f = B("f")
h = A("h")
a = B("a")
j = B("j")
g = B("g")
d = B("d")
e.v = h
f.p = e
h.v = e
a.p = e
j.p = h
g.p = h
d.p = e
as... | h | e | h | e | h | e | x | x | e | h | e | h | e | h | x | x | 7 | 7 | 2 | 5 | 4 |
1,578 | class A:
def __init__(self, txt: str):
self.s: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
i = A("i")
d = B("d")
c = A("c")
a = A("a")
j = B("j")
e = B("e")
g = B("g")
i.s = d
i.w = d
d.p = a
c.s = e
c... | a" | class A:
def __init__(self, txt: str):
self.s: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
i = A("i")
d = B("d")
c = A("c")
a = A("a")
j = B("j")
e = B("e")
g = B("g")
i.s = d
i.w = d
d.p = a
c.s = e
c... | d | a | g | a | g | a | g | a | a | g | a | g | a | g | a | d | 7 | 8 | 2 | 7 | 5 |
1,579 | class A:
def __init__(self, txt: str):
self.y: B = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.v: B = None
self.txt = txt
c = A("c")
e = B("e")
a = B("a")
j = B("j")
i = A("i")
c.y = j
c.r = i
e.r = j
e.v = ... | j" | class A:
def __init__(self, txt: str):
self.y: B = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.v: B = None
self.txt = txt
c = A("c")
e = B("e")
a = B("a")
j = B("j")
i = A("i")
c.y = j
c.r = i
e.r = j
e.v = ... | i | e | j | e | j | x | x | x | j | e | j | e | i | x | x | x | 5 | 8 | 2 | 4 | 2 |
1,580 | class A:
def __init__(self, txt: str):
self.w: A = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.p: A = None
self.txt = txt
h = A("h")
g = B("g")
f = A("f")
i = A("i")
j = B("j")
e = B("e")
h.w = f
h.z = f
g.s... | h" | class A:
def __init__(self, txt: str):
self.w: A = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.p: A = None
self.txt = txt
h = A("h")
g = B("g")
f = A("f")
i = A("i")
j = B("j")
e = B("e")
h.w = f
h.z = f
g.s... | j | e | j | f | h | x | x | x | h | f | j | e | j | x | x | x | 6 | 11 | 2 | 4 | 1 |
1,581 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
h = A("h")
b = B("b")
j = B("j")
i = B("i")
h.u = i
b.v = i
j.v = b
i.v = b
assert b.v.v.v.txt == " | i" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
h = A("h")
b = B("b")
j = B("j")
i = B("i")
h.u = i
b.v = i
j.v = b
i.v = b
assert b.v.v.v.txt == "i" | b | i | b | i | x | x | x | x | i | b | i | b | x | x | x | x | 4 | 4 | 2 | 3 | 2 |
1,582 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.u: B = None
self.txt = txt
g = A("g")
j = B("j")
c = B("c")
g.r = j
j.x = g
j.u = c
c.x = g
c.u = j
assert g.r.x.r.txt == " | j" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.u: B = None
self.txt = txt
g = A("g")
j = B("j")
c = B("c")
g.r = j
j.x = g
j.u = c
c.x = g
c.u = j
assert g.r.x.r.txt == "j" | g | j | g | j | x | x | x | x | j | g | j | g | x | x | x | x | 3 | 5 | 2 | 3 | 2 |
1,583 | class A:
def __init__(self, txt: str):
self.y: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.r: B = None
self.txt = txt
h = A("h")
e = B("e")
j = A("j")
f = A("f")
b = A("b")
a = B("a")
h.y = e
h.q = b
e.p... | e" | class A:
def __init__(self, txt: str):
self.y: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.r: B = None
self.txt = txt
h = A("h")
e = B("e")
j = A("j")
f = A("f")
b = A("b")
a = B("a")
h.y = e
h.q = b
e.p... | h | b | e | a | b | e | x | x | e | b | a | e | b | h | x | x | 6 | 12 | 2 | 5 | 2 |
1,584 | class A:
def __init__(self, txt: str):
self.o: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.o: A = None
self.txt = txt
e = A("e")
h = B("h")
i = A("i")
c = B("c")
e.o = h
e.w = c
h.s = e
h.o = e
i.o = h
i... | e" | class A:
def __init__(self, txt: str):
self.o: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.o: A = None
self.txt = txt
e = A("e")
h = B("h")
i = A("i")
c = B("c")
e.o = h
e.w = c
h.s = e
h.o = e
i.o = h
i... | h | e | h | e | x | x | x | x | e | h | e | h | x | x | x | x | 4 | 5 | 2 | 3 | 2 |
1,585 | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
f = A("f")
j = B("j")
a = A("a")
f.s = a
j.q = f
a.s = f
assert f.s.s.s.txt == " | a" | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
f = A("f")
j = B("j")
a = A("a")
f.s = a
j.q = f
a.s = f
assert f.s.s.s.txt == "a" | f | a | f | a | x | x | x | x | a | f | a | f | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
1,586 | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.v: A = None
self.txt = txt
c = A("c")
g = B("g")
d = A("d")
a = A("a")
f = A("f")
c.t = f
g.u = f
g.v = d
d.t = a
a.t = d
f.t = c
assert ... | c" | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.v: A = None
self.txt = txt
c = A("c")
g = B("g")
d = A("d")
a = A("a")
f = A("f")
c.t = f
g.u = f
g.v = d
d.t = a
a.t = d
f.t = c
assert ... | c | f | c | f | c | x | x | x | c | f | c | f | c | x | x | x | 5 | 6 | 2 | 4 | 3 |
1,587 | 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.t: B = None
self.q: A = None
self.txt = txt
i = A("i")
g = B("g")
e = A("e")
d = B("d")
h = B("h")
b = B("b")
i.r = e
i.t = d
g.t... | e" | 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.t: B = None
self.q: A = None
self.txt = txt
i = A("i")
g = B("g")
e = A("e")
d = B("d")
h = B("h")
b = B("b")
i.r = e
i.t = d
g.t... | i | d | e | i | e | x | x | x | e | i | e | d | i | x | x | x | 6 | 12 | 2 | 4 | 2 |
1,588 | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.x: A = None
self.txt = txt
g = A("g")
i = B("i")
a = A("a")
h = B("h")
d = A("d")
e = B("e")
c = B("c")
g.o = i
i.y = c
i.x = d
a.o = i
h... | i" | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.x: A = None
self.txt = txt
g = A("g")
i = B("i")
a = A("a")
h = B("h")
d = A("d")
e = B("e")
c = B("c")
g.o = i
i.y = c
i.x = d
a.o = i
h... | d | c | g | i | c | e | a | i | i | a | e | c | i | g | c | d | 7 | 11 | 2 | 7 | 2 |
1,589 | 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
a = A("a")
d = B("d")
c = A("c")
j = B("j")
a.p = j
d.o = a
c.p = j
j.o = c
assert a.p.o.p.o.txt == " | c" | 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
a = A("a")
d = B("d")
c = A("c")
j = B("j")
a.p = j
d.o = a
c.p = j
j.o = c
assert a.p.o.p.o.txt == "c" | a | j | c | j | c | x | x | x | c | j | c | j | a | x | x | x | 4 | 4 | 2 | 4 | 2 |
1,590 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.p: A = None
self.txt = txt
b = A("b")
h = B("h")
f = B("f")
b.v = f
h.o = f
h.p = b
f.o = h
f.p = b
assert b.v.p.v.txt == " | f" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.p: A = None
self.txt = txt
b = A("b")
h = B("h")
f = B("f")
b.v = f
h.o = f
h.p = b
f.o = h
f.p = b
assert b.v.p.v.txt == "f" | b | f | b | f | x | x | x | x | f | b | f | b | x | x | x | x | 3 | 5 | 2 | 3 | 2 |
1,591 | class A:
def __init__(self, txt: str):
self.w: A = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
c = A("c")
g = B("g")
d = A("d")
c.w = d
c.r = g
g.q = c
d.w = c
d.r = g
assert c.w.w.r.txt == " | g" | class A:
def __init__(self, txt: str):
self.w: A = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
c = A("c")
g = B("g")
d = A("d")
c.w = d
c.r = g
g.q = c
d.w = c
d.r = g
assert c.w.w.r.txt == "g" | c | d | c | g | x | x | x | x | g | c | d | c | x | x | x | x | 3 | 5 | 2 | 3 | 1 |
1,592 | class A:
def __init__(self, txt: str):
self.w: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.t: B = None
self.txt = txt
b = A("b")
d = B("d")
i = A("i")
a = B("a")
j = A("j")
b.w = a
b.p = d
d.y = b
d.t = ... | d" | class A:
def __init__(self, txt: str):
self.w: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.t: B = None
self.txt = txt
b = A("b")
d = B("d")
i = A("i")
a = B("a")
j = A("j")
b.w = a
b.p = d
d.y = b
d.t = ... | b | a | i | d | x | x | x | x | d | i | a | b | x | x | x | x | 5 | 9 | 2 | 3 | 0 |
1,593 | class A:
def __init__(self, txt: str):
self.t: B = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
f = A("f")
i = B("i")
b = B("b")
f.t = b
f.u = i
i.t = f
b.t = f
assert b.t.t.t.txt == " | f" | class A:
def __init__(self, txt: str):
self.t: B = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
f = A("f")
i = B("i")
b = B("b")
f.t = b
f.u = i
i.t = f
b.t = f
assert b.t.t.t.txt == "f" | b | f | b | f | x | x | x | x | f | b | f | b | x | x | x | x | 3 | 4 | 2 | 3 | 2 |
1,594 | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.o: B = None
self.txt = txt
c = A("c")
f = B("f")
h = A("h")
e = B("e")
c.z = h
f.u = e
f.o = e
h.z = c
e.u = f
e.o = f
assert f.u.u.u.u.t... | f" | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.o: B = None
self.txt = txt
c = A("c")
f = B("f")
h = A("h")
e = B("e")
c.z = h
f.u = e
f.o = e
h.z = c
e.u = f
e.o = f
assert f.u.u.u.u.t... | f | e | f | e | f | x | x | x | f | e | f | e | f | x | x | x | 4 | 4 | 2 | 4 | 3 |
1,595 | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.u: B = None
self.txt = txt
g = A("g")
c = B("c")
b = B("b")
j = A("j")
d = B("d")
g.o = j
c.v = j
c.u = b
b.v = g
b.u = d
j.o = g
d.v = g... | g" | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.u: B = None
self.txt = txt
g = A("g")
c = B("c")
b = B("b")
j = A("j")
d = B("d")
g.o = j
c.v = j
c.u = b
b.v = g
b.u = d
j.o = g
d.v = g... | g | j | g | j | g | x | x | x | g | j | g | j | g | x | x | x | 5 | 8 | 2 | 4 | 3 |
1,596 | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
a = A("a")
f = B("f")
b = A("b")
e = A("e")
a.o = f
f.q = e
b.o = f
e.o = f
assert b.o.q.o.txt == " | f" | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
a = A("a")
f = B("f")
b = A("b")
e = A("e")
a.o = f
f.q = e
b.o = f
e.o = f
assert b.o.q.o.txt == "f" | b | f | e | f | x | x | x | x | f | e | f | b | x | x | x | x | 4 | 4 | 2 | 3 | 1 |
1,597 | class A:
def __init__(self, txt: str):
self.t: B = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
a = A("a")
j = B("j")
c = A("c")
b = A("b")
i = B("i")
f = B("f")
d = B("d")
a.t = f
a.r = b
j.v = b
c.t = d
c... | b" | class A:
def __init__(self, txt: str):
self.t: B = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
a = A("a")
j = B("j")
c = A("c")
b = A("b")
i = B("i")
f = B("f")
d = B("d")
a.t = f
a.r = b
j.v = b
c.t = d
c... | b | c | d | a | f | b | x | x | b | f | a | d | c | b | x | x | 7 | 10 | 2 | 5 | 1 |
1,598 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.s: B = None
self.txt = txt
e = A("e")
f = B("f")
c = B("c")
e.s = c
f.w = e
f.s = c
c.w = e
c.s = f
assert c.w.s.s.txt == " | f" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.s: B = None
self.txt = txt
e = A("e")
f = B("f")
c = B("c")
e.s = c
f.w = e
f.s = c
c.w = e
c.s = f
assert c.w.s.s.txt == "f" | c | e | c | f | x | x | x | x | f | c | e | c | x | x | x | x | 3 | 5 | 2 | 3 | 1 |
1,599 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
a = A("a")
g = B("g")
f = B("f")
j = A("j")
c = A("c")
i = A("i")
d = B("d")
a.v = g
g.v = d
f.v = d
j.v = f
c.v = f
i.v = g
d.v = f
as... | d" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
a = A("a")
g = B("g")
f = B("f")
j = A("j")
c = A("c")
i = A("i")
d = B("d")
a.v = g
g.v = d
f.v = d
j.v = f
c.v = f
i.v = g
d.v = f
as... | f | d | f | d | f | d | f | d | d | f | d | f | d | f | d | f | 7 | 7 | 2 | 7 | 6 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.