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,100 | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.w: B = None
self.txt = txt
f = A("f")
c = B("c")
i = B("i")
h = A("h")
d = B("d")
e = B("e")
g = A("g")
f.o = i
c.o = f
c.w = d
i.o = h
i... | i" | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.w: B = None
self.txt = txt
f = A("f")
c = B("c")
i = B("i")
h = A("h")
d = B("d")
e = B("e")
g = A("g")
f.o = i
c.o = f
c.w = d
i.o = h
i... | e | d | f | i | x | x | x | x | i | f | d | e | x | x | x | x | 7 | 11 | 2 | 3 | 0 |
1,101 | class A:
def __init__(self, txt: str):
self.t: A = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
d = A("d")
j = B("j")
i = A("i")
c = B("c")
f = B("f")
e = B("e")
g = B("g")
d.t = i
d.z = j
j.r = d
i.t = d
i... | d" | class A:
def __init__(self, txt: str):
self.t: A = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
d = A("d")
j = B("j")
i = A("i")
c = B("c")
f = B("f")
e = B("e")
g = B("g")
d.t = i
d.z = j
j.r = d
i.t = d
i... | c | d | i | d | j | d | j | d | d | j | d | j | d | i | d | c | 7 | 9 | 2 | 7 | 4 |
1,102 | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.z: B = None
self.txt = txt
e = A("e")
g = B("g")
f = A("f")
h = B("h")
a = B("a")
e.v = f
g.w = e
g.z = h
f.v = e
h.w = f
h.z = a
a.w = e... | f" | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.z: B = None
self.txt = txt
e = A("e")
g = B("g")
f = A("f")
h = B("h")
a = B("a")
e.v = f
g.w = e
g.z = h
f.v = e
h.w = f
h.z = a
a.w = e... | g | h | f | e | f | x | x | x | f | e | f | h | g | x | x | x | 5 | 8 | 2 | 4 | 1 |
1,103 | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
g = A("g")
c = B("c")
d = B("d")
i = A("i")
g.w = i
c.y = d
d.y = c
i.w = g
assert d.y.y.y.y.txt == " | d" | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
g = A("g")
c = B("c")
d = B("d")
i = A("i")
g.w = i
c.y = d
d.y = c
i.w = g
assert d.y.y.y.y.txt == "d" | d | c | d | c | d | x | x | x | d | c | d | c | d | x | x | x | 4 | 4 | 2 | 4 | 3 |
1,104 | class A:
def __init__(self, txt: str):
self.x: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.t: B = None
self.txt = txt
h = A("h")
e = B("e")
g = B("g")
d = A("d")
h.x = g
h.o = e
e.z = g
e.t = g
g.z = e
g... | e" | class A:
def __init__(self, txt: str):
self.x: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.t: B = None
self.txt = txt
h = A("h")
e = B("e")
g = B("g")
d = A("d")
h.x = g
h.o = e
e.z = g
e.t = g
g.z = e
g... | e | g | e | g | e | x | x | x | e | g | e | g | e | x | x | x | 4 | 5 | 2 | 4 | 3 |
1,105 | class A:
def __init__(self, txt: str):
self.v: B = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.t: A = None
self.txt = txt
e = A("e")
i = B("i")
f = B("f")
j = B("j")
e.v = i
e.u = i
i.y = e
i.t = e
f.y = e
f... | i" | class A:
def __init__(self, txt: str):
self.v: B = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.t: A = None
self.txt = txt
e = A("e")
i = B("i")
f = B("f")
j = B("j")
e.v = i
e.u = i
i.y = e
i.t = e
f.y = e
f... | j | e | i | e | i | x | x | x | i | e | i | e | j | x | x | x | 4 | 4 | 2 | 4 | 2 |
1,106 | class A:
def __init__(self, txt: str):
self.o: A = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.y: B = None
self.txt = txt
i = A("i")
a = B("a")
h = A("h")
b = B("b")
j = B("j")
c = A("c")
i.o = h
i.r = b
a.x... | a" | class A:
def __init__(self, txt: str):
self.o: A = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.y: B = None
self.txt = txt
i = A("i")
a = B("a")
h = A("h")
b = B("b")
j = B("j")
c = A("c")
i.o = h
i.r = b
a.x... | i | b | j | a | x | x | x | x | a | j | b | i | x | x | x | x | 6 | 10 | 2 | 3 | 0 |
1,107 | 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.z: B = None
self.txt = txt
c = A("c")
g = B("g")
j = B("j")
f = B("f")
c.r = g
g.x = c
g.z = j
j.x = c
j.z = g
f.x = c
f.z = j
assert f.z... | c" | 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.z: B = None
self.txt = txt
c = A("c")
g = B("g")
j = B("j")
f = B("f")
c.r = g
g.x = c
g.z = j
j.x = c
j.z = g
f.x = c
f.z = j
assert f.z... | f | j | g | c | x | x | x | x | c | g | j | f | x | x | x | x | 4 | 7 | 2 | 3 | 0 |
1,108 | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.w: B = None
self.txt = txt
h = A("h")
a = B("a")
g = B("g")
h.o = g
a.p = h
a.w = g
g.p = h
g.w = a
assert h.o.w.p.txt == " | h" | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.w: B = None
self.txt = txt
h = A("h")
a = B("a")
g = B("g")
h.o = g
a.p = h
a.w = g
g.p = h
g.w = a
assert h.o.w.p.txt == "h" | h | g | a | h | x | x | x | x | h | a | g | h | x | x | x | x | 3 | 5 | 2 | 3 | 1 |
1,109 | class A:
def __init__(self, txt: str):
self.w: A = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
d = A("d")
g = B("g")
f = A("f")
d.w = f
d.t = g
g.w = d
f.w = d
f.t = g
assert f.t.w.t.txt == " | g" | class A:
def __init__(self, txt: str):
self.w: A = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
d = A("d")
g = B("g")
f = A("f")
d.w = f
d.t = g
g.w = d
f.w = d
f.t = g
assert f.t.w.t.txt == "g" | f | g | d | g | x | x | x | x | g | d | g | f | x | x | x | x | 3 | 5 | 2 | 3 | 1 |
1,110 | class A:
def __init__(self, txt: str):
self.s: 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")
e = A("e")
j = B("j")
a.s = g
g.q = a
e.s = j
j.q = e
assert g.q.s.q.txt == " | a" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
a = A("a")
g = B("g")
e = A("e")
j = B("j")
a.s = g
g.q = a
e.s = j
j.q = e
assert g.q.s.q.txt == "a" | g | a | g | a | x | x | x | x | a | g | a | g | x | x | x | x | 4 | 4 | 2 | 3 | 2 |
1,111 | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.w: A = None
self.txt = txt
g = A("g")
h = B("h")
d = B("d")
i = A("i")
e = A("e")
g.p = e
h.q = d
h.w = i
d.q = h
d.w = g
i.p = e
e.p = i... | i" | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.w: A = None
self.txt = txt
g = A("g")
h = B("h")
d = B("d")
i = A("i")
e = A("e")
g.p = e
h.q = d
h.w = i
d.q = h
d.w = g
i.p = e
e.p = i... | e | i | e | i | e | i | x | x | i | e | i | e | i | e | x | x | 5 | 7 | 2 | 5 | 4 |
1,112 | class A:
def __init__(self, txt: str):
self.w: B = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
g = A("g")
h = B("h")
b = B("b")
c = A("c")
g.w = h
g.q = b
h.t = b
b.t = h
c.w = h
c.q = h
assert h.t.t.t.t.t... | h" | class A:
def __init__(self, txt: str):
self.w: B = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
g = A("g")
h = B("h")
b = B("b")
c = A("c")
g.w = h
g.q = b
h.t = b
b.t = h
c.w = h
c.q = h
assert h.t.t.t.t.t... | h | b | h | b | h | x | x | x | h | b | h | b | h | x | x | x | 4 | 5 | 2 | 4 | 3 |
1,113 | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
e = A("e")
i = B("i")
h = B("h")
g = A("g")
c = A("c")
e.o = h
i.t = g
h.t = e
g.o = h
c.o = h
assert h.t.o.t.txt == " | e" | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
e = A("e")
i = B("i")
h = B("h")
g = A("g")
c = A("c")
e.o = h
i.t = g
h.t = e
g.o = h
c.o = h
assert h.t.o.t.txt == "e" | h | e | h | e | x | x | x | x | e | h | e | h | x | x | x | x | 5 | 5 | 2 | 3 | 2 |
1,114 | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.t: A = None
self.txt = txt
c = A("c")
b = B("b")
j = B("j")
h = B("h")
e = A("e")
c.u = e
b.p = h
b.t = e
j.p = h
j.t = c
h.p = j
h.t = e... | c" | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.t: A = None
self.txt = txt
c = A("c")
b = B("b")
j = B("j")
h = B("h")
e = A("e")
c.u = e
b.p = h
b.t = e
j.p = h
j.t = c
h.p = j
h.t = e... | e | c | e | c | e | c | x | x | c | e | c | e | c | e | x | x | 5 | 8 | 2 | 5 | 4 |
1,115 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.q: A = None
self.txt = txt
c = A("c")
i = B("i")
b = A("b")
c.v = i
i.s = b
i.q = c
b.v = i
assert b.v.q.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.s: A = None
self.q: A = None
self.txt = txt
c = A("c")
i = B("i")
b = A("b")
c.v = i
i.s = b
i.q = c
b.v = i
assert b.v.q.v.txt == "i" | b | i | c | i | x | x | x | x | i | c | i | b | x | x | x | x | 3 | 4 | 2 | 3 | 1 |
1,116 | class A:
def __init__(self, txt: str):
self.q: B = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
g = A("g")
f = B("f")
c = B("c")
b = A("b")
a = A("a")
g.q = c
g.v = b
f.p = c
c.p = f
b.q = f
b.v = a
a.q = c... | c" | class A:
def __init__(self, txt: str):
self.q: B = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
g = A("g")
f = B("f")
c = B("c")
b = A("b")
a = A("a")
g.q = c
g.v = b
f.p = c
c.p = f
b.q = f
b.v = a
a.q = c... | f | c | f | c | f | c | x | x | c | f | c | f | c | f | x | x | 5 | 8 | 2 | 5 | 4 |
1,117 | 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.z: A = None
self.txt = txt
i = A("i")
e = B("e")
j = B("j")
b = B("b")
d = A("d")
a = B("a")
i.t = a
i.u = a
e.z = i
j.z = i
b.z = i
d.t ... | a" | 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.z: A = None
self.txt = txt
i = A("i")
e = B("e")
j = B("j")
b = B("b")
d = A("d")
a = B("a")
i.t = a
i.u = a
e.z = i
j.z = i
b.z = i
d.t ... | b | i | a | d | e | i | a | x | a | i | e | d | a | i | b | x | 6 | 7 | 2 | 6 | 2 |
1,118 | 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: A = None
self.txt = txt
e = A("e")
g = B("g")
j = A("j")
e.x = j
g.s = e
g.r = e
j.x = e
assert e.x.x.x.txt == " | j" | 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: A = None
self.txt = txt
e = A("e")
g = B("g")
j = A("j")
e.x = j
g.s = e
g.r = e
j.x = e
assert e.x.x.x.txt == "j" | e | j | e | j | x | x | x | x | j | e | j | e | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
1,119 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
e = A("e")
a = B("a")
j = B("j")
f = A("f")
g = B("g")
b = A("b")
d = A("d")
e.r = a
a.z = j
j.z = g
f.r = a
g.z = j
b.r = j
d.r = a
as... | g" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
e = A("e")
a = B("a")
j = B("j")
f = A("f")
g = B("g")
b = A("b")
d = A("d")
e.r = a
a.z = j
j.z = g
f.r = a
g.z = j
b.r = j
d.r = a
as... | f | a | j | g | j | g | x | x | g | j | g | j | a | f | x | x | 7 | 7 | 2 | 5 | 2 |
1,120 | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
g = A("g")
i = B("i")
b = A("b")
c = B("c")
f = B("f")
h = A("h")
g.y = b
i.s = g
b.y = h
c.s = g
f.s = g
h.y = b
assert g.y.y.y.txt ==... | b" | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
g = A("g")
i = B("i")
b = A("b")
c = B("c")
f = B("f")
h = A("h")
g.y = b
i.s = g
b.y = h
c.s = g
f.s = g
h.y = b
assert g.y.y.y.txt ==... | g | b | h | b | x | x | x | x | b | h | b | g | x | x | x | x | 6 | 6 | 2 | 3 | 1 |
1,121 | class A:
def __init__(self, txt: str):
self.p: B = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
b = A("b")
j = B("j")
g = B("g")
e = A("e")
a = A("a")
d = B("d")
b.p = j
b.r = a
j.p = a
g.p = e
e.p = j
e.r ... | j" | class A:
def __init__(self, txt: str):
self.p: B = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
b = A("b")
j = B("j")
g = B("g")
e = A("e")
a = A("a")
d = B("d")
b.p = j
b.r = a
j.p = a
g.p = e
e.p = j
e.r ... | d | b | a | j | a | b | j | x | j | b | a | j | a | b | d | x | 6 | 9 | 2 | 6 | 3 |
1,122 | 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.q: B = None
self.txt = txt
h = A("h")
g = B("g")
e = B("e")
h.u = e
h.t = g
g.q = e
e.q = g
assert g.q.q.q.txt == " | e" | 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.q: B = None
self.txt = txt
h = A("h")
g = B("g")
e = B("e")
h.u = e
h.t = g
g.q = e
e.q = g
assert g.q.q.q.txt == "e" | g | e | g | e | x | x | x | x | e | g | e | g | x | x | x | x | 3 | 4 | 2 | 3 | 2 |
1,123 | 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.z: A = None
self.txt = txt
h = A("h")
g = B("g")
i = B("i")
e = A("e")
a = B("a")
d = A("d")
h.q = d
h.s = i
g.z = d
i.z = d
e.q = h
e.s ... | d" | 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.z: A = None
self.txt = txt
h = A("h")
g = B("g")
i = B("i")
e = A("e")
a = B("a")
d = A("d")
h.q = d
h.s = i
g.z = d
i.z = d
e.q = h
e.s ... | h | i | d | i | d | x | x | x | d | i | d | i | h | x | x | x | 6 | 9 | 2 | 4 | 2 |
1,124 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.u: B = None
self.txt = txt
h = A("h")
d = B("d")
f = B("f")
j = A("j")
i = A("i")
h.p = d
d.q = h
d.u = f
f.q = j
f.u = d
j.p = d
i.p = f... | j" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.u: B = None
self.txt = txt
h = A("h")
d = B("d")
f = B("f")
j = A("j")
i = A("i")
h.p = d
d.q = h
d.u = f
f.q = j
f.u = d
j.p = d
i.p = f... | f | d | f | j | x | x | x | x | j | f | d | f | x | x | x | x | 5 | 7 | 2 | 3 | 1 |
1,125 | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.p: A = None
self.txt = txt
d = A("d")
g = B("g")
f = B("f")
e = A("e")
d.v = e
g.u = f
g.p = d
f.u = g
f.p = d
e.v = d
assert e.v.v.v.v.t... | e" | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.p: A = None
self.txt = txt
d = A("d")
g = B("g")
f = B("f")
e = A("e")
d.v = e
g.u = f
g.p = d
f.u = g
f.p = d
e.v = d
assert e.v.v.v.v.t... | e | d | e | d | e | x | x | x | e | d | e | d | e | x | x | x | 4 | 6 | 2 | 4 | 3 |
1,126 | class A:
def __init__(self, txt: str):
self.v: B = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
j = A("j")
e = B("e")
h = B("h")
j.v = e
j.x = e
e.v = j
h.v = j
assert e.v.x.v.txt == " | j" | class A:
def __init__(self, txt: str):
self.v: B = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
j = A("j")
e = B("e")
h = B("h")
j.v = e
j.x = e
e.v = j
h.v = j
assert e.v.x.v.txt == "j" | e | j | e | j | x | x | x | x | j | e | j | e | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
1,127 | class A:
def __init__(self, txt: str):
self.t: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.t: A = None
self.txt = txt
a = A("a")
i = B("i")
e = B("e")
d = B("d")
f = A("f")
a.t = i
a.o = e
i.r = a
i.t = ... | d" | class A:
def __init__(self, txt: str):
self.t: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.t: A = None
self.txt = txt
a = A("a")
i = B("i")
e = B("e")
d = B("d")
f = A("f")
a.t = i
a.o = e
i.r = a
i.t = ... | e | f | e | f | d | x | x | x | d | f | e | f | e | x | x | x | 5 | 8 | 2 | 4 | 2 |
1,128 | class A:
def __init__(self, txt: str):
self.w: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.r: A = None
self.txt = txt
g = A("g")
b = B("b")
h = B("h")
g.w = b
g.o = b
b.x = g
b.r = g
h.x = g
h.r = g
asse... | b" | class A:
def __init__(self, txt: str):
self.w: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.r: A = None
self.txt = txt
g = A("g")
b = B("b")
h = B("h")
g.w = b
g.o = b
b.x = g
b.r = g
h.x = g
h.r = g
asse... | g | b | g | b | x | x | x | x | b | g | b | g | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
1,129 | class A:
def __init__(self, txt: str):
self.v: B = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
d = A("d")
f = B("f")
e = A("e")
a = A("a")
j = A("j")
d.v = f
d.u = f
f.r = a
e.v = f
e.u = f
a.v = f
a.u = f... | f" | class A:
def __init__(self, txt: str):
self.v: B = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
d = A("d")
f = B("f")
e = A("e")
a = A("a")
j = A("j")
d.v = f
d.u = f
f.r = a
e.v = f
e.u = f
a.v = f
a.u = f... | j | f | a | f | x | x | x | x | f | a | f | j | x | x | x | x | 5 | 5 | 2 | 3 | 1 |
1,130 | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.r: A = None
self.txt = txt
g = A("g")
b = B("b")
a = B("a")
h = B("h")
f = A("f")
g.v = f
b.y = a
b.r = f
a.y = h
a.r = f
h.y = b
h.r = f... | f" | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.r: A = None
self.txt = txt
g = A("g")
b = B("b")
a = B("a")
h = B("h")
f = A("f")
g.v = f
b.y = a
b.r = f
a.y = h
a.r = f
h.y = b
h.r = f... | h | b | a | f | x | x | x | x | f | a | b | h | x | x | x | x | 5 | 8 | 2 | 3 | 0 |
1,131 | class A:
def __init__(self, txt: str):
self.s: A = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.x: B = None
self.txt = txt
a = A("a")
h = B("h")
e = A("e")
c = A("c")
j = B("j")
a.s = e
a.w = h
h.q = e
h.x = ... | j" | class A:
def __init__(self, txt: str):
self.s: A = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.x: B = None
self.txt = txt
a = A("a")
h = B("h")
e = A("e")
c = A("c")
j = B("j")
a.s = e
a.w = h
h.q = e
h.x = ... | c | j | e | c | e | j | x | x | j | e | c | e | j | c | x | x | 5 | 10 | 2 | 5 | 3 |
1,132 | class A:
def __init__(self, txt: str):
self.t: B = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
a = A("a")
g = B("g")
d = A("d")
a.t = g
a.s = d
g.q = d
d.t = g
d.s = a
assert d.t.q.t.txt == " | g" | class A:
def __init__(self, txt: str):
self.t: B = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
a = A("a")
g = B("g")
d = A("d")
a.t = g
a.s = d
g.q = d
d.t = g
d.s = a
assert d.t.q.t.txt == "g" | d | g | d | g | x | x | x | x | g | d | g | d | x | x | x | x | 3 | 5 | 2 | 3 | 2 |
1,133 | 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.y: A = None
self.s: A = None
self.txt = txt
f = A("f")
i = B("i")
e = A("e")
a = A("a")
g = B("g")
b = A("b")
f.y = g
f.r = b
i.y... | f" | 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.y: A = None
self.s: A = None
self.txt = txt
f = A("f")
i = B("i")
e = A("e")
a = A("a")
g = B("g")
b = A("b")
f.y = g
f.r = b
i.y... | i | e | a | g | a | f | x | x | f | a | g | a | e | i | x | x | 6 | 12 | 2 | 5 | 1 |
1,134 | 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.txt = txt
a = A("a")
d = B("d")
b = B("b")
j = B("j")
c = A("c")
h = A("h")
f = B("f")
a.z = h
d.w = b
b.w = f
j.w = f
c.z = h
h.z = a
f.w = d
as... | h" | 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.txt = txt
a = A("a")
d = B("d")
b = B("b")
j = B("j")
c = A("c")
h = A("h")
f = B("f")
a.z = h
d.w = b
b.w = f
j.w = f
c.z = h
h.z = a
f.w = d
as... | a | h | a | h | a | h | x | x | h | a | h | a | h | a | x | x | 7 | 7 | 2 | 5 | 4 |
1,135 | 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.p: B = None
self.y: B = None
self.txt = txt
g = A("g")
c = B("c")
h = B("h")
e = B("e")
j = B("j")
f = A("f")
b = B("b")
g.u = j
... | 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.p: B = None
self.y: B = None
self.txt = txt
g = A("g")
c = B("c")
h = B("h")
e = B("e")
j = B("j")
f = A("f")
b = B("b")
g.u = j
... | j | e | c | j | e | c | x | x | c | e | j | c | e | j | x | x | 7 | 14 | 2 | 5 | 3 |
1,136 | 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.p: A = None
self.txt = txt
c = A("c")
e = B("e")
h = B("h")
a = A("a")
b = A("b")
j = A("j")
d = A("d")
c.u = h
... | b" | 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.p: A = None
self.txt = txt
c = A("c")
e = B("e")
h = B("h")
a = A("a")
b = A("b")
j = A("j")
d = A("d")
c.u = h
... | h | b | h | b | x | x | x | x | b | h | b | h | x | x | x | x | 7 | 13 | 2 | 3 | 2 |
1,137 | class A:
def __init__(self, txt: str):
self.w: B = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
j = A("j")
d = B("d")
f = B("f")
a = A("a")
j.w = f
j.o = a
d.x = j
f.x = j
a.w = f
a.o = j
assert f.x.o.w.x.t... | j" | class A:
def __init__(self, txt: str):
self.w: B = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
j = A("j")
d = B("d")
f = B("f")
a = A("a")
j.w = f
j.o = a
d.x = j
f.x = j
a.w = f
a.o = j
assert f.x.o.w.x.t... | f | j | a | f | j | x | x | x | j | f | a | j | f | x | x | x | 4 | 6 | 2 | 4 | 2 |
1,138 | class A:
def __init__(self, txt: str):
self.o: A = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.v: A = None
self.txt = txt
g = A("g")
h = B("h")
j = A("j")
g.o = j
g.u = h
h.t = g
h.v = j
j.o = g
j.u = h
asse... | j" | class A:
def __init__(self, txt: str):
self.o: A = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.v: A = None
self.txt = txt
g = A("g")
h = B("h")
j = A("j")
g.o = j
g.u = h
h.t = g
h.v = j
j.o = g
j.u = h
asse... | h | j | g | j | x | x | x | x | j | g | j | h | x | x | x | x | 3 | 6 | 2 | 3 | 1 |
1,139 | class A:
def __init__(self, txt: str):
self.q: A = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.q: B = None
self.txt = txt
c = A("c")
b = B("b")
a = B("a")
j = A("j")
e = A("e")
i = A("i")
c.q = i
c.t = i
b.v... | i" | class A:
def __init__(self, txt: str):
self.q: A = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.q: B = None
self.txt = txt
c = A("c")
b = B("b")
a = B("a")
j = A("j")
e = A("e")
i = A("i")
c.q = i
c.t = i
b.v... | e | i | j | i | j | i | x | x | i | j | i | j | i | e | x | x | 6 | 10 | 2 | 5 | 3 |
1,140 | class A:
def __init__(self, txt: str):
self.p: B = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.x: B = None
self.txt = txt
i = A("i")
g = B("g")
f = B("f")
h = B("h")
d = B("d")
j = A("j")
e = B("e")
i.p = d
... | h" | class A:
def __init__(self, txt: str):
self.p: B = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.x: B = None
self.txt = txt
i = A("i")
g = B("g")
f = B("f")
h = B("h")
d = B("d")
j = A("j")
e = B("e")
i.p = d
... | f | g | d | e | h | g | h | x | h | g | h | e | d | g | f | x | 7 | 13 | 2 | 6 | 2 |
1,141 | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.q: A = None
self.txt = txt
c = A("c")
g = B("g")
b = A("b")
f = A("f")
c.x = g
g.w = c
g.q = f
b.x = g
f.x = g
assert g.w.x.q.txt == " | f" | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.q: A = None
self.txt = txt
c = A("c")
g = B("g")
b = A("b")
f = A("f")
c.x = g
g.w = c
g.q = f
b.x = g
f.x = g
assert g.w.x.q.txt == "f" | g | c | g | f | x | x | x | x | f | g | c | g | x | x | x | x | 4 | 5 | 2 | 3 | 1 |
1,142 | 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.txt = txt
d = A("d")
f = B("f")
h = B("h")
a = B("a")
j = A("j")
d.o = a
f.w = d
h.w = j
a.w = j
j.o = h
assert a.w.o.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.txt = txt
d = A("d")
f = B("f")
h = B("h")
a = B("a")
j = A("j")
d.o = a
f.w = d
h.w = j
a.w = j
j.o = h
assert a.w.o.w.o.w.txt == "j" | a | j | h | j | h | j | x | x | j | h | j | h | j | a | x | x | 5 | 5 | 2 | 5 | 3 |
1,143 | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
a = A("a")
d = B("d")
c = B("c")
j = A("j")
g = B("g")
h = B("h")
a.u = j
d.x = a
c.x = j
j.u = a
g.x = a
h.x = j
assert a.u.u.u.u.txt ... | a" | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
a = A("a")
d = B("d")
c = B("c")
j = A("j")
g = B("g")
h = B("h")
a.u = j
d.x = a
c.x = j
j.u = a
g.x = a
h.x = j
assert a.u.u.u.u.txt ... | a | j | a | j | a | x | x | x | a | j | a | j | a | x | x | x | 6 | 6 | 2 | 4 | 3 |
1,144 | 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.o: B = None
self.t: B = None
self.txt = txt
a = A("a")
j = B("j")
d = B("d")
i = B("i")
g = B("g")
h = A("h")
a.p = h
a.y = d
j.o... | i" | 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.o: B = None
self.t: B = None
self.txt = txt
a = A("a")
j = B("j")
d = B("d")
i = B("i")
g = B("g")
h = A("h")
a.p = h
a.y = d
j.o... | g | j | g | j | i | x | x | x | i | j | g | j | g | x | x | x | 6 | 12 | 2 | 4 | 2 |
1,145 | class A:
def __init__(self, txt: str):
self.t: A = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
j = A("j")
a = B("a")
d = A("d")
h = A("h")
e = B("e")
j.t = h
j.o = h
a.y = e
d.t = h
d.o = h
h.t = j
h.o = d... | d" | class A:
def __init__(self, txt: str):
self.t: A = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
j = A("j")
a = B("a")
d = A("d")
h = A("h")
e = B("e")
j.t = h
j.o = h
a.y = e
d.t = h
d.o = h
h.t = j
h.o = d... | h | d | h | d | x | x | x | x | d | h | d | h | x | x | x | x | 5 | 6 | 2 | 3 | 2 |
1,146 | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
e = A("e")
a = B("a")
h = A("h")
b = B("b")
i = A("i")
e.o = b
a.y = e
h.o = a
b.y = i
i.o = a
assert e.o.y.o.y.txt == " | e" | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
e = A("e")
a = B("a")
h = A("h")
b = B("b")
i = A("i")
e.o = b
a.y = e
h.o = a
b.y = i
i.o = a
assert e.o.y.o.y.txt == "e" | e | b | i | a | e | x | x | x | e | a | i | b | e | x | x | x | 5 | 5 | 2 | 4 | 1 |
1,147 | class A:
def __init__(self, txt: str):
self.s: A = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.z: A = None
self.txt = txt
d = A("d")
h = B("h")
j = B("j")
i = A("i")
d.s = i
d.r = i
h.r = d
h.z = d
j.r = d
j... | d" | class A:
def __init__(self, txt: str):
self.s: A = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.z: A = None
self.txt = txt
d = A("d")
h = B("h")
j = B("j")
i = A("i")
d.s = i
d.r = i
h.r = d
h.z = d
j.r = d
j... | h | d | i | d | x | x | x | x | d | i | d | h | x | x | x | x | 4 | 5 | 2 | 3 | 1 |
1,148 | 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.w: B = None
self.s: A = None
self.txt = txt
d = A("d")
g = B("g")
b = A("b")
i = B("i")
a = B("a")
e = A("e")
j = A("j")
d.q = b
... | b" | 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.w: B = None
self.s: A = None
self.txt = txt
d = A("d")
g = B("g")
b = A("b")
i = B("i")
a = B("a")
e = A("e")
j = A("j")
d.q = b
... | a | d | b | d | e | d | b | x | b | d | e | d | b | d | a | x | 7 | 13 | 2 | 6 | 3 |
1,149 | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.p: A = None
self.txt = txt
g = A("g")
a = B("a")
h = B("h")
b = A("b")
f = B("f")
d = A("d")
g.q = f
a.q = g
a.p = b
h.q = b
h.p = g
b.q ... | f" | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.p: A = None
self.txt = txt
g = A("g")
a = B("a")
h = B("h")
b = A("b")
f = B("f")
d = A("d")
g.q = f
a.q = g
a.p = b
h.q = b
h.p = g
b.q ... | a | b | f | g | f | b | f | x | f | b | f | g | f | b | a | x | 6 | 9 | 2 | 6 | 3 |
1,150 | 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.r: A = None
self.q: A = None
self.txt = txt
f = A("f")
a = B("a")
g = A("g")
f.w = g
f.q = g
a.r = g
a.q = g
g.w = f
g.q = f
asse... | f" | 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.r: A = None
self.q: A = None
self.txt = txt
f = A("f")
a = B("a")
g = A("g")
f.w = g
f.q = g
a.r = g
a.q = g
g.w = f
g.q = f
asse... | g | f | g | f | x | x | x | x | f | g | f | g | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
1,151 | class A:
def __init__(self, txt: str):
self.o: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
e = A("e")
f = B("f")
a = B("a")
b = B("b")
e.o = a
e.p = f
f.o = e
a.o = e
b.o = e
assert b.o.p.o.txt == " | e" | class A:
def __init__(self, txt: str):
self.o: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
e = A("e")
f = B("f")
a = B("a")
b = B("b")
e.o = a
e.p = f
f.o = e
a.o = e
b.o = e
assert b.o.p.o.txt == "e" | b | e | f | e | x | x | x | x | e | f | e | b | x | x | x | x | 4 | 5 | 2 | 3 | 1 |
1,152 | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
e = A("e")
g = B("g")
f = B("f")
c = A("c")
d = A("d")
e.u = c
g.s = c
f.s = e
c.u = e
d.u = c
assert c.u.u.u.u.txt == " | c" | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
e = A("e")
g = B("g")
f = B("f")
c = A("c")
d = A("d")
e.u = c
g.s = c
f.s = e
c.u = e
d.u = c
assert c.u.u.u.u.txt == "c" | c | e | c | e | c | x | x | x | c | e | c | e | c | x | x | x | 5 | 5 | 2 | 4 | 3 |
1,153 | 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.z: B = None
self.txt = txt
i = A("i")
e = B("e")
f = A("f")
c = A("c")
a = A("a")
d = B("d")
b = B("b")
i.u = b
e.q = d
e.z = d
f.u = b
c... | e" | 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.z: B = None
self.txt = txt
i = A("i")
e = B("e")
f = A("f")
c = A("c")
a = A("a")
d = B("d")
b = B("b")
i.u = b
e.q = d
e.z = d
f.u = b
c... | d | b | d | e | d | b | d | e | e | d | b | d | e | d | b | d | 7 | 9 | 2 | 7 | 5 |
1,154 | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
e = A("e")
a = B("a")
h = A("h")
c = B("c")
d = B("d")
g = A("g")
e.z = a
a.r = d
h.z = c
c.r = a
d.r = a
g.z = a
assert e.z.r.r.txt ==... | a" | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
e = A("e")
a = B("a")
h = A("h")
c = B("c")
d = B("d")
g = A("g")
e.z = a
a.r = d
h.z = c
c.r = a
d.r = a
g.z = a
assert e.z.r.r.txt ==... | e | a | d | a | x | x | x | x | a | d | a | e | x | x | x | x | 6 | 6 | 2 | 3 | 1 |
1,155 | 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: A = None
self.txt = txt
a = A("a")
c = B("c")
e = A("e")
a.r = e
a.t = c
c.t = a
e.r = a
e.t = c
assert a.r.r.r.txt == " | 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: A = None
self.txt = txt
a = A("a")
c = B("c")
e = A("e")
a.r = e
a.t = c
c.t = a
e.r = a
e.t = c
assert a.r.r.r.txt == "e" | a | e | a | e | x | x | x | x | e | a | e | a | x | x | x | x | 3 | 5 | 2 | 3 | 2 |
1,156 | 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.q: A = None
self.txt = txt
d = A("d")
b = B("b")
h = B("h")
g = A("g")
d.w = h
b.t = h
b.q = g
h.t = b
h.q = d
g.w = b
assert g.w.q.w.txt... | b" | 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.q: A = None
self.txt = txt
d = A("d")
b = B("b")
h = B("h")
g = A("g")
d.w = h
b.t = h
b.q = g
h.t = b
h.q = d
g.w = b
assert g.w.q.w.txt... | g | b | g | b | x | x | x | x | b | g | b | g | x | x | x | x | 4 | 6 | 2 | 3 | 2 |
1,157 | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.q: A = None
self.txt = txt
a = A("a")
e = B("e")
g = A("g")
j = B("j")
i = B("i")
c = A("c")
a.q = e
e.y = g
e.q = c
g.q = e
j.y = c
j.q ... | g" | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.q: A = None
self.txt = txt
a = A("a")
e = B("e")
g = A("g")
j = B("j")
i = B("i")
c = A("c")
a.q = e
e.y = g
e.q = c
g.q = e
j.y = c
j.q ... | c | e | c | e | g | x | x | x | g | e | c | e | c | x | x | x | 6 | 9 | 2 | 4 | 2 |
1,158 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
c = A("c")
d = B("d")
f = B("f")
c.u = d
d.w = c
f.w = c
assert d.w.u.w.txt == " | c" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
c = A("c")
d = B("d")
f = B("f")
c.u = d
d.w = c
f.w = c
assert d.w.u.w.txt == "c" | d | c | d | c | x | x | x | x | c | d | c | d | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
1,159 | 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
d = A("d")
i = B("i")
f = A("f")
d.s = f
d.o = i
i.p = f
f.s = d
f.o = i
assert i.p.s.o.txt == " | i" | 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
d = A("d")
i = B("i")
f = A("f")
d.s = f
d.o = i
i.p = f
f.s = d
f.o = i
assert i.p.s.o.txt == "i" | i | f | d | i | x | x | x | x | i | d | f | i | x | x | x | x | 3 | 5 | 2 | 3 | 1 |
1,160 | class A:
def __init__(self, txt: str):
self.s: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.q: B = None
self.txt = txt
b = A("b")
j = B("j")
c = B("c")
g = B("g")
a = B("a")
b.s = c
b.p = c
j.p = b
j.q = ... | g" | class A:
def __init__(self, txt: str):
self.s: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.q: B = None
self.txt = txt
b = A("b")
j = B("j")
c = B("c")
g = B("g")
a = B("a")
b.s = c
b.p = c
j.p = b
j.q = ... | g | b | c | a | g | x | x | x | g | a | c | b | g | x | x | x | 5 | 9 | 2 | 4 | 1 |
1,161 | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
b = A("b")
c = B("c")
d = A("d")
j = B("j")
b.w = d
c.u = d
d.w = b
j.u = b
assert c.u.w.w.w.txt == " | b" | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
b = A("b")
c = B("c")
d = A("d")
j = B("j")
b.w = d
c.u = d
d.w = b
j.u = b
assert c.u.w.w.w.txt == "b" | c | d | b | d | b | x | x | x | b | d | b | d | c | x | x | x | 4 | 4 | 2 | 4 | 2 |
1,162 | 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
g = A("g")
e = B("e")
d = B("d")
c = B("c")
j = A("j")
b = A("b")
a = A("a")
g.p = c
e.y = b
e.v = d
d.y = j
d... | j" | 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
g = A("g")
e = B("e")
d = B("d")
c = B("c")
j = A("j")
b = A("b")
a = A("a")
g.p = c
e.y = b
e.v = d
d.y = j
d... | g | c | d | j | e | d | j | x | j | d | e | j | d | c | g | x | 7 | 10 | 2 | 6 | 2 |
1,163 | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.t: B = None
self.txt = txt
b = A("b")
d = B("d")
a = B("a")
f = A("f")
e = A("e")
h = A("h")
b.r = h
d.x = a
d.t = a
a.x = d
a.t = d
f.r ... | d" | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.t: B = None
self.txt = txt
b = A("b")
d = B("d")
a = B("a")
f = A("f")
e = A("e")
h = A("h")
b.r = h
d.x = a
d.t = a
a.x = d
a.t = d
f.r ... | a | d | a | d | a | d | x | x | d | a | d | a | d | a | x | x | 6 | 6 | 2 | 5 | 4 |
1,164 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
g = A("g")
j = B("j")
b = B("b")
f = A("f")
g.r = j
j.y = b
b.y = j
f.r = b
assert b.y.y.y.y.txt == " | b" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
g = A("g")
j = B("j")
b = B("b")
f = A("f")
g.r = j
j.y = b
b.y = j
f.r = b
assert b.y.y.y.y.txt == "b" | b | j | b | j | b | x | x | x | b | j | b | j | b | x | x | x | 4 | 4 | 2 | 4 | 3 |
1,165 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
f = A("f")
b = B("b")
i = A("i")
h = A("h")
g = A("g")
c = B("c")
f.p = b
b.r = c
i.p = b
h.p = c
g.p = b
c.r = b
assert g.p.r.r.r.r.r.... | c" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
f = A("f")
b = B("b")
i = A("i")
h = A("h")
g = A("g")
c = B("c")
f.p = b
b.r = c
i.p = b
h.p = c
g.p = b
c.r = b
assert g.p.r.r.r.r.r.... | g | b | c | b | c | b | c | x | c | b | c | b | c | b | g | x | 6 | 6 | 2 | 6 | 4 |
1,166 | class A:
def __init__(self, txt: str):
self.w: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
f = A("f")
i = B("i")
h = A("h")
b = B("b")
d = A("d")
f.w = b
f.o = i
i.z = d
h.w = i
h.o = i
b.z = h
d.w = b... | i" | class A:
def __init__(self, txt: str):
self.w: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
f = A("f")
i = B("i")
h = A("h")
b = B("b")
d = A("d")
f.w = b
f.o = i
i.z = d
h.w = i
h.o = i
b.z = h
d.w = b... | h | i | d | b | h | i | x | x | i | h | b | d | i | h | x | x | 5 | 6 | 2 | 5 | 2 |
1,167 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.v: A = None
self.txt = txt
e = A("e")
h = B("h")
c = B("c")
e.v = c
h.r = c
h.v = e
c.r = h
c.v = e
assert h.r.v.v.txt == " | c" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.v: A = None
self.txt = txt
e = A("e")
h = B("h")
c = B("c")
e.v = c
h.r = c
h.v = e
c.r = h
c.v = e
assert h.r.v.v.txt == "c" | h | c | e | c | x | x | x | x | c | e | c | h | x | x | x | x | 3 | 5 | 2 | 3 | 1 |
1,168 | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
f = A("f")
a = B("a")
h = B("h")
i = B("i")
e = B("e")
d = A("d")
j = B("j")
f.x = e
a.p = f
h.p = f
i.p = d
e.p = d
d.x = a
j.p = f
as... | d" | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
f = A("f")
a = B("a")
h = B("h")
i = B("i")
e = B("e")
d = A("d")
j = B("j")
f.x = e
a.p = f
h.p = f
i.p = d
e.p = d
d.x = a
j.p = f
as... | i | d | a | f | e | d | x | x | d | e | f | a | d | i | x | x | 7 | 7 | 2 | 5 | 1 |
1,169 | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.x: B = None
self.txt = txt
f = A("f")
j = B("j")
d = B("d")
f.z = j
j.r = d
j.x = d
d.r = j
d.x = j
assert j.x.x.x.txt == " | d" | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.x: B = None
self.txt = txt
f = A("f")
j = B("j")
d = B("d")
f.z = j
j.r = d
j.x = d
d.r = j
d.x = j
assert j.x.x.x.txt == "d" | j | d | j | d | x | x | x | x | d | j | d | j | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
1,170 | class A:
def __init__(self, txt: str):
self.v: B = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.q: B = None
self.txt = txt
h = A("h")
g = B("g")
c = A("c")
i = A("i")
f = B("f")
h.v = g
h.w = i
g.v = f
g.q = ... | g" | class A:
def __init__(self, txt: str):
self.v: B = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.q: B = None
self.txt = txt
h = A("h")
g = B("g")
c = A("c")
i = A("i")
f = B("f")
h.v = g
h.w = i
g.v = f
g.q = ... | f | g | f | g | f | g | x | x | g | f | g | f | g | f | x | x | 5 | 8 | 2 | 5 | 4 |
1,171 | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.s: B = None
self.txt = txt
a = A("a")
g = B("g")
e = B("e")
d = B("d")
h = A("h")
j = A("j")
a.r = j
g.p = e
g.s = e
e.p = d
e.s = g
d.p ... | d" | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.s: B = None
self.txt = txt
a = A("a")
g = B("g")
e = B("e")
d = B("d")
h = A("h")
j = A("j")
a.r = j
g.p = e
g.s = e
e.p = d
e.s = g
d.p ... | d | e | g | e | g | e | d | x | d | e | g | e | g | e | d | x | 6 | 7 | 2 | 6 | 4 |
1,172 | 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.r: B = None
self.txt = txt
b = A("b")
f = B("f")
g = A("g")
h = A("h")
e = A("e")
i = B("i")
b.t = i
f.v = e
f.r = i
g.t = i
h.t = i
e.t ... | h" | 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.r: B = None
self.txt = txt
b = A("b")
f = B("f")
g = A("g")
h = A("h")
e = A("e")
i = B("i")
b.t = i
f.v = e
f.r = i
g.t = i
h.t = i
e.t ... | f | e | f | i | h | x | x | x | h | i | f | e | f | x | x | x | 6 | 8 | 2 | 4 | 1 |
1,173 | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
e = A("e")
h = B("h")
b = A("b")
e.z = b
h.z = e
b.z = e
assert e.z.z.z.txt == " | b" | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
e = A("e")
h = B("h")
b = A("b")
e.z = b
h.z = e
b.z = e
assert e.z.z.z.txt == "b" | e | b | e | b | x | x | x | x | b | e | b | e | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
1,174 | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
g = A("g")
i = B("i")
a = B("a")
j = A("j")
h = B("h")
f = B("f")
d = B("d")
g.w = a
i.u = j
a.u = g
j.w = f
h.u = j
f.u = g
d.u = j
as... | a" | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
g = A("g")
i = B("i")
a = B("a")
j = A("j")
h = B("h")
f = B("f")
d = B("d")
g.w = a
i.u = j
a.u = g
j.w = f
h.u = j
f.u = g
d.u = j
as... | h | j | f | g | a | g | a | x | a | g | a | g | f | j | h | x | 7 | 7 | 2 | 6 | 2 |
1,175 | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
e = A("e")
i = B("i")
h = A("h")
e.x = i
i.t = h
h.x = i
assert e.x.t.x.txt == " | i" | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
e = A("e")
i = B("i")
h = A("h")
e.x = i
i.t = h
h.x = i
assert e.x.t.x.txt == "i" | e | i | h | i | x | x | x | x | i | h | i | e | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
1,176 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.x: A = None
self.txt = txt
a = A("a")
d = B("d")
f = B("f")
a.t = f
d.u = a
d.x = a
f.u = a
f.x = a
assert a.t.u.t.txt == " | f" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.x: A = None
self.txt = txt
a = A("a")
d = B("d")
f = B("f")
a.t = f
d.u = a
d.x = a
f.u = a
f.x = a
assert a.t.u.t.txt == "f" | a | f | a | f | x | x | x | x | f | a | f | a | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
1,177 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.u: B = None
self.txt = txt
g = A("g")
i = B("i")
c = B("c")
j = B("j")
b = B("b")
d = B("d")
e = B("e")
g.r = i
i.w = e
i.u = c
c.w = j
c... | i" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.u: B = None
self.txt = txt
g = A("g")
i = B("i")
c = B("c")
j = B("j")
b = B("b")
d = B("d")
e = B("e")
g.r = i
i.w = e
i.u = c
c.w = j
c... | b | i | c | i | e | j | c | i | i | c | j | e | i | c | i | b | 7 | 10 | 2 | 7 | 3 |
1,178 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
e = A("e")
b = B("b")
g = B("g")
e.v = b
b.u = g
g.u = b
assert b.u.u.u.txt == " | g" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
e = A("e")
b = B("b")
g = B("g")
e.v = b
b.u = g
g.u = b
assert b.u.u.u.txt == "g" | b | g | b | g | x | x | x | x | g | b | g | b | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
1,179 | 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
j = A("j")
c = B("c")
f = B("f")
j.p = f
c.o = j
f.o = j
assert c.o.p.o.txt == " | j" | 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
j = A("j")
c = B("c")
f = B("f")
j.p = f
c.o = j
f.o = j
assert c.o.p.o.txt == "j" | c | j | f | j | x | x | x | x | j | f | j | c | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
1,180 | class A:
def __init__(self, txt: str):
self.v: A = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.t: A = None
self.txt = txt
g = A("g")
i = B("i")
d = A("d")
h = A("h")
b = A("b")
f = B("f")
e = B("e")
g.v = d
... | e" | class A:
def __init__(self, txt: str):
self.v: A = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.t: A = None
self.txt = txt
g = A("g")
i = B("i")
d = A("d")
h = A("h")
b = A("b")
f = B("f")
e = B("e")
g.v = d
... | i | e | f | e | x | x | x | x | e | f | e | i | x | x | x | x | 7 | 14 | 2 | 3 | 1 |
1,181 | 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.y: B = None
self.txt = txt
e = A("e")
g = B("g")
f = A("f")
j = B("j")
i = B("i")
e.o = g
g.t = i
g.y = j
f.o = g
j.t = i
j.y = g
i.t = g... | g" | 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.y: B = None
self.txt = txt
e = A("e")
g = B("g")
f = A("f")
j = B("j")
i = B("i")
e.o = g
g.t = i
g.y = j
f.o = g
j.t = i
j.y = g
i.t = g... | e | g | j | g | j | g | x | x | g | j | g | j | g | e | x | x | 5 | 8 | 2 | 5 | 3 |
1,182 | 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.r: A = None
self.p: A = None
self.txt = txt
j = A("j")
e = B("e")
g = A("g")
f = A("f")
j.r = f
j.t = e
e.r = j
e.p = f
g.r = f
g... | 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.r: A = None
self.p: A = None
self.txt = txt
j = A("j")
e = B("e")
g = A("g")
f = A("f")
j.r = f
j.t = e
e.r = j
e.p = f
g.r = f
g... | f | j | e | j | e | x | x | x | e | j | e | j | f | x | x | x | 4 | 8 | 2 | 4 | 2 |
1,183 | class A:
def __init__(self, txt: str):
self.v: 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")
d = B("d")
h = A("h")
e = B("e")
i = A("i")
a.v = i
j.v = h
d.v = h
h.v = i
e.v = i
i.v = a
assert j.v.v.v.v.txt ... | i" | class A:
def __init__(self, txt: str):
self.v: 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")
d = B("d")
h = A("h")
e = B("e")
i = A("i")
a.v = i
j.v = h
d.v = h
h.v = i
e.v = i
i.v = a
assert j.v.v.v.v.txt ... | j | h | i | a | i | x | x | x | i | a | i | h | j | x | x | x | 6 | 6 | 2 | 4 | 1 |
1,184 | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
g = A("g")
d = B("d")
h = B("h")
a = A("a")
g.x = d
d.o = a
h.o = a
a.x = h
assert h.o.x.o.x.txt == " | h" | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
g = A("g")
d = B("d")
h = B("h")
a = A("a")
g.x = d
d.o = a
h.o = a
a.x = h
assert h.o.x.o.x.txt == "h" | h | a | h | a | h | x | x | x | h | a | h | a | h | x | x | x | 4 | 4 | 2 | 4 | 3 |
1,185 | class A:
def __init__(self, txt: str):
self.q: A = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
h = A("h")
i = B("i")
j = A("j")
e = A("e")
f = A("f")
c = A("c")
g = B("g")
h.q = e
h.o = e
i.x = h
j.q = c
j... | e" | class A:
def __init__(self, txt: str):
self.q: A = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
h = A("h")
i = B("i")
j = A("j")
e = A("e")
f = A("f")
c = A("c")
g = B("g")
h.q = e
h.o = e
i.x = h
j.q = c
j... | g | e | h | e | h | e | h | e | e | h | e | h | e | h | e | g | 7 | 7 | 2 | 7 | 5 |
1,186 | class A:
def __init__(self, txt: str):
self.p: A = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
d = A("d")
e = B("e")
f = B("f")
h = A("h")
d.p = h
d.z = f
e.s = f
f.s = e
h.p = d
h.z = f
assert f.s.s.s.s.t... | f" | class A:
def __init__(self, txt: str):
self.p: A = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
d = A("d")
e = B("e")
f = B("f")
h = A("h")
d.p = h
d.z = f
e.s = f
f.s = e
h.p = d
h.z = f
assert f.s.s.s.s.t... | f | e | f | e | f | x | x | x | f | e | f | e | f | x | x | x | 4 | 6 | 2 | 4 | 3 |
1,187 | class A:
def __init__(self, txt: str):
self.q: A = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
a = A("a")
c = B("c")
g = B("g")
b = A("b")
h = A("h")
j = B("j")
a.q = h
a.y = g
c.x = g
g.x = j
b.q = h
b.y ... | c" | class A:
def __init__(self, txt: str):
self.q: A = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
a = A("a")
c = B("c")
g = B("g")
b = A("b")
h = A("h")
j = B("j")
a.q = h
a.y = g
c.x = g
g.x = j
b.q = h
b.y ... | c | g | j | c | x | x | x | x | c | j | g | c | x | x | x | x | 6 | 9 | 2 | 3 | 1 |
1,188 | class A:
def __init__(self, txt: str):
self.q: A = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.r: B = None
self.txt = txt
g = A("g")
c = B("c")
f = B("f")
j = B("j")
b = A("b")
h = B("h")
g.q = b
g.v = j
c.s... | b" | class A:
def __init__(self, txt: str):
self.q: A = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.r: B = None
self.txt = txt
g = A("g")
c = B("c")
f = B("f")
j = B("j")
b = A("b")
h = B("h")
g.q = b
g.v = j
c.s... | f | g | j | b | x | x | x | x | b | j | g | f | x | x | x | x | 6 | 12 | 2 | 3 | 0 |
1,189 | 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.v: A = None
self.txt = txt
e = A("e")
j = B("j")
f = A("f")
g = A("g")
h = B("h")
e.s = g
e.u = j
j.v = f
f.s = e
f.u = h
g.s = f
g.u = h... | f" | 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.v: A = None
self.txt = txt
e = A("e")
j = B("j")
f = A("f")
g = A("g")
h = B("h")
e.s = g
e.u = j
j.v = f
f.s = e
f.u = h
g.s = f
g.u = h... | g | f | h | g | f | x | x | x | f | g | h | f | g | x | x | x | 5 | 8 | 2 | 4 | 2 |
1,190 | class A:
def __init__(self, txt: str):
self.z: A = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
d = A("d")
e = B("e")
j = B("j")
c = A("c")
d.z = c
d.s = c
e.o = c
j.o = d
c.z = d
c.s = d
assert d.z.z.z.txt... | c" | class A:
def __init__(self, txt: str):
self.z: A = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
d = A("d")
e = B("e")
j = B("j")
c = A("c")
d.z = c
d.s = c
e.o = c
j.o = d
c.z = d
c.s = d
assert d.z.z.z.txt... | d | c | d | c | x | x | x | x | c | d | c | d | x | x | x | x | 4 | 4 | 2 | 3 | 2 |
1,191 | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
d = A("d")
h = B("h")
a = B("a")
i = A("i")
e = A("e")
b = B("b")
d.y = e
h.v = a
a.v = b
i.y = d
e.y = d
b.v = h
assert b.v.v.v.v.v.v.... | b" | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
d = A("d")
h = B("h")
a = B("a")
i = A("i")
e = A("e")
b = B("b")
d.y = e
h.v = a
a.v = b
i.y = d
e.y = d
b.v = h
assert b.v.v.v.v.v.v.... | b | h | a | b | h | a | b | x | b | a | h | b | a | h | b | x | 6 | 6 | 2 | 6 | 4 |
1,192 | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.p: B = None
self.txt = txt
h = A("h")
c = B("c")
a = B("a")
b = B("b")
i = A("i")
h.z = b
c.q = h
c.p = a
a.q = i
a.p = b
b.q = i
b.p = a... | h" | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.p: B = None
self.txt = txt
h = A("h")
c = B("c")
a = B("a")
b = B("b")
i = A("i")
h.z = b
c.q = h
c.p = a
a.q = i
a.p = b
b.q = i
b.p = a... | a | b | a | i | c | h | x | x | h | c | i | a | b | a | x | x | 5 | 8 | 2 | 5 | 1 |
1,193 | class A:
def __init__(self, txt: str):
self.s: B = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.y: A = None
self.txt = txt
a = A("a")
i = B("i")
j = A("j")
f = B("f")
g = A("g")
d = B("d")
a.s = i
a.x = j
i.u... | g" | class A:
def __init__(self, txt: str):
self.s: B = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.y: A = None
self.txt = txt
a = A("a")
i = B("i")
j = A("j")
f = B("f")
g = A("g")
d = B("d")
a.s = i
a.x = j
i.u... | d | a | i | g | a | j | g | x | g | j | a | g | i | a | d | x | 6 | 12 | 2 | 6 | 2 |
1,194 | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
j = A("j")
e = B("e")
h = B("h")
j.y = h
e.w = h
h.w = e
assert h.w.w.w.txt == " | e" | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
j = A("j")
e = B("e")
h = B("h")
j.y = h
e.w = h
h.w = e
assert h.w.w.w.txt == "e" | h | e | h | e | x | x | x | x | e | h | e | h | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
1,195 | 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.o: A = None
self.p: B = None
self.txt = txt
c = A("c")
a = B("a")
i = B("i")
j = A("j")
c.t = j
c.y = a
a.o = j
a.p = i
i.o = j
i... | i" | 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.o: A = None
self.p: B = None
self.txt = txt
c = A("c")
a = B("a")
i = B("i")
j = A("j")
c.t = j
c.y = a
a.o = j
a.p = i
i.o = j
i... | c | a | i | a | i | x | x | x | i | a | i | a | c | x | x | x | 4 | 8 | 2 | 4 | 2 |
1,196 | 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.w: A = None
self.txt = txt
f = A("f")
d = B("d")
h = A("h")
a = B("a")
e = A("e")
i = A("i")
c = A("c")
f.t = d
... | 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.y: B = None
self.w: A = None
self.txt = txt
f = A("f")
d = B("d")
h = A("h")
a = B("a")
e = A("e")
i = A("i")
c = A("c")
f.t = d
... | c | d | f | d | f | d | f | x | f | d | f | d | f | d | c | x | 7 | 12 | 2 | 6 | 4 |
1,197 | class A:
def __init__(self, txt: str):
self.o: A = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
a = A("a")
c = B("c")
d = B("d")
b = A("b")
g = B("g")
a.o = b
a.x = d
c.x = d
d.x = c
b.o = a
b.x = d
g.x = c... | d" | class A:
def __init__(self, txt: str):
self.o: A = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
a = A("a")
c = B("c")
d = B("d")
b = A("b")
g = B("g")
a.o = b
a.x = d
c.x = d
d.x = c
b.o = a
b.x = d
g.x = c... | a | b | d | c | d | x | x | x | d | c | d | b | a | x | x | x | 5 | 7 | 2 | 4 | 1 |
1,198 | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
h = A("h")
i = B("i")
d = B("d")
c = A("c")
f = B("f")
h.x = c
i.x = f
d.x = f
c.x = h
f.x = i
assert c.x.x.x.x.txt == " | c" | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
h = A("h")
i = B("i")
d = B("d")
c = A("c")
f = B("f")
h.x = c
i.x = f
d.x = f
c.x = h
f.x = i
assert c.x.x.x.x.txt == "c" | c | h | c | h | c | x | x | x | c | h | c | h | c | x | x | x | 5 | 5 | 2 | 4 | 3 |
1,199 | class A:
def __init__(self, txt: str):
self.w: A = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.q: B = None
self.txt = txt
e = A("e")
a = B("a")
b = A("b")
g = A("g")
c = B("c")
j = B("j")
e.w = g
e.v = g
a.w... | e" | class A:
def __init__(self, txt: str):
self.w: A = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.q: B = None
self.txt = txt
e = A("e")
a = B("a")
b = A("b")
g = A("g")
c = B("c")
j = B("j")
e.w = g
e.v = g
a.w... | e | g | e | g | b | e | x | x | e | b | g | e | g | e | x | x | 6 | 9 | 2 | 5 | 3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.