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,400 | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.x: B = None
self.txt = txt
c = A("c")
d = B("d")
a = B("a")
b = B("b")
h = B("h")
e = A("e")
g = A("g")
c.q = d
d.z = h
d.x = a
a.z = d
a... | a" | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.x: B = None
self.txt = txt
c = A("c")
d = B("d")
a = B("a")
b = B("b")
h = B("h")
e = A("e")
g = A("g")
c.q = d
d.z = h
d.x = a
a.z = d
a... | e | h | d | a | d | h | d | a | a | d | h | d | a | d | h | e | 7 | 9 | 2 | 7 | 4 |
1,401 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.z: A = None
self.txt = txt
f = A("f")
a = B("a")
e = B("e")
b = B("b")
j = B("j")
f.s = b
a.o = f
a.z = f
e.o = f
e.z = f
b.o = f
b.z = f... | b" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.z: A = None
self.txt = txt
f = A("f")
a = B("a")
e = B("e")
b = B("b")
j = B("j")
f.s = b
a.o = f
a.z = f
e.o = f
e.z = f
b.o = f
b.z = f... | e | f | b | f | b | x | x | x | b | f | b | f | e | x | x | x | 5 | 5 | 2 | 4 | 2 |
1,402 | class A:
def __init__(self, txt: str):
self.o: B = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
a = A("a")
c = B("c")
d = B("d")
a.o = c
a.r = d
c.q = a
d.q = a
assert a.o.q.r.txt == " | d" | class A:
def __init__(self, txt: str):
self.o: B = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
a = A("a")
c = B("c")
d = B("d")
a.o = c
a.r = d
c.q = a
d.q = a
assert a.o.q.r.txt == "d" | a | c | a | d | x | x | x | x | d | a | c | a | x | x | x | x | 3 | 4 | 2 | 3 | 1 |
1,403 | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
j = A("j")
i = B("i")
b = B("b")
g = A("g")
a = B("a")
d = B("d")
j.r = g
i.y = b
b.y = a
g.r = j
a.y = i
d.y = b
assert a.y.y.y.txt ==... | a" | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
j = A("j")
i = B("i")
b = B("b")
g = A("g")
a = B("a")
d = B("d")
j.r = g
i.y = b
b.y = a
g.r = j
a.y = i
d.y = b
assert a.y.y.y.txt ==... | a | i | b | a | x | x | x | x | a | b | i | a | x | x | x | x | 6 | 6 | 2 | 3 | 1 |
1,404 | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
e = A("e")
h = B("h")
c = A("c")
b = A("b")
a = B("a")
j = A("j")
i = B("i")
e.s = c
h.o = j
c.s = e
b.s = e
a.o = c
j.s = b
i.o = b
as... | c" | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
e = A("e")
h = B("h")
c = A("c")
b = A("b")
a = B("a")
j = A("j")
i = B("i")
e.s = c
h.o = j
c.s = e
b.s = e
a.o = c
j.s = b
i.o = b
as... | b | e | c | e | c | x | x | x | c | e | c | e | b | x | x | x | 7 | 7 | 2 | 4 | 2 |
1,405 | 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.s: A = None
self.z: B = None
self.txt = txt
h = A("h")
f = B("f")
i = A("i")
e = A("e")
a = A("a")
d = A("d")
j = B("j")
h.s = i
... | h" | 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.s: A = None
self.z: B = None
self.txt = txt
h = A("h")
f = B("f")
i = A("i")
e = A("e")
a = A("a")
d = A("d")
j = B("j")
h.s = i
... | a | d | e | i | h | x | x | x | h | i | e | d | a | x | x | x | 7 | 13 | 2 | 4 | 0 |
1,406 | 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.q: B = None
self.x: B = None
self.txt = txt
i = A("i")
j = B("j")
d = B("d")
c = B("c")
f = A("f")
i.u = d
i.y = j
j.q = d
j.x = ... | d" | 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.q: B = None
self.x: B = None
self.txt = txt
i = A("i")
j = B("j")
d = B("d")
c = B("c")
f = A("f")
i.u = d
i.y = j
j.q = d
j.x = ... | j | d | j | d | j | d | x | x | d | j | d | j | d | j | x | x | 5 | 8 | 2 | 5 | 4 |
1,407 | 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.z: A = None
self.txt = txt
b = A("b")
d = B("d")
g = B("g")
i = A("i")
e = B("e")
b.w = i
b.z = e
d.z = i
g.z = b
i.w = b
i.z = g
e.z = b... | 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.z: A = None
self.txt = txt
b = A("b")
d = B("d")
g = B("g")
i = A("i")
e = B("e")
b.w = i
b.z = e
d.z = i
g.z = b
i.w = b
i.z = g
e.z = b... | e | b | e | b | x | x | x | x | b | e | b | e | x | x | x | x | 5 | 7 | 2 | 3 | 2 |
1,408 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
b = A("b")
i = B("i")
a = A("a")
d = A("d")
e = B("e")
b.u = e
i.o = e
a.u = e
d.u = e
e.o = i
assert a.u.o.o.txt == " | e" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
b = A("b")
i = B("i")
a = A("a")
d = A("d")
e = B("e")
b.u = e
i.o = e
a.u = e
d.u = e
e.o = i
assert a.u.o.o.txt == "e" | a | e | i | e | x | x | x | x | e | i | e | a | x | x | x | x | 5 | 5 | 2 | 3 | 1 |
1,409 | class A:
def __init__(self, txt: str):
self.t: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
d = A("d")
e = B("e")
b = B("b")
d.t = e
d.v = b
e.u = d
b.u = d
assert e.u.v.u.txt == " | d" | class A:
def __init__(self, txt: str):
self.t: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
d = A("d")
e = B("e")
b = B("b")
d.t = e
d.v = b
e.u = d
b.u = d
assert e.u.v.u.txt == "d" | e | d | b | d | x | x | x | x | d | b | d | e | x | x | x | x | 3 | 4 | 2 | 3 | 1 |
1,410 | class A:
def __init__(self, txt: str):
self.r: B = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
b = A("b")
d = B("d")
j = B("j")
i = A("i")
g = B("g")
a = B("a")
c = A("c")
b.r = g
b.u = c
d.p = c
j.p = i
i... | b" | class A:
def __init__(self, txt: str):
self.r: B = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
b = A("b")
d = B("d")
j = B("j")
i = A("i")
g = B("g")
a = B("a")
c = A("c")
b.r = g
b.u = c
d.p = c
j.p = i
i... | i | b | g | b | g | b | x | x | b | g | b | g | b | i | x | x | 7 | 10 | 2 | 5 | 3 |
1,411 | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
e = A("e")
j = B("j")
c = B("c")
b = A("b")
g = B("g")
d = B("d")
e.s = b
j.s = c
c.s = j
b.s = e
g.s = d
d.s = j
assert c.s.s.s.s.s.tx... | j" | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
e = A("e")
j = B("j")
c = B("c")
b = A("b")
g = B("g")
d = B("d")
e.s = b
j.s = c
c.s = j
b.s = e
g.s = d
d.s = j
assert c.s.s.s.s.s.tx... | c | j | c | j | c | j | x | x | j | c | j | c | j | c | x | x | 6 | 6 | 2 | 5 | 4 |
1,412 | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
d = A("d")
f = B("f")
e = B("e")
i = A("i")
b = A("b")
d.o = b
f.x = i
e.x = i
i.o = d
b.o = d
assert f.x.o.o.txt == " | b" | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
d = A("d")
f = B("f")
e = B("e")
i = A("i")
b = A("b")
d.o = b
f.x = i
e.x = i
i.o = d
b.o = d
assert f.x.o.o.txt == "b" | f | i | d | b | x | x | x | x | b | d | i | f | x | x | x | x | 5 | 5 | 2 | 3 | 0 |
1,413 | class A:
def __init__(self, txt: str):
self.p: B = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
b = A("b")
c = B("c")
h = A("h")
i = B("i")
b.p = i
b.x = h
c.x = h
h.p = c
h.x = b
i.x = b
assert c.x.x.p.txt... | i" | class A:
def __init__(self, txt: str):
self.p: B = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
b = A("b")
c = B("c")
h = A("h")
i = B("i")
b.p = i
b.x = h
c.x = h
h.p = c
h.x = b
i.x = b
assert c.x.x.p.txt... | c | h | b | i | x | x | x | x | i | b | h | c | x | x | x | x | 4 | 6 | 2 | 3 | 0 |
1,414 | class A:
def __init__(self, txt: str):
self.v: B = 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")
c = B("c")
g = B("g")
j = B("j")
e = A("e")
i = B("i")
f = A("f")
h.v = g
h.u = e
c.v = j
g.v = c
j... | c" | class A:
def __init__(self, txt: str):
self.v: B = 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")
c = B("c")
g = B("g")
j = B("j")
e = A("e")
i = B("i")
f = A("f")
h.v = g
h.u = e
c.v = j
g.v = c
j... | j | g | c | j | g | c | x | x | c | g | j | c | g | j | x | x | 7 | 10 | 2 | 5 | 3 |
1,415 | class A:
def __init__(self, txt: str):
self.w: B = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
g = A("g")
a = B("a")
d = B("d")
h = A("h")
b = B("b")
g.w = b
g.y = h
a.u = d
d.u = b
h.w = a
h.y = g
b.u = a... | a" | class A:
def __init__(self, txt: str):
self.w: B = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
g = A("g")
a = B("a")
d = B("d")
h = A("h")
b = B("b")
g.w = b
g.y = h
a.u = d
d.u = b
h.w = a
h.y = g
b.u = a... | d | b | a | d | b | a | x | x | a | b | d | a | b | d | x | x | 5 | 7 | 2 | 5 | 3 |
1,416 | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.r: B = None
self.txt = txt
f = A("f")
d = B("d")
a = B("a")
c = B("c")
e = A("e")
h = B("h")
g = A("g")
f.x = e
d.s = f
d.r = a
a.s = e
a... | e" | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.r: B = None
self.txt = txt
f = A("f")
d = B("d")
a = B("a")
c = B("c")
e = A("e")
h = B("h")
g = A("g")
f.x = e
d.s = f
d.r = a
a.s = e
a... | a | d | f | e | f | e | x | x | e | f | e | f | d | a | x | x | 7 | 11 | 2 | 5 | 2 |
1,417 | 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.s: A = None
self.txt = txt
e = A("e")
g = B("g")
d = B("d")
f = B("f")
j = B("j")
c = A("c")
b = B("b")
e.w = c
e.r = b
g.s = c
d.s = c
f... | e" | 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.s: A = None
self.txt = txt
e = A("e")
g = B("g")
d = B("d")
f = B("f")
j = B("j")
c = A("c")
b = B("b")
e.w = c
e.r = b
g.s = c
d.s = c
f... | d | c | e | b | e | x | x | x | e | b | e | c | d | x | x | x | 7 | 9 | 2 | 4 | 1 |
1,418 | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.q: B = None
self.txt = txt
e = A("e")
j = B("j")
a = B("a")
g = B("g")
f = B("f")
d = A("d")
e.z = j
j.u = e
j.q = a
a.u = d
a.q = f
g.u ... | d" | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.q: B = None
self.txt = txt
e = A("e")
j = B("j")
a = B("a")
g = B("g")
f = B("f")
d = A("d")
e.z = j
j.u = e
j.q = a
a.u = d
a.q = f
g.u ... | j | a | f | g | d | x | x | x | d | g | f | a | j | x | x | x | 6 | 10 | 2 | 4 | 0 |
1,419 | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.q: A = None
self.txt = txt
f = A("f")
h = B("h")
c = A("c")
f.z = c
h.r = f
h.q = f
c.z = f
assert c.z.z.z.txt == " | f" | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.q: A = None
self.txt = txt
f = A("f")
h = B("h")
c = A("c")
f.z = c
h.r = f
h.q = f
c.z = f
assert c.z.z.z.txt == "f" | c | f | c | f | x | x | x | x | f | c | f | c | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
1,420 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.p: B = None
self.txt = txt
e = A("e")
c = B("c")
g = B("g")
h = A("h")
b = A("b")
i = B("i")
e.u = g
c.o = g
c.p = i
g.o = i
g.p = c
h.u ... | c" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.p: B = None
self.txt = txt
e = A("e")
c = B("c")
g = B("g")
h = A("h")
b = A("b")
i = B("i")
e.u = g
c.o = g
c.p = i
g.o = i
g.p = c
h.u ... | e | g | c | i | g | c | x | x | c | g | i | c | g | e | x | x | 6 | 9 | 2 | 5 | 2 |
1,421 | class A:
def __init__(self, txt: str):
self.q: B = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.u: A = None
self.txt = txt
d = A("d")
a = B("a")
j = A("j")
f = A("f")
i = B("i")
c = A("c")
e = B("e")
d.q = a
... | j" | class A:
def __init__(self, txt: str):
self.q: B = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.u: A = None
self.txt = txt
d = A("d")
a = B("a")
j = A("j")
f = A("f")
i = B("i")
c = A("c")
e = B("e")
d.q = a
... | f | i | c | d | a | d | j | x | j | d | a | d | c | i | f | x | 7 | 13 | 2 | 6 | 1 |
1,422 | class A:
def __init__(self, txt: str):
self.p: A = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
a = A("a")
e = B("e")
f = A("f")
b = B("b")
d = A("d")
c = B("c")
h = B("h")
a.p = f
a.y = h
e.s = b
f.p = a
f... | h" | class A:
def __init__(self, txt: str):
self.p: A = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
a = A("a")
e = B("e")
f = A("f")
b = B("b")
d = A("d")
c = B("c")
h = B("h")
a.p = f
a.y = h
e.s = b
f.p = a
f... | d | a | f | c | h | x | x | x | h | c | f | a | d | x | x | x | 7 | 10 | 2 | 4 | 0 |
1,423 | class A:
def __init__(self, txt: str):
self.o: B = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
i = A("i")
b = B("b")
c = A("c")
f = A("f")
j = B("j")
i.o = b
i.s = c
b.p = j
c.o = b
c.s = i
f.o = b
f.s = i... | j" | class A:
def __init__(self, txt: str):
self.o: B = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
i = A("i")
b = B("b")
c = A("c")
f = A("f")
j = B("j")
i.o = b
i.s = c
b.p = j
c.o = b
c.s = i
f.o = b
f.s = i... | b | j | b | j | b | j | x | x | j | b | j | b | j | b | x | x | 5 | 8 | 2 | 5 | 4 |
1,424 | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.r: B = None
self.txt = txt
i = A("i")
c = B("c")
a = B("a")
i.o = a
c.x = a
c.r = a
a.x = c
a.r = c
assert a.r.r.r.txt == " | c" | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.r: B = None
self.txt = txt
i = A("i")
c = B("c")
a = B("a")
i.o = a
c.x = a
c.r = a
a.x = c
a.r = c
assert a.r.r.r.txt == "c" | a | c | a | c | x | x | x | x | c | a | c | a | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
1,425 | class A:
def __init__(self, txt: str):
self.p: A = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.p: B = None
self.txt = txt
c = A("c")
g = B("g")
d = A("d")
b = A("b")
j = B("j")
e = B("e")
c.p = d
c.t = g
g.v... | j" | class A:
def __init__(self, txt: str):
self.p: A = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.p: B = None
self.txt = txt
c = A("c")
g = B("g")
d = A("d")
b = A("b")
j = B("j")
e = B("e")
c.p = d
c.t = g
g.v... | g | j | g | j | e | g | j | x | j | g | e | j | g | j | g | x | 6 | 11 | 2 | 6 | 4 |
1,426 | class A:
def __init__(self, txt: str):
self.p: A = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
d = A("d")
f = B("f")
i = B("i")
b = A("b")
g = A("g")
a = B("a")
j = A("j")
d.p = j
d.v = g
f.t = g
i.t = g
b... | g" | class A:
def __init__(self, txt: str):
self.p: A = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
d = A("d")
f = B("f")
i = B("i")
b = A("b")
g = A("g")
a = B("a")
j = A("j")
d.p = j
d.v = g
f.t = g
i.t = g
b... | f | g | j | d | j | d | g | x | g | d | j | d | j | g | f | x | 7 | 10 | 2 | 6 | 3 |
1,427 | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.s: A = None
self.txt = txt
j = A("j")
f = B("f")
i = B("i")
j.q = i
f.w = i
f.s = j
i.w = f
i.s = j
assert f.w.w.w.txt == " | i" | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.s: A = None
self.txt = txt
j = A("j")
f = B("f")
i = B("i")
j.q = i
f.w = i
f.s = j
i.w = f
i.s = j
assert f.w.w.w.txt == "i" | f | i | f | i | x | x | x | x | i | f | i | f | x | x | x | x | 3 | 5 | 2 | 3 | 2 |
1,428 | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.p: A = None
self.txt = txt
d = A("d")
b = B("b")
h = A("h")
g = B("g")
d.t = h
b.y = g
b.p = h
h.t = d
g.y = b
g.p = h
assert b.p.t.t.t.t... | d" | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.p: A = None
self.txt = txt
d = A("d")
b = B("b")
h = A("h")
g = B("g")
d.t = h
b.y = g
b.p = h
h.t = d
g.y = b
g.p = h
assert b.p.t.t.t.t... | b | h | d | h | d | x | x | x | d | h | d | h | b | x | x | x | 4 | 6 | 2 | 4 | 2 |
1,429 | 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.r: A = None
self.txt = txt
c = A("c")
a = B("a")
j = A("j")
c.p = a
c.u = j
a.r = j
j.p = a
j.u = c
assert a.r.p.r.txt == " | j" | 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.r: A = None
self.txt = txt
c = A("c")
a = B("a")
j = A("j")
c.p = a
c.u = j
a.r = j
j.p = a
j.u = c
assert a.r.p.r.txt == "j" | a | j | a | j | x | x | x | x | j | a | j | a | x | x | x | x | 3 | 5 | 2 | 3 | 2 |
1,430 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
b = A("b")
f = B("f")
d = B("d")
a = B("a")
g = A("g")
e = A("e")
b.t = a
f.p = e
d.p = b
a.p = b
g.t = f
e.t = a
assert b.t.p.t.txt ==... | a" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
b = A("b")
f = B("f")
d = B("d")
a = B("a")
g = A("g")
e = A("e")
b.t = a
f.p = e
d.p = b
a.p = b
g.t = f
e.t = a
assert b.t.p.t.txt ==... | b | a | b | a | x | x | x | x | a | b | a | b | x | x | x | x | 6 | 6 | 2 | 3 | 2 |
1,431 | class A:
def __init__(self, txt: str):
self.s: A = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
g = A("g")
b = B("b")
d = B("d")
c = A("c")
g.s = c
g.o = d
b.q = d
d.q = b
c.s = g
c.o = d
assert b.q.q.q.q.t... | b" | class A:
def __init__(self, txt: str):
self.s: A = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
g = A("g")
b = B("b")
d = B("d")
c = A("c")
g.s = c
g.o = d
b.q = d
d.q = b
c.s = g
c.o = d
assert b.q.q.q.q.t... | b | d | b | d | b | x | x | x | b | d | b | d | b | x | x | x | 4 | 6 | 2 | 4 | 3 |
1,432 | class A:
def __init__(self, txt: str):
self.t: A = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.w: A = None
self.txt = txt
c = A("c")
b = B("b")
e = B("e")
f = B("f")
g = A("g")
c.t = g
c.q = g
b.r = e
b.w = ... | c" | class A:
def __init__(self, txt: str):
self.t: A = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.w: A = None
self.txt = txt
c = A("c")
b = B("b")
e = B("e")
f = B("f")
g = A("g")
c.t = g
c.q = g
b.r = e
b.w = ... | g | c | g | c | x | x | x | x | c | g | c | g | x | x | x | x | 5 | 8 | 2 | 3 | 2 |
1,433 | class A:
def __init__(self, txt: str):
self.q: A = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.p: A = None
self.txt = txt
g = A("g")
f = B("f")
e = A("e")
b = B("b")
g.q = e
g.z = e
f.w = b
f.p = e
e.q = g
e... | e" | class A:
def __init__(self, txt: str):
self.q: A = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.p: A = None
self.txt = txt
g = A("g")
f = B("f")
e = A("e")
b = B("b")
g.q = e
g.z = e
f.w = b
f.p = e
e.q = g
e... | e | g | e | g | e | x | x | x | e | g | e | g | e | x | x | x | 4 | 6 | 2 | 4 | 3 |
1,434 | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.u: B = None
self.txt = txt
f = A("f")
e = B("e")
d = B("d")
g = A("g")
c = A("c")
f.q = d
e.z = g
e.u = d
d.z = g
d.u = e
g.q = d
c.q = d... | g" | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.u: B = None
self.txt = txt
f = A("f")
e = B("e")
d = B("d")
g = A("g")
c = A("c")
f.q = d
e.z = g
e.u = d
d.z = g
d.u = e
g.q = d
c.q = d... | c | d | e | g | x | x | x | x | g | e | d | c | x | x | x | x | 5 | 7 | 2 | 3 | 0 |
1,435 | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
i = A("i")
h = B("h")
f = A("f")
e = A("e")
i.s = f
h.r = e
f.s = e
e.s = f
assert i.s.s.s.txt == " | f" | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
i = A("i")
h = B("h")
f = A("f")
e = A("e")
i.s = f
h.r = e
f.s = e
e.s = f
assert i.s.s.s.txt == "f" | i | f | e | f | x | x | x | x | f | e | f | i | x | x | x | x | 4 | 4 | 2 | 3 | 1 |
1,436 | class A:
def __init__(self, txt: str):
self.x: A = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
b = A("b")
e = B("e")
f = A("f")
d = A("d")
j = B("j")
i = A("i")
c = A("c")
b.x = d
b.u = f
e.u = i
f.x = c
f... | f" | class A:
def __init__(self, txt: str):
self.x: A = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
b = A("b")
e = B("e")
f = A("f")
d = A("d")
j = B("j")
i = A("i")
c = A("c")
b.x = d
b.u = f
e.u = i
f.x = c
f... | j | i | b | d | f | x | x | x | f | d | b | i | j | x | x | x | 7 | 11 | 2 | 4 | 0 |
1,437 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
d = A("d")
g = B("g")
e = A("e")
b = A("b")
i = A("i")
a = B("a")
j = B("j")
d.u = j
g.z = e
e.u = a
b.u = a
i.u = g
a.z = i
j.z = e
as... | a" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
d = A("d")
g = B("g")
e = A("e")
b = A("b")
i = A("i")
a = B("a")
j = B("j")
d.u = j
g.z = e
e.u = a
b.u = a
i.u = g
a.z = i
j.z = e
as... | i | g | e | a | x | x | x | x | a | e | g | i | x | x | x | x | 7 | 7 | 2 | 3 | 0 |
1,438 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
d = A("d")
b = B("b")
j = B("j")
h = A("h")
a = B("a")
d.p = j
b.q = j
j.q = a
h.p = a
a.q = j
assert b.q.q.q.txt == " | j" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
d = A("d")
b = B("b")
j = B("j")
h = A("h")
a = B("a")
d.p = j
b.q = j
j.q = a
h.p = a
a.q = j
assert b.q.q.q.txt == "j" | b | j | a | j | x | x | x | x | j | a | j | b | x | x | x | x | 5 | 5 | 2 | 3 | 1 |
1,439 | class A:
def __init__(self, txt: str):
self.v: B = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
e = A("e")
c = B("c")
d = A("d")
a = B("a")
j = B("j")
g = A("g")
b = A("b")
e.v = j
e.s = g
c.v = g
d.v = c
d... | g" | class A:
def __init__(self, txt: str):
self.v: B = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
e = A("e")
c = B("c")
d = A("d")
a = B("a")
j = B("j")
g = A("g")
b = A("b")
e.v = j
e.s = g
c.v = g
d.v = c
d... | c | g | c | g | b | j | g | x | g | j | b | g | c | g | c | x | 7 | 11 | 2 | 6 | 3 |
1,440 | class A:
def __init__(self, txt: str):
self.s: A = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
i = A("i")
g = B("g")
e = B("e")
j = A("j")
b = A("b")
f = B("f")
h = B("h")
i.s = j
i.o = g
g.p = j
e.p = b
j... | j" | class A:
def __init__(self, txt: str):
self.s: A = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
i = A("i")
g = B("g")
e = B("e")
j = A("j")
b = A("b")
f = B("f")
h = B("h")
i.s = j
i.o = g
g.p = j
e.p = b
j... | g | j | e | b | j | x | x | x | j | b | e | j | g | x | x | x | 7 | 10 | 2 | 4 | 1 |
1,441 | 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.v: A = None
self.txt = txt
j = A("j")
c = B("c")
d = B("d")
j.w = d
c.q = j
c.v = j
d.q = j
d.v = j
assert d.q.w.q.txt == " | j" | 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.v: A = None
self.txt = txt
j = A("j")
c = B("c")
d = B("d")
j.w = d
c.q = j
c.v = j
d.q = j
d.v = j
assert d.q.w.q.txt == "j" | d | j | d | j | x | x | x | x | j | d | j | d | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
1,442 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
e = A("e")
g = B("g")
f = A("f")
d = A("d")
i = B("i")
h = B("h")
j = A("j")
e.s = g
g.t = f
f.s = i
d.s = g
i.t = e
h.t = j
j.s = g
as... | g" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
e = A("e")
g = B("g")
f = A("f")
d = A("d")
i = B("i")
h = B("h")
j = A("j")
e.s = g
g.t = f
f.s = i
d.s = g
i.t = e
h.t = j
j.s = g
as... | f | i | e | g | x | x | x | x | g | e | i | f | x | x | x | x | 7 | 7 | 2 | 3 | 0 |
1,443 | class A:
def __init__(self, txt: str):
self.s: A = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
i = A("i")
f = B("f")
c = B("c")
d = B("d")
h = A("h")
g = A("g")
a = A("a")
i.s = a
i.y = d
f.r = g
c.r = i
d... | a" | class A:
def __init__(self, txt: str):
self.s: A = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
i = A("i")
f = B("f")
c = B("c")
d = B("d")
h = A("h")
g = A("g")
a = A("a")
i.s = a
i.y = d
f.r = g
c.r = i
d... | a | d | i | a | x | x | x | x | a | i | d | a | x | x | x | x | 7 | 11 | 2 | 3 | 1 |
1,444 | class A:
def __init__(self, txt: str):
self.w: A = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
e = A("e")
a = B("a")
d = A("d")
i = A("i")
e.w = i
e.v = a
a.z = e
d.w = e
d.v = a
i.w = e
i.v = a
assert d.v... | e" | class A:
def __init__(self, txt: str):
self.w: A = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
e = A("e")
a = B("a")
d = A("d")
i = A("i")
e.w = i
e.v = a
a.z = e
d.w = e
d.v = a
i.w = e
i.v = a
assert d.v... | d | a | e | a | e | x | x | x | e | a | e | a | d | x | x | x | 4 | 7 | 2 | 4 | 2 |
1,445 | class A:
def __init__(self, txt: str):
self.p: A = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
b = A("b")
c = B("c")
j = B("j")
a = B("a")
g = A("g")
i = B("i")
h = A("h")
b.p = h
b.z = g
c.v = i
j.v = c
a... | j" | class A:
def __init__(self, txt: str):
self.p: A = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
b = A("b")
c = B("c")
j = B("j")
a = B("a")
g = A("g")
i = B("i")
h = A("h")
b.p = h
b.z = g
c.v = i
j.v = c
a... | j | c | i | j | c | i | j | x | j | i | c | j | i | c | j | x | 7 | 8 | 2 | 6 | 4 |
1,446 | class A:
def __init__(self, txt: str):
self.v: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.t: A = None
self.txt = txt
e = A("e")
a = B("a")
b = B("b")
d = A("d")
g = B("g")
e.v = g
e.o = a
a.s = b
a.t = ... | b" | class A:
def __init__(self, txt: str):
self.v: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.t: A = None
self.txt = txt
e = A("e")
a = B("a")
b = B("b")
d = A("d")
g = B("g")
e.v = g
e.o = a
a.s = b
a.t = ... | a | d | g | a | b | x | x | x | b | a | g | d | a | x | x | x | 5 | 10 | 2 | 4 | 1 |
1,447 | 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.o: B = None
self.txt = txt
d = A("d")
h = B("h")
f = A("f")
c = B("c")
e = A("e")
d.u = f
d.z = c
h.o = c
f.u = e
f.z = c
c.o = h
e.u = d... | c" | 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.o: B = None
self.txt = txt
d = A("d")
h = B("h")
f = A("f")
c = B("c")
e = A("e")
d.u = f
d.z = c
h.o = c
f.u = e
f.z = c
c.o = h
e.u = d... | h | c | h | c | x | x | x | x | c | h | c | h | x | x | x | x | 5 | 8 | 2 | 3 | 2 |
1,448 | class A:
def __init__(self, txt: str):
self.q: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.z: B = None
self.txt = txt
d = A("d")
h = B("h")
e = A("e")
b = A("b")
j = B("j")
i = A("i")
d.q = j
d.p = h
h.q... | j" | class A:
def __init__(self, txt: str):
self.q: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.z: B = None
self.txt = txt
d = A("d")
h = B("h")
e = A("e")
b = A("b")
j = B("j")
i = A("i")
d.q = j
d.p = h
h.q... | b | h | i | j | x | x | x | x | j | i | h | b | x | x | x | x | 6 | 9 | 2 | 3 | 0 |
1,449 | 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.p: A = None
self.txt = txt
a = A("a")
i = B("i")
e = A("e")
h = B("h")
j = B("j")
a.p = h
a.t = e
i.p = e
e.p = h
e.t = a
h.p = e
j.p = a... | h" | 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.p: A = None
self.txt = txt
a = A("a")
i = B("i")
e = A("e")
h = B("h")
j = B("j")
a.p = h
a.t = e
i.p = e
e.p = h
e.t = a
h.p = e
j.p = a... | a | h | e | a | h | x | x | x | h | a | e | h | a | x | x | x | 5 | 7 | 2 | 4 | 2 |
1,450 | class A:
def __init__(self, txt: str):
self.q: A = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.q: B = None
self.txt = txt
a = A("a")
i = B("i")
f = B("f")
c = A("c")
g = B("g")
a.q = c
a.s = f
i.u = a
i.q = ... | a" | class A:
def __init__(self, txt: str):
self.q: A = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.q: B = None
self.txt = txt
a = A("a")
i = B("i")
f = B("f")
c = A("c")
g = B("g")
a.q = c
a.s = f
i.u = a
i.q = ... | g | c | f | c | a | x | x | x | a | c | f | c | g | x | x | x | 5 | 10 | 2 | 4 | 1 |
1,451 | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
c = A("c")
f = B("f")
e = B("e")
b = B("b")
c.q = f
f.p = c
e.p = c
b.p = c
assert f.p.q.p.txt == " | c" | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
c = A("c")
f = B("f")
e = B("e")
b = B("b")
c.q = f
f.p = c
e.p = c
b.p = c
assert f.p.q.p.txt == "c" | f | c | f | c | x | x | x | x | c | f | c | f | x | x | x | x | 4 | 4 | 2 | 3 | 2 |
1,452 | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.v: A = None
self.txt = txt
g = A("g")
c = B("c")
j = A("j")
f = B("f")
g.t = j
c.p = g
c.v = g
j.t = g
f.p = j
f.v = j
assert f.v.t.t.txt... | j" | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.v: A = None
self.txt = txt
g = A("g")
c = B("c")
j = A("j")
f = B("f")
g.t = j
c.p = g
c.v = g
j.t = g
f.p = j
f.v = j
assert f.v.t.t.txt... | f | j | g | j | x | x | x | x | j | g | j | f | x | x | x | x | 4 | 4 | 2 | 3 | 1 |
1,453 | class A:
def __init__(self, txt: str):
self.q: A = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.u: A = None
self.txt = txt
f = A("f")
b = B("b")
c = B("c")
h = B("h")
d = A("d")
g = B("g")
f.q = d
f.p = h
b.z... | d" | class A:
def __init__(self, txt: str):
self.q: A = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.u: A = None
self.txt = txt
f = A("f")
b = B("b")
c = B("c")
h = B("h")
d = A("d")
g = B("g")
f.q = d
f.p = h
b.z... | d | b | h | f | d | x | x | x | d | f | h | b | d | x | x | x | 6 | 12 | 2 | 4 | 1 |
1,454 | class A:
def __init__(self, txt: str):
self.z: A = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.z: B = None
self.txt = txt
j = A("j")
d = B("d")
a = B("a")
e = A("e")
g = B("g")
j.z = e
j.r = e
d.s = a
d.z = ... | a" | class A:
def __init__(self, txt: str):
self.z: A = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.z: B = None
self.txt = txt
j = A("j")
d = B("d")
a = B("a")
e = A("e")
g = B("g")
j.z = e
j.r = e
d.s = a
d.z = ... | d | a | d | a | d | a | x | x | a | d | a | d | a | d | x | x | 5 | 6 | 2 | 5 | 4 |
1,455 | class A:
def __init__(self, txt: str):
self.w: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
f = A("f")
g = B("g")
d = B("d")
c = A("c")
i = B("i")
h = B("h")
b = A("b")
f.w = g
f.s = i
g.z = f
d.z = f
c... | b" | class A:
def __init__(self, txt: str):
self.w: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
f = A("f")
g = B("g")
d = B("d")
c = A("c")
i = B("i")
h = B("h")
b = A("b")
f.w = g
f.s = i
g.z = f
d.z = f
c... | d | f | i | b | g | f | i | b | b | i | f | g | b | i | f | d | 7 | 10 | 2 | 7 | 3 |
1,456 | class A:
def __init__(self, txt: str):
self.z: A = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.x: A = None
self.txt = txt
i = A("i")
e = B("e")
j = A("j")
b = B("b")
i.z = j
i.q = b
e.s = b
e.x = j
j.z = i
j... | b" | class A:
def __init__(self, txt: str):
self.z: A = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.x: A = None
self.txt = txt
i = A("i")
e = B("e")
j = A("j")
b = B("b")
i.z = j
i.q = b
e.s = b
e.x = j
j.z = i
j... | e | b | j | e | b | x | x | x | b | e | j | b | e | x | x | x | 4 | 8 | 2 | 4 | 2 |
1,457 | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.q: A = None
self.txt = txt
f = A("f")
j = B("j")
c = B("c")
d = B("d")
b = A("b")
a = A("a")
f.s = a
j.o = d
j.q = a
c.o = j
c.q = b
d.o ... | b" | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.q: A = None
self.txt = txt
f = A("f")
j = B("j")
c = B("c")
d = B("d")
b = A("b")
a = A("a")
f.s = a
j.o = d
j.q = a
c.o = j
c.q = b
d.o ... | a | b | a | b | a | b | x | x | b | a | b | a | b | a | x | x | 6 | 9 | 2 | 5 | 4 |
1,458 | class A:
def __init__(self, txt: str):
self.u: B = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.t: B = None
self.txt = txt
f = A("f")
c = B("c")
i = A("i")
j = B("j")
d = A("d")
h = B("h")
e = B("e")
f.u = h
... | j" | class A:
def __init__(self, txt: str):
self.u: B = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.t: B = None
self.txt = txt
f = A("f")
c = B("c")
i = A("i")
j = B("j")
d = A("d")
h = B("h")
e = B("e")
f.u = h
... | c | j | c | j | x | x | x | x | j | c | j | c | x | x | x | x | 7 | 13 | 2 | 3 | 2 |
1,459 | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
g = A("g")
c = B("c")
f = A("f")
j = A("j")
e = A("e")
a = A("a")
g.y = a
c.t = e
f.y = a
j.y = a
e.y = a
a.y = g
assert e.y.y.y.y.y.y.... | g" | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
g = A("g")
c = B("c")
f = A("f")
j = A("j")
e = A("e")
a = A("a")
g.y = a
c.t = e
f.y = a
j.y = a
e.y = a
a.y = g
assert e.y.y.y.y.y.y.... | e | a | g | a | g | a | g | x | g | a | g | a | g | a | e | x | 6 | 6 | 2 | 6 | 4 |
1,460 | 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.s: B = None
self.txt = txt
e = A("e")
a = B("a")
g = B("g")
i = B("i")
b = A("b")
c = B("c")
e.y = b
e.r = a
a.s = c
g.s = i
i.s = g
b.y ... | g" | 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.s: B = None
self.txt = txt
e = A("e")
a = B("a")
g = B("g")
i = B("i")
b = A("b")
c = B("c")
e.y = b
e.r = a
a.s = c
g.s = i
i.s = g
b.y ... | c | i | g | i | g | i | g | x | g | i | g | i | g | i | c | x | 6 | 8 | 2 | 6 | 4 |
1,461 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
d = A("d")
e = B("e")
f = B("f")
d.t = e
e.v = d
f.v = d
assert f.v.t.v.txt == " | d" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
d = A("d")
e = B("e")
f = B("f")
d.t = e
e.v = d
f.v = d
assert f.v.t.v.txt == "d" | f | d | e | d | x | x | x | x | d | e | d | f | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
1,462 | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
i = A("i")
a = B("a")
h = A("h")
c = B("c")
i.z = h
a.x = c
h.z = i
c.x = a
assert c.x.x.x.txt == " | a" | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
i = A("i")
a = B("a")
h = A("h")
c = B("c")
i.z = h
a.x = c
h.z = i
c.x = a
assert c.x.x.x.txt == "a" | c | a | c | a | x | x | x | x | a | c | a | c | x | x | x | x | 4 | 4 | 2 | 3 | 2 |
1,463 | 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.y: B = None
self.txt = txt
j = A("j")
f = B("f")
a = A("a")
i = A("i")
b = B("b")
h = A("h")
j.t = f
j.u = b
f.y = b
a.t = f
a.u = b
i.t ... | b" | 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.y: B = None
self.txt = txt
j = A("j")
f = B("f")
a = A("a")
i = A("i")
b = B("b")
h = A("h")
j.t = f
j.u = b
f.y = b
a.t = f
a.u = b
i.t ... | a | b | f | b | x | x | x | x | b | f | b | a | x | x | x | x | 6 | 10 | 2 | 3 | 1 |
1,464 | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.w: A = None
self.txt = txt
j = A("j")
f = B("f")
g = B("g")
e = B("e")
j.y = f
f.z = j
f.w = j
g.z = j
g.w = j
e.z = j
e.w = j
assert g.w... | j" | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.w: A = None
self.txt = txt
j = A("j")
f = B("f")
g = B("g")
e = B("e")
j.y = f
f.z = j
f.w = j
g.z = j
g.w = j
e.z = j
e.w = j
assert g.w... | g | j | f | j | x | x | x | x | j | f | j | g | x | x | x | x | 4 | 4 | 2 | 3 | 1 |
1,465 | 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.r: A = None
self.txt = txt
d = A("d")
h = B("h")
j = B("j")
d.x = j
h.x = d
h.r = d
j.x = d
j.r = d
assert j.x.x.r.txt == " | d" | 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.r: A = None
self.txt = txt
d = A("d")
h = B("h")
j = B("j")
d.x = j
h.x = d
h.r = d
j.x = d
j.r = d
assert j.x.x.r.txt == "d" | j | d | j | d | x | x | x | x | d | j | d | j | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
1,466 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.v: B = None
self.txt = txt
a = A("a")
e = B("e")
j = A("j")
i = B("i")
b = B("b")
d = B("d")
a.p = e
e.y = j
e.v = b
j.p = d
i.y = j
i.v ... | e" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.v: B = None
self.txt = txt
a = A("a")
e = B("e")
j = A("j")
i = B("i")
b = B("b")
d = B("d")
a.p = e
e.y = j
e.v = b
j.p = d
i.y = j
i.v ... | e | b | a | e | x | x | x | x | e | a | b | e | x | x | x | x | 6 | 10 | 2 | 3 | 1 |
1,467 | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
a = A("a")
g = B("g")
d = A("d")
f = B("f")
b = B("b")
j = A("j")
a.s = d
g.s = d
d.s = j
f.s = d
b.s = d
j.s = a
assert d.s.s.s.s.txt ... | j" | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
a = A("a")
g = B("g")
d = A("d")
f = B("f")
b = B("b")
j = A("j")
a.s = d
g.s = d
d.s = j
f.s = d
b.s = d
j.s = a
assert d.s.s.s.s.txt ... | d | j | a | d | j | x | x | x | j | d | a | j | d | x | x | x | 6 | 6 | 2 | 4 | 2 |
1,468 | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.r: A = None
self.txt = txt
e = A("e")
h = B("h")
i = B("i")
d = B("d")
b = B("b")
f = A("f")
c = A("c")
e.y = h
h.x = e
h.r = c
i.x = c
i... | h" | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.r: A = None
self.txt = txt
e = A("e")
h = B("h")
i = B("i")
d = B("d")
b = B("b")
f = A("f")
c = A("c")
e.y = h
h.x = e
h.r = c
i.x = c
i... | c | h | e | h | c | h | x | x | h | c | h | e | h | c | x | x | 7 | 10 | 2 | 5 | 3 |
1,469 | class A:
def __init__(self, txt: str):
self.u: B = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
f = A("f")
i = B("i")
g = B("g")
h = B("h")
b = B("b")
j = A("j")
f.u = h
f.p = j
i.v = j
g.v = f
h.v = f
b.v ... | f" | class A:
def __init__(self, txt: str):
self.u: B = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
f = A("f")
i = B("i")
g = B("g")
h = B("h")
b = B("b")
j = A("j")
f.u = h
f.p = j
i.v = j
g.v = f
h.v = f
b.v ... | g | f | h | f | j | f | x | x | f | j | f | h | f | g | x | x | 6 | 8 | 2 | 5 | 2 |
1,470 | class A:
def __init__(self, txt: str):
self.s: B = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.p: B = None
self.txt = txt
g = A("g")
a = B("a")
c = B("c")
g.s = c
g.q = a
a.v = c
a.p = c
c.v = a
c.p = a
asse... | c" | class A:
def __init__(self, txt: str):
self.s: B = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.p: B = None
self.txt = txt
g = A("g")
a = B("a")
c = B("c")
g.s = c
g.q = a
a.v = c
a.p = c
c.v = a
c.p = a
asse... | g | c | a | c | x | x | x | x | c | a | c | g | x | x | x | x | 3 | 4 | 2 | 3 | 1 |
1,471 | class A:
def __init__(self, txt: str):
self.q: B = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
d = A("d")
e = B("e")
g = A("g")
a = A("a")
c = B("c")
d.q = e
d.y = g
e.v = d
g.q = c
g.y = a
a.q = e
a.y = d... | c" | class A:
def __init__(self, txt: str):
self.q: B = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
d = A("d")
e = B("e")
g = A("g")
a = A("a")
c = B("c")
d.q = e
d.y = g
e.v = d
g.q = c
g.y = a
a.q = e
a.y = d... | c | d | g | c | x | x | x | x | c | g | d | c | x | x | x | x | 5 | 8 | 2 | 3 | 1 |
1,472 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
b = A("b")
c = B("c")
d = A("d")
j = B("j")
b.u = j
c.z = d
d.u = c
j.z = b
assert j.z.u.z.txt == " | b" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
b = A("b")
c = B("c")
d = A("d")
j = B("j")
b.u = j
c.z = d
d.u = c
j.z = b
assert j.z.u.z.txt == "b" | j | b | j | b | x | x | x | x | b | j | b | j | x | x | x | x | 4 | 4 | 2 | 3 | 2 |
1,473 | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
g = A("g")
i = B("i")
j = B("j")
g.w = j
i.o = j
j.o = i
assert j.o.o.o.txt == " | i" | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
g = A("g")
i = B("i")
j = B("j")
g.w = j
i.o = j
j.o = i
assert j.o.o.o.txt == "i" | j | i | j | i | x | x | x | x | i | j | i | j | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
1,474 | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.r: B = None
self.txt = txt
b = A("b")
j = B("j")
c = A("c")
h = B("h")
b.o = c
j.u = b
j.r = h
c.o = b
h.u = c
h.r = j
assert j.u.o.o.o.t... | c" | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.r: B = None
self.txt = txt
b = A("b")
j = B("j")
c = A("c")
h = B("h")
b.o = c
j.u = b
j.r = h
c.o = b
h.u = c
h.r = j
assert j.u.o.o.o.t... | j | b | c | b | c | x | x | x | c | b | c | b | j | x | x | x | 4 | 6 | 2 | 4 | 2 |
1,475 | class A:
def __init__(self, txt: str):
self.y: B = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
c = A("c")
f = B("f")
e = A("e")
h = B("h")
c.y = f
c.v = e
f.q = h
e.y = h
e.v = c
h.q = f
assert e.y.q.q.txt... | h" | class A:
def __init__(self, txt: str):
self.y: B = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
c = A("c")
f = B("f")
e = A("e")
h = B("h")
c.y = f
c.v = e
f.q = h
e.y = h
e.v = c
h.q = f
assert e.y.q.q.txt... | e | h | f | h | x | x | x | x | h | f | h | e | x | x | x | x | 4 | 6 | 2 | 3 | 1 |
1,476 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.s: B = None
self.txt = txt
i = A("i")
b = B("b")
d = A("d")
g = B("g")
f = A("f")
h = A("h")
c = A("c")
i.r = g
b.q = c
b.s = g
d.r = b
g... | b" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.s: B = None
self.txt = txt
i = A("i")
b = B("b")
d = A("d")
g = B("g")
f = A("f")
h = A("h")
c = A("c")
i.r = g
b.q = c
b.s = g
d.r = b
g... | f | b | g | b | x | x | x | x | b | g | b | f | x | x | x | x | 7 | 9 | 2 | 3 | 1 |
1,477 | 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.o: B = None
self.txt = txt
j = A("j")
c = B("c")
e = A("e")
g = A("g")
f = A("f")
i = B("i")
j.y = i
j.r = g
c.o = i
e.y = c
e.r = g
g.y ... | i" | 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.o: B = None
self.txt = txt
j = A("j")
c = B("c")
e = A("e")
g = A("g")
f = A("f")
i = B("i")
j.y = i
j.r = g
c.o = i
e.y = c
e.r = g
g.y ... | c | i | c | i | x | x | x | x | i | c | i | c | x | x | x | x | 6 | 10 | 2 | 3 | 2 |
1,478 | class A:
def __init__(self, txt: str):
self.u: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
d = A("d")
f = B("f")
e = B("e")
i = B("i")
b = B("b")
d.u = i
d.t = i
f.p = i
e.p = f
i.p = e
b.p = f
assert ... | f" | class A:
def __init__(self, txt: str):
self.u: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
d = A("d")
f = B("f")
e = B("e")
i = B("i")
b = B("b")
d.u = i
d.t = i
f.p = i
e.p = f
i.p = e
b.p = f
assert ... | e | f | i | e | f | x | x | x | f | e | i | f | e | x | x | x | 5 | 5 | 2 | 4 | 2 |
1,479 | class A:
def __init__(self, txt: str):
self.v: A = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
g = A("g")
d = B("d")
b = A("b")
e = A("e")
i = B("i")
c = A("c")
a = B("a")
g.v = b
g.q = c
d.p = g
b.v = e
b... | e" | class A:
def __init__(self, txt: str):
self.v: A = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
g = A("g")
d = B("d")
b = A("b")
e = A("e")
i = B("i")
c = A("c")
a = B("a")
g.v = b
g.q = c
d.p = g
b.v = e
b... | a | c | g | b | c | g | c | e | e | c | g | c | b | g | c | a | 7 | 11 | 2 | 7 | 3 |
1,480 | class A:
def __init__(self, txt: str):
self.o: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.y: B = None
self.txt = txt
d = A("d")
b = B("b")
g = B("g")
a = A("a")
e = B("e")
i = B("i")
d.o = b
d.s = g
b.q... | g" | class A:
def __init__(self, txt: str):
self.o: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.y: B = None
self.txt = txt
d = A("d")
b = B("b")
g = B("g")
a = A("a")
e = B("e")
i = B("i")
d.o = b
d.s = g
b.q... | b | i | e | g | x | x | x | x | g | e | i | b | x | x | x | x | 6 | 10 | 2 | 3 | 0 |
1,481 | 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.x: A = None
self.txt = txt
c = A("c")
h = B("h")
f = A("f")
b = A("b")
d = B("d")
a = B("a")
c.w = d
h.t = c
h.x = b
f.w = h
b.w = a
d.t ... | c" | 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.x: A = None
self.txt = txt
c = A("c")
h = B("h")
f = A("f")
b = A("b")
d = B("d")
a = B("a")
c.w = d
h.t = c
h.x = b
f.w = h
b.w = a
d.t ... | f | h | b | a | f | h | c | x | c | h | f | a | b | h | f | x | 6 | 8 | 2 | 6 | 2 |
1,482 | class A:
def __init__(self, txt: str):
self.y: B = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
d = A("d")
e = B("e")
f = B("f")
c = B("c")
a = A("a")
i = B("i")
d.y = f
d.w = a
e.z = d
f.z = a
c.z = a
a.y ... | a" | class A:
def __init__(self, txt: str):
self.y: B = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
d = A("d")
e = B("e")
f = B("f")
c = B("c")
a = A("a")
i = B("i")
d.y = f
d.w = a
e.z = d
f.z = a
c.z = a
a.y ... | e | d | f | a | d | a | x | x | a | d | a | f | d | e | x | x | 6 | 8 | 2 | 5 | 2 |
1,483 | class A:
def __init__(self, txt: str):
self.o: A = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.z: A = None
self.txt = txt
i = A("i")
f = B("f")
b = A("b")
c = A("c")
g = B("g")
a = A("a")
e = A("e")
i.o = a
... | a" | class A:
def __init__(self, txt: str):
self.o: A = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.z: A = None
self.txt = txt
i = A("i")
f = B("f")
b = A("b")
c = A("c")
g = B("g")
a = A("a")
e = A("e")
i.o = a
... | a | g | a | i | a | x | x | x | a | i | a | g | a | x | x | x | 7 | 14 | 2 | 4 | 2 |
1,484 | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
f = A("f")
d = B("d")
g = B("g")
b = B("b")
c = A("c")
a = B("a")
j = A("j")
f.q = d
d.r = j
g.r = j
b.r = c
c.q = d
a.r = c
j.q = a
as... | a" | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
f = A("f")
d = B("d")
g = B("g")
b = B("b")
c = A("c")
a = B("a")
j = A("j")
f.q = d
d.r = j
g.r = j
b.r = c
c.q = d
a.r = c
j.q = a
as... | f | d | j | a | c | d | j | a | a | j | d | c | a | j | d | f | 7 | 7 | 2 | 7 | 3 |
1,485 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.s: B = None
self.txt = txt
d = A("d")
j = B("j")
b = B("b")
d.t = j
j.y = b
j.s = b
b.y = j
b.s = j
assert d.t.s.s.txt == " | j" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.s: B = None
self.txt = txt
d = A("d")
j = B("j")
b = B("b")
d.t = j
j.y = b
j.s = b
b.y = j
b.s = j
assert d.t.s.s.txt == "j" | d | j | b | j | x | x | x | x | j | b | j | d | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
1,486 | class A:
def __init__(self, txt: str):
self.y: B = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
a = A("a")
g = B("g")
i = B("i")
f = A("f")
h = A("h")
c = A("c")
a.y = i
a.q = g
g.q = f
i.q = f
f.y = g
f.q ... | f" | class A:
def __init__(self, txt: str):
self.y: B = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
a = A("a")
g = B("g")
i = B("i")
f = A("f")
h = A("h")
c = A("c")
a.y = i
a.q = g
g.q = f
i.q = f
f.y = g
f.q ... | f | g | f | g | f | g | f | x | f | g | f | g | f | g | f | x | 6 | 9 | 2 | 6 | 5 |
1,487 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
c = A("c")
d = B("d")
h = A("h")
b = A("b")
c.s = d
d.x = b
h.s = d
b.s = d
assert b.s.x.s.x.txt == " | b" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
c = A("c")
d = B("d")
h = A("h")
b = A("b")
c.s = d
d.x = b
h.s = d
b.s = d
assert b.s.x.s.x.txt == "b" | b | d | b | d | b | x | x | x | b | d | b | d | b | x | x | x | 4 | 4 | 2 | 4 | 3 |
1,488 | 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.t: A = None
self.txt = txt
g = A("g")
e = B("e")
f = A("f")
b = B("b")
i = B("i")
g.v = b
g.t = i
e.t = g
f.v = i
f.t = e
b.t = g
i.t = g... | g" | 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.t: A = None
self.txt = txt
g = A("g")
e = B("e")
f = A("f")
b = B("b")
i = B("i")
g.v = b
g.t = i
e.t = g
f.v = i
f.t = e
b.t = g
i.t = g... | e | g | i | g | b | g | x | x | g | b | g | i | g | e | x | x | 5 | 7 | 2 | 5 | 2 |
1,489 | class A:
def __init__(self, txt: str):
self.p: A = None
self.y: 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")
f = A("f")
j = B("j")
e = A("e")
d.p = e
d.y = g
g.s = j
f.p = e
f.y = j
j.s = g
e.p = f... | j" | class A:
def __init__(self, txt: str):
self.p: A = None
self.y: 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")
f = A("f")
j = B("j")
e = A("e")
d.p = e
d.y = g
g.s = j
f.p = e
f.y = j
j.s = g
e.p = f... | g | j | g | j | x | x | x | x | j | g | j | g | x | x | x | x | 5 | 8 | 2 | 3 | 2 |
1,490 | class A:
def __init__(self, txt: str):
self.s: A = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
d = A("d")
f = B("f")
b = B("b")
g = A("g")
h = B("h")
e = A("e")
d.s = g
d.u = f
f.o = d
b.o = g
g.s = e
g.u ... | g" | class A:
def __init__(self, txt: str):
self.s: A = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
d = A("d")
f = B("f")
b = B("b")
g = A("g")
h = B("h")
e = A("e")
d.s = g
d.u = f
f.o = d
b.o = g
g.s = e
g.u ... | d | g | e | g | e | g | x | x | g | e | g | e | g | d | x | x | 6 | 9 | 2 | 5 | 3 |
1,491 | class A:
def __init__(self, txt: str):
self.v: A = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.o: B = None
self.txt = txt
c = A("c")
j = B("j")
h = A("h")
g = A("g")
f = A("f")
e = B("e")
c.v = g
c.r = f
j.x... | c" | class A:
def __init__(self, txt: str):
self.v: A = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.o: B = None
self.txt = txt
c = A("c")
j = B("j")
h = A("h")
g = A("g")
f = A("f")
e = B("e")
c.v = g
c.r = f
j.x... | j | e | f | c | x | x | x | x | c | f | e | j | x | x | x | x | 6 | 11 | 2 | 3 | 0 |
1,492 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.s: A = None
self.txt = txt
e = A("e")
b = B("b")
d = A("d")
f = B("f")
i = A("i")
j = B("j")
c = B("c")
e.p = f
b.y = j
b.s = d
d.p = b
f... | d" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.s: A = None
self.txt = txt
e = A("e")
b = B("b")
d = A("d")
f = B("f")
i = A("i")
j = B("j")
c = B("c")
e.p = f
b.y = j
b.s = d
d.p = b
f... | c | d | b | d | x | x | x | x | d | b | d | c | x | x | x | x | 7 | 11 | 2 | 3 | 1 |
1,493 | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
g = A("g")
e = B("e")
j = A("j")
i = A("i")
d = B("d")
b = A("b")
f = A("f")
g.z = b
e.o = d
j.z = b
i.z = j
d.o = e
b.z = f
f.z = i
as... | d" | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
g = A("g")
e = B("e")
j = A("j")
i = A("i")
d = B("d")
b = A("b")
f = A("f")
g.z = b
e.o = d
j.z = b
i.z = j
d.o = e
b.z = f
f.z = i
as... | d | e | d | e | d | x | x | x | d | e | d | e | d | x | x | x | 7 | 7 | 2 | 4 | 3 |
1,494 | class A:
def __init__(self, txt: str):
self.y: B = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.z: B = None
self.txt = txt
d = A("d")
e = B("e")
g = B("g")
h = A("h")
c = B("c")
j = B("j")
d.y = g
d.x = g
e.u... | g" | class A:
def __init__(self, txt: str):
self.y: B = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.z: B = None
self.txt = txt
d = A("d")
e = B("e")
g = B("g")
h = A("h")
c = B("c")
j = B("j")
d.y = g
d.x = g
e.u... | d | g | h | e | g | h | g | x | g | h | g | e | h | g | d | x | 6 | 11 | 2 | 6 | 3 |
1,495 | 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.r: A = None
self.s: B = None
self.txt = txt
c = A("c")
g = B("g")
b = B("b")
i = A("i")
j = A("j")
d = A("d")
c.x = j
c.t = b
g.r... | j" | 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.r: A = None
self.s: B = None
self.txt = txt
c = A("c")
g = B("g")
b = B("b")
i = A("i")
j = A("j")
d = A("d")
c.x = j
c.t = b
g.r... | i | b | d | i | d | g | j | x | j | g | d | i | d | b | i | x | 6 | 12 | 2 | 6 | 2 |
1,496 | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.t: A = None
self.txt = txt
a = A("a")
c = B("c")
f = B("f")
e = A("e")
i = B("i")
a.z = e
c.w = f
c.t = e
f.w = i
f.t = a
e.z = a
i.w = f... | e" | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.t: A = None
self.txt = txt
a = A("a")
c = B("c")
f = B("f")
e = A("e")
i = B("i")
a.z = e
c.w = f
c.t = e
f.w = i
f.t = a
e.z = a
i.w = f... | a | e | a | e | x | x | x | x | e | a | e | a | x | x | x | x | 5 | 8 | 2 | 3 | 2 |
1,497 | 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.s: B = None
self.txt = txt
c = A("c")
b = B("b")
i = A("i")
e = A("e")
j = B("j")
c.p = i
b.y = j
b.s = j
i.p = e
e.p = i
j.y = b
j.s = b... | e" | 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.s: B = None
self.txt = txt
c = A("c")
b = B("b")
i = A("i")
e = A("e")
j = B("j")
c.p = i
b.y = j
b.s = j
i.p = e
e.p = i
j.y = b
j.s = b... | i | e | i | e | i | e | x | x | e | i | e | i | e | i | x | x | 5 | 5 | 2 | 5 | 4 |
1,498 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
a = A("a")
g = B("g")
i = B("i")
b = A("b")
c = B("c")
e = A("e")
a.u = g
g.q = i
i.q = c
b.u = i
c.q = g
e.u = g
assert b.u.q.q.txt ==... | g" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
a = A("a")
g = B("g")
i = B("i")
b = A("b")
c = B("c")
e = A("e")
a.u = g
g.q = i
i.q = c
b.u = i
c.q = g
e.u = g
assert b.u.q.q.txt ==... | b | i | c | g | x | x | x | x | g | c | i | b | x | x | x | x | 6 | 6 | 2 | 3 | 0 |
1,499 | 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.s: A = None
self.txt = txt
b = A("b")
d = B("d")
e = A("e")
j = B("j")
f = A("f")
a = B("a")
b.t = e
d.r = a
d.s = e
e.t = b
j.r = a
j.s ... | e" | 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.s: A = None
self.txt = txt
b = A("b")
d = B("d")
e = A("e")
j = B("j")
f = A("f")
a = B("a")
b.t = e
d.r = a
d.s = e
e.t = b
j.r = a
j.s ... | d | e | b | e | x | x | x | x | e | b | e | d | x | x | x | x | 6 | 9 | 2 | 3 | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.