id int64 0 30k | prompt stringlengths 265 1.96k | answer stringclasses 10
values | pythoncode stringlengths 267 1.96k | depth0 stringclasses 10
values | depth1 stringclasses 10
values | depth2 stringclasses 10
values | depth3 stringclasses 10
values | depth4 stringclasses 11
values | depth5 stringclasses 11
values | depth6 stringclasses 11
values | depth7 stringclasses 11
values | depthn0 stringclasses 10
values | depthn1 stringclasses 10
values | depthn2 stringclasses 10
values | depthn3 stringclasses 10
values | depthn4 stringclasses 11
values | depthn5 stringclasses 11
values | depthn6 stringclasses 11
values | depthn7 stringclasses 11
values | num_nodes int64 3 7 | num_edges int64 3 30 | num_classes int64 2 7 | path_length int64 3 7 | num_cycle int64 0 6 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4,200 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
f = A("f")
g = B("g")
c = B("c")
j = A("j")
h = A("h")
i = B("i")
a = A("a")
f.p = i
g.p = h
c.p = a
j.p = c
h.p = i
i.p = a
a.p = g
as... | h" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
f = A("f")
g = B("g")
c = B("c")
j = A("j")
h = A("h")
i = B("i")
a = A("a")
f.p = i
g.p = h
c.p = a
j.p = c
h.p = i
i.p = a
a.p = g
as... | i | a | g | h | i | a | g | h | h | g | a | i | h | g | a | i | 7 | 7 | 2 | 7 | 4 |
4,201 | class A:
def __init__(self, txt: str):
self.o: B = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
g = A("g")
f = B("f")
c = A("c")
g.o = f
g.q = f
f.x = c
c.o = f
c.q = f
assert f.x.q.x.txt == " | c" | class A:
def __init__(self, txt: str):
self.o: B = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
g = A("g")
f = B("f")
c = A("c")
g.o = f
g.q = f
f.x = c
c.o = f
c.q = f
assert f.x.q.x.txt == "c" | f | c | f | c | x | x | x | x | c | f | c | f | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
4,202 | class A:
def __init__(self, txt: str):
self.x: A = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
b = A("b")
g = B("g")
h = A("h")
f = B("f")
b.x = h
b.q = h
g.s = f
h.x = b
h.q = b
f.s = g
assert g.s.s.s.s.t... | g" | class A:
def __init__(self, txt: str):
self.x: A = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
b = A("b")
g = B("g")
h = A("h")
f = B("f")
b.x = h
b.q = h
g.s = f
h.x = b
h.q = b
f.s = g
assert g.s.s.s.s.t... | g | f | g | f | g | x | x | x | g | f | g | f | g | x | x | x | 4 | 4 | 2 | 4 | 3 |
4,203 | class A:
def __init__(self, txt: str):
self.x: A = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
c = A("c")
f = B("f")
e = A("e")
g = B("g")
i = A("i")
c.x = i
c.s = f
f.r = g
e.x = i
e.s = f
g.r = f
i.x = c... | g" | class A:
def __init__(self, txt: str):
self.x: A = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
c = A("c")
f = B("f")
e = A("e")
g = B("g")
i = A("i")
c.x = i
c.s = f
f.r = g
e.x = i
e.s = f
g.r = f
i.x = c... | i | c | f | g | f | g | x | x | g | f | g | f | c | i | x | x | 5 | 8 | 2 | 5 | 2 |
4,204 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.y: A = None
self.txt = txt
e = A("e")
a = B("a")
f = A("f")
h = B("h")
j = A("j")
i = B("i")
e.t = h
a.p = i
a.y = f
f.t = a
h.p = a
h.y ... | e" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.y: A = None
self.txt = txt
e = A("e")
a = B("a")
f = A("f")
h = B("h")
j = A("j")
i = B("i")
e.t = h
a.p = i
a.y = f
f.t = a
h.p = a
h.y ... | h | e | h | e | h | e | x | x | e | h | e | h | e | h | x | x | 6 | 9 | 2 | 5 | 4 |
4,205 | 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.v: A = None
self.txt = txt
j = A("j")
c = B("c")
h = B("h")
d = A("d")
i = B("i")
b = B("b")
j.p = h
c.o = d
c.v = d
h.o = j
h.v = j
d.p ... | h" | 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.v: A = None
self.txt = txt
j = A("j")
c = B("c")
h = B("h")
d = A("d")
i = B("i")
b = B("b")
j.p = h
c.o = d
c.v = d
h.o = j
h.v = j
d.p ... | j | h | j | h | x | x | x | x | h | j | h | j | x | x | x | x | 6 | 8 | 2 | 3 | 2 |
4,206 | class A:
def __init__(self, txt: str):
self.y: B = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
g = A("g")
d = B("d")
e = A("e")
b = A("b")
g.y = d
g.u = d
d.z = b
e.y = d
e.u = d
b.y = d
b.u = d
assert d.z... | d" | class A:
def __init__(self, txt: str):
self.y: B = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
g = A("g")
d = B("d")
e = A("e")
b = A("b")
g.y = d
g.u = d
d.z = b
e.y = d
e.u = d
b.y = d
b.u = d
assert d.z... | d | b | d | b | d | x | x | x | d | b | d | b | d | x | x | x | 4 | 4 | 2 | 4 | 3 |
4,207 | class A:
def __init__(self, txt: str):
self.t: A = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
g = A("g")
h = B("h")
j = A("j")
a = B("a")
d = A("d")
g.t = j
g.u = j
h.t = d
j.t = d
j.u = g
a.t = j
d.t = g... | j" | class A:
def __init__(self, txt: str):
self.t: A = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
g = A("g")
h = B("h")
j = A("j")
a = B("a")
d = A("d")
g.t = j
g.u = j
h.t = d
j.t = d
j.u = g
a.t = j
d.t = g... | h | d | g | j | g | j | x | x | j | g | j | g | d | h | x | x | 5 | 7 | 2 | 5 | 2 |
4,208 | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
d = A("d")
j = B("j")
g = B("g")
d.x = j
j.q = d
g.q = d
assert j.q.x.q.txt == " | d" | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
d = A("d")
j = B("j")
g = B("g")
d.x = j
j.q = d
g.q = d
assert j.q.x.q.txt == "d" | j | d | j | d | x | x | x | x | d | j | d | j | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
4,209 | 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.u: A = None
self.txt = txt
g = A("g")
a = B("a")
c = A("c")
f = A("f")
j = A("j")
g.v = a
a.s = j
a.u = g
c.v = a
f.v = a
j.v = a
assert ... | j" | 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.u: A = None
self.txt = txt
g = A("g")
a = B("a")
c = A("c")
f = A("f")
j = A("j")
g.v = a
a.s = j
a.u = g
c.v = a
f.v = a
j.v = a
assert ... | f | a | g | a | j | x | x | x | j | a | g | a | f | x | x | x | 5 | 6 | 2 | 4 | 1 |
4,210 | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.w: A = None
self.txt = txt
a = A("a")
e = B("e")
j = B("j")
f = B("f")
c = B("c")
i = A("i")
a.z = i
e.p = a
e.w = a
j.p = i
j.w = i
f.p ... | a" | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.w: A = None
self.txt = txt
a = A("a")
e = B("e")
j = B("j")
f = B("f")
c = B("c")
i = A("i")
a.z = i
e.p = a
e.w = a
j.p = i
j.w = i
f.p ... | c | i | a | i | a | x | x | x | a | i | a | i | c | x | x | x | 6 | 7 | 2 | 4 | 2 |
4,211 | 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.p: B = None
self.txt = txt
h = A("h")
j = B("j")
f = B("f")
h.v = f
j.r = f
j.p = f
f.r = j
f.p = j
assert f.p.p.r.txt == " | j" | 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.p: B = None
self.txt = txt
h = A("h")
j = B("j")
f = B("f")
h.v = f
j.r = f
j.p = f
f.r = j
f.p = j
assert f.p.p.r.txt == "j" | f | j | f | j | x | x | x | x | j | f | j | f | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
4,212 | class A:
def __init__(self, txt: str):
self.r: A = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
c = A("c")
e = B("e")
g = A("g")
j = B("j")
c.r = g
c.x = g
e.v = c
g.r = c
g.x = c
j.v = g
assert j.v.r.r.r.t... | c" | class A:
def __init__(self, txt: str):
self.r: A = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
c = A("c")
e = B("e")
g = A("g")
j = B("j")
c.r = g
c.x = g
e.v = c
g.r = c
g.x = c
j.v = g
assert j.v.r.r.r.t... | j | g | c | g | c | x | x | x | c | g | c | g | j | x | x | x | 4 | 4 | 2 | 4 | 2 |
4,213 | 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.s: A = None
self.o: A = None
self.txt = txt
f = A("f")
j = B("j")
a = B("a")
b = A("b")
g = A("g")
f.v = j
f.s = b
j.s = b
j.o = ... | b" | 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.s: A = None
self.o: A = None
self.txt = txt
f = A("f")
j = B("j")
a = B("a")
b = A("b")
g = A("g")
f.v = j
f.s = b
j.s = b
j.o = ... | f | b | j | b | f | b | x | x | b | f | b | j | b | f | x | x | 5 | 9 | 2 | 5 | 3 |
4,214 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.r: A = None
self.txt = txt
j = A("j")
h = B("h")
a = B("a")
c = A("c")
f = A("f")
g = A("g")
i = A("i")
j.s = a
h.s = a
h.r = f
a.s = h
a... | h" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.r: A = None
self.txt = txt
j = A("j")
h = B("h")
a = B("a")
c = A("c")
f = A("f")
g = A("g")
i = A("i")
j.s = a
h.s = a
h.r = f
a.s = h
a... | f | h | f | h | x | x | x | x | h | f | h | f | x | x | x | x | 7 | 9 | 2 | 3 | 2 |
4,215 | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
b = A("b")
e = B("e")
f = A("f")
g = B("g")
h = B("h")
j = B("j")
b.x = f
e.y = f
f.x = b
g.y = b
h.y = b
j.y = b
assert h.y.x.x.x.txt ... | f" | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
b = A("b")
e = B("e")
f = A("f")
g = B("g")
h = B("h")
j = B("j")
b.x = f
e.y = f
f.x = b
g.y = b
h.y = b
j.y = b
assert h.y.x.x.x.txt ... | h | b | f | b | f | x | x | x | f | b | f | b | h | x | x | x | 6 | 6 | 2 | 4 | 2 |
4,216 | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.z: B = None
self.txt = txt
b = A("b")
i = B("i")
f = B("f")
j = B("j")
b.o = j
i.v = b
i.z = f
f.v = b
f.z = j
j.v = b
j.z = f
assert i.z... | b" | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.z: B = None
self.txt = txt
b = A("b")
i = B("i")
f = B("f")
j = B("j")
b.o = j
i.v = b
i.z = f
f.v = b
f.z = j
j.v = b
j.z = f
assert i.z... | i | f | j | b | x | x | x | x | b | j | f | i | x | x | x | x | 4 | 7 | 2 | 3 | 0 |
4,217 | class A:
def __init__(self, txt: str):
self.w: A = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.z: A = None
self.txt = txt
e = A("e")
f = B("f")
i = A("i")
c = B("c")
h = B("h")
e.w = i
e.y = i
f.t = c
f.z = ... | i" | class A:
def __init__(self, txt: str):
self.w: A = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.z: A = None
self.txt = txt
e = A("e")
f = B("f")
i = A("i")
c = B("c")
h = B("h")
e.w = i
e.y = i
f.t = c
f.z = ... | e | i | e | i | x | x | x | x | i | e | i | e | x | x | x | x | 5 | 8 | 2 | 3 | 2 |
4,218 | 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.p: A = None
self.r: A = None
self.txt = txt
i = A("i")
d = B("d")
g = B("g")
i.t = g
i.u = d
d.p = i
d.r = i
g.p = i
g.r = i
asse... | i" | 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.p: A = None
self.r: A = None
self.txt = txt
i = A("i")
d = B("d")
g = B("g")
i.t = g
i.u = d
d.p = i
d.r = i
g.p = i
g.r = i
asse... | g | i | g | i | x | x | x | x | i | g | i | g | x | x | x | x | 3 | 4 | 2 | 3 | 2 |
4,219 | class A:
def __init__(self, txt: str):
self.r: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.u: B = None
self.txt = txt
g = A("g")
j = B("j")
a = B("a")
g.r = j
g.z = j
j.x = a
j.u = a
a.x = j
a.u = j
asse... | j" | class A:
def __init__(self, txt: str):
self.r: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.u: B = None
self.txt = txt
g = A("g")
j = B("j")
a = B("a")
g.r = j
g.z = j
j.x = a
j.u = a
a.x = j
a.u = j
asse... | g | j | a | j | x | x | x | x | j | a | j | g | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
4,220 | class A:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.s: B = None
self.txt = txt
f = A("f")
e = B("e")
c = B("c")
a = A("a")
i = A("i")
j = A("j")
f.q = a
e.z = a
e.s = c
c.z = j
c.s = e
a.q ... | j" | class A:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.s: B = None
self.txt = txt
f = A("f")
e = B("e")
c = B("c")
a = A("a")
i = A("i")
j = A("j")
f.q = a
e.z = a
e.s = c
c.z = j
c.s = e
a.q ... | j | f | a | j | f | a | j | x | j | a | f | j | a | f | j | x | 6 | 8 | 2 | 6 | 4 |
4,221 | class A:
def __init__(self, txt: str):
self.p: A = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.w: B = None
self.txt = txt
h = A("h")
g = B("g")
a = B("a")
j = A("j")
h.p = j
h.o = a
g.u = h
g.w = a
a.u = h
a... | g" | class A:
def __init__(self, txt: str):
self.p: A = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.w: B = None
self.txt = txt
h = A("h")
g = B("g")
a = B("a")
j = A("j")
h.p = j
h.o = a
g.u = h
g.w = a
a.u = h
a... | h | a | g | a | g | x | x | x | g | a | g | a | h | x | x | x | 4 | 8 | 2 | 4 | 2 |
4,222 | class A:
def __init__(self, txt: str):
self.w: B = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.r: A = None
self.txt = txt
g = A("g")
i = B("i")
c = A("c")
h = A("h")
f = B("f")
g.w = f
g.z = h
i.u = f
i.r = ... | g" | class A:
def __init__(self, txt: str):
self.w: B = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.r: A = None
self.txt = txt
g = A("g")
i = B("i")
c = A("c")
h = A("h")
f = B("f")
g.w = f
g.z = h
i.u = f
i.r = ... | i | h | f | i | f | g | x | x | g | f | i | f | h | i | x | x | 5 | 10 | 2 | 5 | 2 |
4,223 | class A:
def __init__(self, txt: str):
self.u: A = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
c = A("c")
d = B("d")
e = A("e")
i = B("i")
j = B("j")
g = B("g")
b = A("b")
c.u = b
c.p = j
d.v = g
e.u = c
e... | j" | class A:
def __init__(self, txt: str):
self.u: A = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
c = A("c")
d = B("d")
e = A("e")
i = B("i")
j = B("j")
g = B("g")
b = A("b")
c.u = b
c.p = j
d.v = g
e.u = c
e... | i | j | g | i | j | x | x | x | j | i | g | j | i | x | x | x | 7 | 10 | 2 | 4 | 2 |
4,224 | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
b = A("b")
e = B("e")
c = B("c")
d = A("d")
h = A("h")
j = B("j")
b.w = j
e.w = j
c.w = e
d.w = c
h.w = e
j.w = e
assert b.w.w.w.w.w.w.... | e" | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
b = A("b")
e = B("e")
c = B("c")
d = A("d")
h = A("h")
j = B("j")
b.w = j
e.w = j
c.w = e
d.w = c
h.w = e
j.w = e
assert b.w.w.w.w.w.w.... | b | j | e | j | e | j | e | x | e | j | e | j | e | j | b | x | 6 | 6 | 2 | 6 | 4 |
4,225 | class A:
def __init__(self, txt: str):
self.u: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.x: A = None
self.txt = txt
e = A("e")
i = B("i")
h = B("h")
f = A("f")
d = B("d")
e.u = h
e.q = f
i.t = d
i.x = ... | h" | class A:
def __init__(self, txt: str):
self.u: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.x: A = None
self.txt = txt
e = A("e")
i = B("i")
h = B("h")
f = A("f")
d = B("d")
e.u = h
e.q = f
i.t = d
i.x = ... | i | d | e | f | e | h | x | x | h | e | f | e | d | i | x | x | 5 | 10 | 2 | 5 | 1 |
4,226 | 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.w: A = None
self.txt = txt
b = A("b")
g = B("g")
c = B("c")
b.p = g
g.q = c
g.w = b
c.q = g
c.w = b
assert b.p.q.w.txt == " | b" | 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.w: A = None
self.txt = txt
b = A("b")
g = B("g")
c = B("c")
b.p = g
g.q = c
g.w = b
c.q = g
c.w = b
assert b.p.q.w.txt == "b" | b | g | c | b | x | x | x | x | b | c | g | b | x | x | x | x | 3 | 5 | 2 | 3 | 1 |
4,227 | class A:
def __init__(self, txt: str):
self.z: A = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
c = A("c")
e = B("e")
f = A("f")
d = B("d")
i = A("i")
c.z = i
c.u = f
e.t = c
f.z = c
f.u = c
d.t = i
i.z = f... | i" | class A:
def __init__(self, txt: str):
self.z: A = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
c = A("c")
e = B("e")
f = A("f")
d = B("d")
i = A("i")
c.z = i
c.u = f
e.t = c
f.z = c
f.u = c
d.t = i
i.z = f... | c | i | c | i | x | x | x | x | i | c | i | c | x | x | x | x | 5 | 7 | 2 | 3 | 2 |
4,228 | class A:
def __init__(self, txt: str):
self.x: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
a = A("a")
j = B("j")
c = A("c")
a.x = j
a.w = j
j.w = a
c.x = j
c.w = j
assert c.x.w.x.txt == " | j" | class A:
def __init__(self, txt: str):
self.x: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
a = A("a")
j = B("j")
c = A("c")
a.x = j
a.w = j
j.w = a
c.x = j
c.w = j
assert c.x.w.x.txt == "j" | c | j | a | j | x | x | x | x | j | a | j | c | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
4,229 | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.o: B = None
self.txt = txt
a = A("a")
e = B("e")
b = B("b")
a.o = e
e.x = a
e.o = b
b.x = a
b.o = e
assert b.x.o.x.txt == " | a" | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.o: B = None
self.txt = txt
a = A("a")
e = B("e")
b = B("b")
a.o = e
e.x = a
e.o = b
b.x = a
b.o = e
assert b.x.o.x.txt == "a" | b | a | e | a | x | x | x | x | a | e | a | b | x | x | x | x | 3 | 5 | 2 | 3 | 1 |
4,230 | class A:
def __init__(self, txt: str):
self.z: B = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
e = A("e")
a = B("a")
c = A("c")
h = A("h")
j = A("j")
e.z = a
e.r = c
a.s = h
c.z = a
c.r = j
h.z = a
h.r = j... | h" | class A:
def __init__(self, txt: str):
self.z: B = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
e = A("e")
a = B("a")
c = A("c")
h = A("h")
j = A("j")
e.z = a
e.r = c
a.s = h
c.z = a
c.r = j
h.z = a
h.r = j... | e | a | h | a | h | x | x | x | h | a | h | a | e | x | x | x | 5 | 9 | 2 | 4 | 2 |
4,231 | 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
j = A("j")
d = B("d")
e = A("e")
h = A("h")
a = A("a")
i = B("i")
j.w = i
d.o = i
e.w = i
h.w = i
a.w = d
i.o = d
assert j.w.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
j = A("j")
d = B("d")
e = A("e")
h = A("h")
a = A("a")
i = B("i")
j.w = i
d.o = i
e.w = i
h.w = i
a.w = d
i.o = d
assert j.w.o.o.txt ==... | j | i | d | i | x | x | x | x | i | d | i | j | x | x | x | x | 6 | 6 | 2 | 3 | 1 |
4,232 | class A:
def __init__(self, txt: str):
self.t: B = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
f = A("f")
g = B("g")
d = A("d")
c = A("c")
a = B("a")
f.t = g
f.o = c
g.x = a
d.t = a
d.o = f
c.t = g
c.o = f... | a" | class A:
def __init__(self, txt: str):
self.t: B = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
f = A("f")
g = B("g")
d = A("d")
c = A("c")
a = B("a")
f.t = g
f.o = c
g.x = a
d.t = a
d.o = f
c.t = g
c.o = f... | d | a | g | a | g | a | x | x | a | g | a | g | a | d | x | x | 5 | 8 | 2 | 5 | 3 |
4,233 | class A:
def __init__(self, txt: str):
self.q: A = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.z: A = None
self.txt = txt
d = A("d")
g = B("g")
e = B("e")
h = A("h")
j = B("j")
d.q = h
d.v = h
g.t = h
g.z = ... | d" | class A:
def __init__(self, txt: str):
self.q: A = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.z: A = None
self.txt = txt
d = A("d")
g = B("g")
e = B("e")
h = A("h")
j = B("j")
d.q = h
d.v = h
g.t = h
g.z = ... | d | h | d | h | d | x | x | x | d | h | d | h | d | x | x | x | 5 | 8 | 2 | 4 | 3 |
4,234 | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
a = A("a")
c = B("c")
g = A("g")
f = A("f")
j = B("j")
a.x = c
c.s = j
g.x = c
f.x = j
j.s = c
assert g.x.s.s.s.s.txt == " | c" | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
a = A("a")
c = B("c")
g = A("g")
f = A("f")
j = B("j")
a.x = c
c.s = j
g.x = c
f.x = j
j.s = c
assert g.x.s.s.s.s.txt == "c" | g | c | j | c | j | c | x | x | c | j | c | j | c | g | x | x | 5 | 5 | 2 | 5 | 3 |
4,235 | class A:
def __init__(self, txt: str):
self.y: A = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
h = A("h")
j = B("j")
f = A("f")
e = A("e")
b = B("b")
h.y = f
h.t = j
j.u = e
f.y = e
f.t = j
e.y = f
e.t = b... | j" | class A:
def __init__(self, txt: str):
self.y: A = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
h = A("h")
j = B("j")
f = A("f")
e = A("e")
b = B("b")
h.y = f
h.t = j
j.u = e
f.y = e
f.t = j
e.y = f
e.t = b... | f | e | b | h | j | x | x | x | j | h | b | e | f | x | x | x | 5 | 8 | 2 | 4 | 0 |
4,236 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.s: A = None
self.txt = txt
d = A("d")
e = B("e")
a = B("a")
d.r = a
e.q = a
e.s = d
a.q = e
a.s = d
assert d.r.s.r.txt == " | a" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.s: A = None
self.txt = txt
d = A("d")
e = B("e")
a = B("a")
d.r = a
e.q = a
e.s = d
a.q = e
a.s = d
assert d.r.s.r.txt == "a" | d | a | d | a | x | x | x | x | a | d | a | d | x | x | x | x | 3 | 5 | 2 | 3 | 2 |
4,237 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
j = A("j")
h = B("h")
i = A("i")
c = B("c")
a = A("a")
j.p = h
h.z = c
i.p = c
c.z = h
a.p = h
assert a.p.z.z.z.z.txt == " | h" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
j = A("j")
h = B("h")
i = A("i")
c = B("c")
a = A("a")
j.p = h
h.z = c
i.p = c
c.z = h
a.p = h
assert a.p.z.z.z.z.txt == "h" | a | h | c | h | c | h | x | x | h | c | h | c | h | a | x | x | 5 | 5 | 2 | 5 | 3 |
4,238 | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.r: B = None
self.txt = txt
i = A("i")
a = B("a")
g = A("g")
h = B("h")
i.q = a
a.v = i
a.r = h
g.q = h
h.v = i
h.r = a
assert i.q.r.r.v.t... | i" | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.r: B = None
self.txt = txt
i = A("i")
a = B("a")
g = A("g")
h = B("h")
i.q = a
a.v = i
a.r = h
g.q = h
h.v = i
h.r = a
assert i.q.r.r.v.t... | i | a | h | a | i | x | x | x | i | a | h | a | i | x | x | x | 4 | 6 | 2 | 4 | 2 |
4,239 | class A:
def __init__(self, txt: str):
self.x: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.o: A = None
self.txt = txt
a = A("a")
f = B("f")
j = B("j")
a.x = j
a.s = j
f.u = a
f.o = a
j.u = a
j.o = a
asse... | j" | class A:
def __init__(self, txt: str):
self.x: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.o: A = None
self.txt = txt
a = A("a")
f = B("f")
j = B("j")
a.x = j
a.s = j
f.u = a
f.o = a
j.u = a
j.o = a
asse... | a | j | a | j | x | x | x | x | j | a | j | a | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
4,240 | class A:
def __init__(self, txt: str):
self.y: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
j = A("j")
i = B("i")
h = B("h")
j.y = h
j.p = i
i.u = h
h.u = i
assert h.u.u.u.txt == " | i" | class A:
def __init__(self, txt: str):
self.y: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
j = A("j")
i = B("i")
h = B("h")
j.y = h
j.p = i
i.u = h
h.u = i
assert h.u.u.u.txt == "i" | h | i | h | i | x | x | x | x | i | h | i | h | x | x | x | x | 3 | 4 | 2 | 3 | 2 |
4,241 | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
h = A("h")
c = B("c")
g = A("g")
j = A("j")
f = A("f")
d = B("d")
i = A("i")
h.s = f
c.w = g
g.s = i
j.s = f
f.s = j
d.w = i
i.s = f
as... | j" | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
h = A("h")
c = B("c")
g = A("g")
j = A("j")
f = A("f")
d = B("d")
i = A("i")
h.s = f
c.w = g
g.s = i
j.s = f
f.s = j
d.w = i
i.s = f
as... | h | f | j | f | j | x | x | x | j | f | j | f | h | x | x | x | 7 | 7 | 2 | 4 | 2 |
4,242 | class A:
def __init__(self, txt: str):
self.q: A = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
a = A("a")
e = B("e")
g = B("g")
j = A("j")
c = A("c")
b = A("b")
a.q = j
a.r = b
e.o = g
g.o = e
j.q = c
j.r ... | j" | class A:
def __init__(self, txt: str):
self.q: A = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
a = A("a")
e = B("e")
g = B("g")
j = A("j")
c = A("c")
b = A("b")
a.q = j
a.r = b
e.o = g
g.o = e
j.q = c
j.r ... | c | j | c | j | x | x | x | x | j | c | j | c | x | x | x | x | 6 | 10 | 2 | 3 | 2 |
4,243 | 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.q: A = None
self.txt = txt
b = A("b")
e = B("e")
g = A("g")
i = B("i")
b.w = i
b.q = e
e.q = b
g.w = i
g.q = e
i.q = g
assert b.q.q.w.q.t... | g" | 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.q: A = None
self.txt = txt
b = A("b")
e = B("e")
g = A("g")
i = B("i")
b.w = i
b.q = e
e.q = b
g.w = i
g.q = e
i.q = g
assert b.q.q.w.q.t... | b | e | b | i | g | x | x | x | g | i | b | e | b | x | x | x | 4 | 6 | 2 | 4 | 1 |
4,244 | class A:
def __init__(self, txt: str):
self.o: A = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
c = A("c")
d = B("d")
j = A("j")
c.o = j
c.z = j
d.u = c
j.o = c
j.z = c
assert j.o.z.o.txt == " | c" | class A:
def __init__(self, txt: str):
self.o: A = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
c = A("c")
d = B("d")
j = A("j")
c.o = j
c.z = j
d.u = c
j.o = c
j.z = c
assert j.o.z.o.txt == "c" | j | c | j | c | x | x | x | x | c | j | c | j | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
4,245 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.r: B = None
self.txt = txt
h = A("h")
g = B("g")
c = B("c")
f = A("f")
j = A("j")
h.p = g
g.s = c
g.r = c
c.s = g
c.r = g
f.p = c
j.p = c... | g" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.r: B = None
self.txt = txt
h = A("h")
g = B("g")
c = B("c")
f = A("f")
j = A("j")
h.p = g
g.s = c
g.r = c
c.s = g
c.r = g
f.p = c
j.p = c... | f | c | g | c | g | x | x | x | g | c | g | c | f | x | x | x | 5 | 5 | 2 | 4 | 2 |
4,246 | 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
c = A("c")
j = B("j")
a = A("a")
b = B("b")
e = A("e")
h = A("h")
d = A("d")
c.s = j
j.q = c
a.s = j
b.q = e
e.s = b
h.s = j
d.s = j
as... | j" | 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
c = A("c")
j = B("j")
a = A("a")
b = B("b")
e = A("e")
h = A("h")
d = A("d")
c.s = j
j.q = c
a.s = j
b.q = e
e.s = b
h.s = j
d.s = j
as... | j | c | j | c | j | x | x | x | j | c | j | c | j | x | x | x | 7 | 7 | 2 | 4 | 3 |
4,247 | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
f = A("f")
d = B("d")
j = B("j")
f.x = j
d.u = f
j.u = f
assert d.u.x.u.txt == " | f" | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
f = A("f")
d = B("d")
j = B("j")
f.x = j
d.u = f
j.u = f
assert d.u.x.u.txt == "f" | d | f | j | f | x | x | x | x | f | j | f | d | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
4,248 | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.q: A = None
self.txt = txt
d = A("d")
c = B("c")
j = A("j")
f = B("f")
d.w = c
c.v = d
c.q = d
j.w = c
f.v = d
f.q = j
assert c.v.w.v.txt... | d" | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.q: A = None
self.txt = txt
d = A("d")
c = B("c")
j = A("j")
f = B("f")
d.w = c
c.v = d
c.q = d
j.w = c
f.v = d
f.q = j
assert c.v.w.v.txt... | c | d | c | d | x | x | x | x | d | c | d | c | x | x | x | x | 4 | 5 | 2 | 3 | 2 |
4,249 | class A:
def __init__(self, txt: str):
self.x: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.o: A = None
self.txt = txt
j = A("j")
d = B("d")
b = B("b")
c = B("c")
j.x = b
j.w = c
d.z = j
d.o = j
b.z = j
b... | j" | class A:
def __init__(self, txt: str):
self.x: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.o: A = None
self.txt = txt
j = A("j")
d = B("d")
b = B("b")
c = B("c")
j.x = b
j.w = c
d.z = j
d.o = j
b.z = j
b... | d | j | c | j | x | x | x | x | j | c | j | d | x | x | x | x | 4 | 5 | 2 | 3 | 1 |
4,250 | class A:
def __init__(self, txt: str):
self.q: A = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.y: A = None
self.txt = txt
f = A("f")
i = B("i")
e = A("e")
d = A("d")
f.q = d
f.x = i
i.t = d
i.y = f
e.q = f
e... | d" | class A:
def __init__(self, txt: str):
self.q: A = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.y: A = None
self.txt = txt
f = A("f")
i = B("i")
e = A("e")
d = A("d")
f.q = d
f.x = i
i.t = d
i.y = f
e.q = f
e... | d | e | f | i | d | x | x | x | d | i | f | e | d | x | x | x | 4 | 8 | 2 | 4 | 1 |
4,251 | class A:
def __init__(self, txt: str):
self.r: B = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.w: B = None
self.txt = txt
c = A("c")
g = B("g")
h = B("h")
e = A("e")
c.r = h
c.t = e
g.u = h
g.w = h
h.u = g
h... | g" | class A:
def __init__(self, txt: str):
self.r: B = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.w: B = None
self.txt = txt
c = A("c")
g = B("g")
h = B("h")
e = A("e")
c.r = h
c.t = e
g.u = h
g.w = h
h.u = g
h... | g | h | g | h | g | x | x | x | g | h | g | h | g | x | x | x | 4 | 6 | 2 | 4 | 3 |
4,252 | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.o: B = None
self.txt = txt
e = A("e")
f = B("f")
g = B("g")
e.q = g
f.t = e
f.o = g
g.t = e
g.o = f
assert f.t.q.t.txt == " | e" | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.o: B = None
self.txt = txt
e = A("e")
f = B("f")
g = B("g")
e.q = g
f.t = e
f.o = g
g.t = e
g.o = f
assert f.t.q.t.txt == "e" | f | e | g | e | x | x | x | x | e | g | e | f | x | x | x | x | 3 | 5 | 2 | 3 | 1 |
4,253 | class A:
def __init__(self, txt: str):
self.s: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
j = A("j")
f = B("f")
c = A("c")
a = A("a")
j.s = f
j.o = f
f.u = c
c.s = f
c.o = f
a.s = f
a.o = f
assert a.o... | f" | class A:
def __init__(self, txt: str):
self.s: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
j = A("j")
f = B("f")
c = A("c")
a = A("a")
j.s = f
j.o = f
f.u = c
c.s = f
c.o = f
a.s = f
a.o = f
assert a.o... | a | f | c | f | x | x | x | x | f | c | f | a | x | x | x | x | 4 | 4 | 2 | 3 | 1 |
4,254 | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.o: A = None
self.txt = txt
a = A("a")
c = B("c")
f = A("f")
g = B("g")
d = B("d")
i = B("i")
a.z = f
c.p = i
c.o = a
f.z = a
g.p = c
g.o ... | a" | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.o: A = None
self.txt = txt
a = A("a")
c = B("c")
f = A("f")
g = B("g")
d = B("d")
i = B("i")
a.z = f
c.p = i
c.o = a
f.z = a
g.p = c
g.o ... | c | a | f | a | x | x | x | x | a | f | a | c | x | x | x | x | 6 | 10 | 2 | 3 | 1 |
4,255 | class A:
def __init__(self, txt: str):
self.o: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
c = A("c")
b = B("b")
d = A("d")
e = A("e")
g = A("g")
c.o = b
c.q = g
b.q = c
d.o = b
d.q = g
e.o = b
e.q = c... | b" | class A:
def __init__(self, txt: str):
self.o: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
c = A("c")
b = B("b")
d = A("d")
e = A("e")
g = A("g")
c.o = b
c.q = g
b.q = c
d.o = b
d.q = g
e.o = b
e.q = c... | d | g | b | c | b | x | x | x | b | c | b | g | d | x | x | x | 5 | 9 | 2 | 4 | 1 |
4,256 | class A:
def __init__(self, txt: str):
self.s: A = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
e = A("e")
a = B("a")
d = A("d")
e.s = d
e.z = a
a.x = e
d.s = e
d.z = a
assert e.s.s.z.txt == " | a" | class A:
def __init__(self, txt: str):
self.s: A = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
e = A("e")
a = B("a")
d = A("d")
e.s = d
e.z = a
a.x = e
d.s = e
d.z = a
assert e.s.s.z.txt == "a" | e | d | e | a | x | x | x | x | a | e | d | e | x | x | x | x | 3 | 5 | 2 | 3 | 1 |
4,257 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
h = A("h")
b = B("b")
e = B("e")
h.r = e
b.p = e
e.p = b
assert e.p.p.p.txt == " | b" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
h = A("h")
b = B("b")
e = B("e")
h.r = e
b.p = e
e.p = b
assert e.p.p.p.txt == "b" | e | b | e | b | x | x | x | x | b | e | b | e | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
4,258 | class A:
def __init__(self, txt: str):
self.y: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.u: B = None
self.txt = txt
a = A("a")
d = B("d")
j = B("j")
i = B("i")
b = B("b")
e = B("e")
a.y = j
a.t = d
d.r... | i" | class A:
def __init__(self, txt: str):
self.y: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.u: B = None
self.txt = txt
a = A("a")
d = B("d")
j = B("j")
i = B("i")
b = B("b")
e = B("e")
a.y = j
a.t = d
d.r... | j | b | e | d | i | x | x | x | i | d | e | b | j | x | x | x | 6 | 11 | 2 | 4 | 0 |
4,259 | class A:
def __init__(self, txt: str):
self.v: A = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
b = A("b")
f = B("f")
d = B("d")
i = A("i")
b.v = i
b.s = i
f.t = d
d.t = f
i.v = b
i.s = b
assert f.t.t.t.txt... | d" | class A:
def __init__(self, txt: str):
self.v: A = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
b = A("b")
f = B("f")
d = B("d")
i = A("i")
b.v = i
b.s = i
f.t = d
d.t = f
i.v = b
i.s = b
assert f.t.t.t.txt... | f | d | f | d | x | x | x | x | d | f | d | f | x | x | x | x | 4 | 4 | 2 | 3 | 2 |
4,260 | class A:
def __init__(self, txt: str):
self.o: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.t: B = None
self.txt = txt
d = A("d")
g = B("g")
h = B("h")
d.o = g
d.z = g
g.o = h
g.t = h
h.o = g
h.t = g
asse... | g" | class A:
def __init__(self, txt: str):
self.o: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.t: B = None
self.txt = txt
d = A("d")
g = B("g")
h = B("h")
d.o = g
d.z = g
g.o = h
g.t = h
h.o = g
h.t = g
asse... | h | g | h | g | x | x | x | x | g | h | g | h | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
4,261 | class A:
def __init__(self, txt: str):
self.w: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
d = A("d")
a = B("a")
h = B("h")
j = A("j")
c = B("c")
d.w = a
d.y = h
a.z = h
h.z = c
j.w = a
j.y = a
c.z = a... | a" | class A:
def __init__(self, txt: str):
self.w: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
d = A("d")
a = B("a")
h = B("h")
j = A("j")
c = B("c")
d.w = a
d.y = h
a.z = h
h.z = c
j.w = a
j.y = a
c.z = a... | h | c | a | h | c | a | x | x | a | c | h | a | c | h | x | x | 5 | 6 | 2 | 5 | 3 |
4,262 | class A:
def __init__(self, txt: str):
self.u: B = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
b = A("b")
c = B("c")
h = A("h")
e = B("e")
f = B("f")
g = B("g")
b.u = f
b.o = h
c.y = h
h.u = g
h.o = b
e.y ... | b" | class A:
def __init__(self, txt: str):
self.u: B = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
b = A("b")
c = B("c")
h = A("h")
e = B("e")
f = B("f")
g = B("g")
b.u = f
b.o = h
c.y = h
h.u = g
h.o = b
e.y ... | c | h | g | h | b | x | x | x | b | h | g | h | c | x | x | x | 6 | 8 | 2 | 4 | 1 |
4,263 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
i = A("i")
e = B("e")
j = A("j")
b = A("b")
g = A("g")
h = A("h")
i.v = e
e.y = g
j.v = e
b.v = e
g.v = e
h.v = e
assert b.v.y.v.txt ==... | e" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
i = A("i")
e = B("e")
j = A("j")
b = A("b")
g = A("g")
h = A("h")
i.v = e
e.y = g
j.v = e
b.v = e
g.v = e
h.v = e
assert b.v.y.v.txt ==... | b | e | g | e | x | x | x | x | e | g | e | b | x | x | x | x | 6 | 6 | 2 | 3 | 1 |
4,264 | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
b = A("b")
e = B("e")
j = B("j")
g = B("g")
b.w = g
e.y = j
j.y = g
g.y = j
assert b.w.y.y.txt == " | g" | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
b = A("b")
e = B("e")
j = B("j")
g = B("g")
b.w = g
e.y = j
j.y = g
g.y = j
assert b.w.y.y.txt == "g" | b | g | j | g | x | x | x | x | g | j | g | b | x | x | x | x | 4 | 4 | 2 | 3 | 1 |
4,265 | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.x: A = None
self.txt = txt
a = A("a")
j = B("j")
c = B("c")
a.w = c
j.v = a
j.x = a
c.v = a
c.x = a
assert a.w.x.w.txt == " | c" | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.x: A = None
self.txt = txt
a = A("a")
j = B("j")
c = B("c")
a.w = c
j.v = a
j.x = a
c.v = a
c.x = a
assert a.w.x.w.txt == "c" | a | c | a | c | x | x | x | x | c | a | c | a | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
4,266 | class A:
def __init__(self, txt: str):
self.u: B = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.p: B = None
self.txt = txt
e = A("e")
j = B("j")
a = A("a")
i = A("i")
b = A("b")
g = A("g")
d = B("d")
e.u = d
... | j" | class A:
def __init__(self, txt: str):
self.u: B = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.p: B = None
self.txt = txt
e = A("e")
j = B("j")
a = A("a")
i = A("i")
b = A("b")
g = A("g")
d = B("d")
e.u = d
... | j | d | j | d | j | x | x | x | j | d | j | d | j | x | x | x | 7 | 12 | 2 | 4 | 3 |
4,267 | class A:
def __init__(self, txt: str):
self.u: A = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
f = A("f")
g = B("g")
e = A("e")
c = B("c")
a = B("a")
f.u = e
f.o = c
g.s = e
e.u = f
e.o = c
c.s = f
a.s = f... | c" | class A:
def __init__(self, txt: str):
self.u: A = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
f = A("f")
g = B("g")
e = A("e")
c = B("c")
a = B("a")
f.u = e
f.o = c
g.s = e
e.u = f
e.o = c
c.s = f
a.s = f... | a | f | c | f | c | x | x | x | c | f | c | f | a | x | x | x | 5 | 7 | 2 | 4 | 2 |
4,268 | 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.x: B = None
self.y: B = None
self.txt = txt
e = A("e")
h = B("h")
b = B("b")
f = B("f")
e.s = b
e.q = b
h.x = b
h.y = f
b.x = h
b... | b" | 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.x: B = None
self.y: B = None
self.txt = txt
e = A("e")
h = B("h")
b = B("b")
f = B("f")
e.s = b
e.q = b
h.x = b
h.y = f
b.x = h
b... | f | b | h | b | x | x | x | x | b | h | b | f | x | x | x | x | 4 | 6 | 2 | 3 | 1 |
4,269 | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.q: A = None
self.txt = txt
b = A("b")
j = B("j")
h = A("h")
f = B("f")
g = A("g")
c = A("c")
e = B("e")
b.x = h
j.v = h
j.q = b
h.x = g
f... | c" | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.q: A = None
self.txt = txt
b = A("b")
j = B("j")
h = A("h")
f = B("f")
g = A("g")
c = A("c")
e = B("e")
b.x = h
j.v = h
j.q = b
h.x = g
f... | h | g | c | g | c | x | x | x | c | g | c | g | h | x | x | x | 7 | 10 | 2 | 4 | 2 |
4,270 | class A:
def __init__(self, txt: str):
self.r: A = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
a = A("a")
i = B("i")
f = B("f")
g = B("g")
b = B("b")
e = A("e")
h = B("h")
a.r = e
a.p = e
i.u = g
f.u = i
g... | i" | class A:
def __init__(self, txt: str):
self.r: A = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
a = A("a")
i = B("i")
f = B("f")
g = B("g")
b = B("b")
e = A("e")
h = B("h")
a.r = e
a.p = e
i.u = g
f.u = i
g... | h | g | i | g | i | g | i | x | i | g | i | g | i | g | h | x | 7 | 7 | 2 | 6 | 4 |
4,271 | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.z: B = None
self.txt = txt
e = A("e")
j = B("j")
i = A("i")
b = B("b")
f = B("f")
e.w = b
j.s = b
j.z = b
i.w = b
b.s = f
b.z = f
f.s = b... | b" | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.z: B = None
self.txt = txt
e = A("e")
j = B("j")
i = A("i")
b = B("b")
f = B("f")
e.w = b
j.s = b
j.z = b
i.w = b
b.s = f
b.z = f
f.s = b... | i | b | f | j | b | x | x | x | b | j | f | b | i | x | x | x | 5 | 6 | 2 | 4 | 1 |
4,272 | class A:
def __init__(self, txt: str):
self.x: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.w: B = None
self.txt = txt
e = A("e")
b = B("b")
f = B("f")
e.x = f
e.v = b
b.q = f
b.w = f
f.q = b
f.w = b
asse... | b" | class A:
def __init__(self, txt: str):
self.x: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.w: B = None
self.txt = txt
e = A("e")
b = B("b")
f = B("f")
e.x = f
e.v = b
b.q = f
b.w = f
f.q = b
f.w = b
asse... | e | b | f | b | x | x | x | x | b | f | b | e | x | x | x | x | 3 | 4 | 2 | 3 | 1 |
4,273 | class A:
def __init__(self, txt: str):
self.r: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
j = A("j")
i = B("i")
c = B("c")
b = A("b")
j.r = c
j.s = i
i.w = c
c.w = i
b.r = i
b.s = c
assert c.w.w.w.txt... | i" | class A:
def __init__(self, txt: str):
self.r: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
j = A("j")
i = B("i")
c = B("c")
b = A("b")
j.r = c
j.s = i
i.w = c
c.w = i
b.r = i
b.s = c
assert c.w.w.w.txt... | c | i | c | i | x | x | x | x | i | c | i | c | x | x | x | x | 4 | 6 | 2 | 3 | 2 |
4,274 | 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.o: B = None
self.txt = txt
h = A("h")
e = B("e")
c = B("c")
f = B("f")
g = B("g")
h.v = g
h.o = f
e.o = g
c.o = g
f.o = e
g.o = c
assert ... | g" | 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.o: B = None
self.txt = txt
h = A("h")
e = B("e")
c = B("c")
f = B("f")
g = B("g")
h.v = g
h.o = f
e.o = g
c.o = g
f.o = e
g.o = c
assert ... | e | g | c | g | c | g | x | x | g | c | g | c | g | e | x | x | 5 | 6 | 2 | 5 | 3 |
4,275 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
h = A("h")
i = B("i")
g = A("g")
e = A("e")
a = A("a")
d = A("d")
f = B("f")
h.v = i
i.x = e
g.v = f
e.v = i
a.v = i
d.v = f
f.x = d
as... | e" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
h = A("h")
i = B("i")
g = A("g")
e = A("e")
a = A("a")
d = A("d")
f = B("f")
h.v = i
i.x = e
g.v = f
e.v = i
a.v = i
d.v = f
f.x = d
as... | i | e | i | e | x | x | x | x | e | i | e | i | x | x | x | x | 7 | 7 | 2 | 3 | 2 |
4,276 | class A:
def __init__(self, txt: str):
self.q: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
b = A("b")
j = B("j")
h = B("h")
c = B("c")
g = A("g")
f = B("f")
d = B("d")
b.q = h
b.v = h
j.p = b
h.p = b
c... | b" | class A:
def __init__(self, txt: str):
self.q: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
b = A("b")
j = B("j")
h = B("h")
c = B("c")
g = A("g")
f = B("f")
d = B("d")
b.q = h
b.v = h
j.p = b
h.p = b
c... | f | b | h | b | x | x | x | x | b | h | b | f | x | x | x | x | 7 | 8 | 2 | 3 | 1 |
4,277 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.q: B = None
self.txt = txt
h = A("h")
e = B("e")
g = B("g")
f = A("f")
b = B("b")
h.r = g
e.u = g
e.q = b
g.u = b
g.q = b
f.r = g
b.u = e... | e" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.q: B = None
self.txt = txt
h = A("h")
e = B("e")
g = B("g")
f = A("f")
b = B("b")
h.r = g
e.u = g
e.q = b
g.u = b
g.q = b
f.r = g
b.u = e... | e | g | b | g | b | e | x | x | e | b | g | b | g | e | x | x | 5 | 7 | 2 | 5 | 3 |
4,278 | 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.q: A = None
self.txt = txt
c = A("c")
a = B("a")
h = A("h")
j = B("j")
c.t = h
a.p = h
a.q = c
h.t = c
j.p = h
j.q = c
assert a.q.t.t.t.t... | h" | 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.q: A = None
self.txt = txt
c = A("c")
a = B("a")
h = A("h")
j = B("j")
c.t = h
a.p = h
a.q = c
h.t = c
j.p = h
j.q = c
assert a.q.t.t.t.t... | a | c | h | c | h | x | x | x | h | c | h | c | a | x | x | x | 4 | 6 | 2 | 4 | 2 |
4,279 | 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.p: A = None
self.txt = txt
h = A("h")
b = B("b")
i = B("i")
e = A("e")
h.v = b
b.u = i
b.p = h
i.u = b
i.p = e
e.v = b
assert b.p.v.p.v.t... | b" | 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.p: A = None
self.txt = txt
h = A("h")
b = B("b")
i = B("i")
e = A("e")
h.v = b
b.u = i
b.p = h
i.u = b
i.p = e
e.v = b
assert b.p.v.p.v.t... | b | h | b | h | b | x | x | x | b | h | b | h | b | x | x | x | 4 | 6 | 2 | 4 | 3 |
4,280 | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
a = A("a")
c = B("c")
g = B("g")
i = A("i")
a.z = g
c.z = g
g.z = c
i.z = g
assert c.z.z.z.txt == " | g" | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
a = A("a")
c = B("c")
g = B("g")
i = A("i")
a.z = g
c.z = g
g.z = c
i.z = g
assert c.z.z.z.txt == "g" | c | g | c | g | x | x | x | x | g | c | g | c | x | x | x | x | 4 | 4 | 2 | 3 | 2 |
4,281 | class A:
def __init__(self, txt: str):
self.o: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
j = A("j")
g = B("g")
i = B("i")
j.o = i
j.z = i
g.x = i
i.x = g
assert i.x.x.x.txt == " | g" | class A:
def __init__(self, txt: str):
self.o: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
j = A("j")
g = B("g")
i = B("i")
j.o = i
j.z = i
g.x = i
i.x = g
assert i.x.x.x.txt == "g" | i | g | i | g | x | x | x | x | g | i | g | i | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
4,282 | class A:
def __init__(self, txt: str):
self.v: A = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.s: B = None
self.txt = txt
j = A("j")
f = B("f")
i = A("i")
e = B("e")
j.v = i
j.p = i
f.v = i
f.s = e
i.v = j
i... | i" | class A:
def __init__(self, txt: str):
self.v: A = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.s: B = None
self.txt = txt
j = A("j")
f = B("f")
i = A("i")
e = B("e")
j.v = i
j.p = i
f.v = i
f.s = e
i.v = j
i... | i | j | i | j | i | x | x | x | i | j | i | j | i | x | x | x | 4 | 6 | 2 | 4 | 3 |
4,283 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.s: A = None
self.txt = txt
d = A("d")
j = B("j")
c = B("c")
e = B("e")
h = A("h")
a = B("a")
i = A("i")
d.r = a
j.y = h
j.s = d
c.y = i
c... | c" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.s: A = None
self.txt = txt
d = A("d")
j = B("j")
c = B("c")
e = B("e")
h = A("h")
a = B("a")
i = A("i")
d.r = a
j.y = h
j.s = d
c.y = i
c... | c | h | c | i | j | h | c | x | c | h | j | i | c | h | c | x | 7 | 10 | 2 | 6 | 3 |
4,284 | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
f = A("f")
a = B("a")
e = A("e")
f.z = e
a.o = e
e.z = f
assert a.o.z.z.txt == " | e" | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
f = A("f")
a = B("a")
e = A("e")
f.z = e
a.o = e
e.z = f
assert a.o.z.z.txt == "e" | a | e | f | e | x | x | x | x | e | f | e | a | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
4,285 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.u: B = None
self.txt = txt
e = A("e")
c = B("c")
d = B("d")
i = A("i")
e.p = c
c.r = i
c.u = d
d.r = i
d.u = c
i.p = d
assert e.p.u.r.txt... | i" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.u: B = None
self.txt = txt
e = A("e")
c = B("c")
d = B("d")
i = A("i")
e.p = c
c.r = i
c.u = d
d.r = i
d.u = c
i.p = d
assert e.p.u.r.txt... | e | c | d | i | x | x | x | x | i | d | c | e | x | x | x | x | 4 | 6 | 2 | 3 | 0 |
4,286 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.z: A = None
self.txt = txt
i = A("i")
g = B("g")
e = B("e")
a = B("a")
i.s = g
g.s = i
g.z = i
e.s = i
e.z = i
a.s = i
a.z = i
assert i.s... | i" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.z: A = None
self.txt = txt
i = A("i")
g = B("g")
e = B("e")
a = B("a")
i.s = g
g.s = i
g.z = i
e.s = i
e.z = i
a.s = i
a.z = i
assert i.s... | i | g | i | g | i | x | x | x | i | g | i | g | i | x | x | x | 4 | 4 | 2 | 4 | 3 |
4,287 | 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
c = A("c")
b = B("b")
f = B("f")
e = B("e")
c.z = f
b.q = c
b.p = e
f.q = c
f.p = e
e.q = c
e.p = f
assert b.p... | f" | 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
c = A("c")
b = B("b")
f = B("f")
e = B("e")
c.z = f
b.q = c
b.p = e
f.q = c
f.p = e
e.q = c
e.p = f
assert b.p... | b | e | f | c | f | x | x | x | f | c | f | e | b | x | x | x | 4 | 7 | 2 | 4 | 1 |
4,288 | 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.o: A = None
self.txt = txt
c = A("c")
i = B("i")
g = B("g")
e = A("e")
c.q = i
i.r = c
i.o = e
g.r = e
g.o = c
e.q = g
assert g.o.q.o.txt... | e" | 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.o: A = None
self.txt = txt
c = A("c")
i = B("i")
g = B("g")
e = A("e")
c.q = i
i.r = c
i.o = e
g.r = e
g.o = c
e.q = g
assert g.o.q.o.txt... | g | c | i | e | x | x | x | x | e | i | c | g | x | x | x | x | 4 | 6 | 2 | 3 | 0 |
4,289 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
h = A("h")
d = B("d")
a = A("a")
f = B("f")
j = A("j")
g = B("g")
e = B("e")
h.t = d
d.s = j
a.t = e
f.s = j
j.t = e
g.s = j
e.s = h
as... | h" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
h = A("h")
d = B("d")
a = A("a")
f = B("f")
j = A("j")
g = B("g")
e = B("e")
h.t = d
d.s = j
a.t = e
f.s = j
j.t = e
g.s = j
e.s = h
as... | j | e | h | d | j | e | h | x | h | e | j | d | h | e | j | x | 7 | 7 | 2 | 6 | 3 |
4,290 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
j = A("j")
c = B("c")
a = A("a")
e = B("e")
h = A("h")
i = B("i")
j.p = i
c.s = i
a.p = i
e.s = i
h.p = e
i.s = c
assert e.s.s.s.s.txt ... | c" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
j = A("j")
c = B("c")
a = A("a")
e = B("e")
h = A("h")
i = B("i")
j.p = i
c.s = i
a.p = i
e.s = i
h.p = e
i.s = c
assert e.s.s.s.s.txt ... | e | i | c | i | c | x | x | x | c | i | c | i | e | x | x | x | 6 | 6 | 2 | 4 | 2 |
4,291 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
h = A("h")
j = B("j")
i = A("i")
d = A("d")
c = A("c")
b = B("b")
e = A("e")
h.v = b
j.x = d
i.v = j
d.v = j
c.v = b
b.x = h
e.v = j
as... | d" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
h = A("h")
j = B("j")
i = A("i")
d = A("d")
c = A("c")
b = B("b")
e = A("e")
h.v = b
j.x = d
i.v = j
d.v = j
c.v = b
b.x = h
e.v = j
as... | d | j | d | j | d | x | x | x | d | j | d | j | d | x | x | x | 7 | 7 | 2 | 4 | 3 |
4,292 | class A:
def __init__(self, txt: str):
self.w: B = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
a = A("a")
d = B("d")
b = B("b")
g = B("g")
j = A("j")
e = B("e")
a.w = d
a.r = b
d.t = b
b.t = g
g.t = b
j.w ... | g" | class A:
def __init__(self, txt: str):
self.w: B = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
a = A("a")
d = B("d")
b = B("b")
g = B("g")
j = A("j")
e = B("e")
a.w = d
a.r = b
d.t = b
b.t = g
g.t = b
j.w ... | j | b | g | b | g | x | x | x | g | b | g | b | j | x | x | x | 6 | 8 | 2 | 4 | 2 |
4,293 | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
j = A("j")
h = B("h")
b = A("b")
a = A("a")
i = B("i")
j.o = b
h.v = i
b.o = a
a.o = b
i.v = h
assert a.o.o.o.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.v: B = None
self.txt = txt
j = A("j")
h = B("h")
b = A("b")
a = A("a")
i = B("i")
j.o = b
h.v = i
b.o = a
a.o = b
i.v = h
assert a.o.o.o.o.o.txt == "b" | a | b | a | b | a | b | x | x | b | a | b | a | b | a | x | x | 5 | 5 | 2 | 5 | 4 |
4,294 | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.q: B = None
self.txt = txt
f = A("f")
e = B("e")
i = A("i")
a = B("a")
j = A("j")
f.y = a
e.p = a
e.q = a
i.y = e
a.p = e
a.q = e
j.y = e... | e" | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.q: B = None
self.txt = txt
f = A("f")
e = B("e")
i = A("i")
a = B("a")
j = A("j")
f.y = a
e.p = a
e.q = a
i.y = e
a.p = e
a.q = e
j.y = e... | i | e | a | e | x | x | x | x | e | a | e | i | x | x | x | x | 5 | 5 | 2 | 3 | 1 |
4,295 | class A:
def __init__(self, txt: str):
self.w: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.t: A = None
self.txt = txt
h = A("h")
a = B("a")
d = B("d")
c = A("c")
h.w = d
h.v = a
a.y = c
a.t = c
d.y = h
d... | c" | class A:
def __init__(self, txt: str):
self.w: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.t: A = None
self.txt = txt
h = A("h")
a = B("a")
d = B("d")
c = A("c")
h.w = d
h.v = a
a.y = c
a.t = c
d.y = h
d... | h | d | c | a | c | x | x | x | c | a | c | d | h | x | x | x | 4 | 6 | 2 | 4 | 1 |
4,296 | 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.x: B = None
self.txt = txt
f = A("f")
b = B("b")
c = B("c")
f.t = b
f.v = b
b.x = c
c.x = b
assert b.x.x.x.txt == " | c" | 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.x: B = None
self.txt = txt
f = A("f")
b = B("b")
c = B("c")
f.t = b
f.v = b
b.x = c
c.x = b
assert b.x.x.x.txt == "c" | b | c | b | c | x | x | x | x | c | b | c | b | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
4,297 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
c = A("c")
a = B("a")
e = A("e")
d = B("d")
i = A("i")
h = B("h")
b = A("b")
c.t = h
a.u = d
e.t = d
d.u = a
i.t = d
h.u = d
b.t = a
as... | d" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
c = A("c")
a = B("a")
e = A("e")
d = B("d")
i = A("i")
h = B("h")
b = A("b")
c.t = h
a.u = d
e.t = d
d.u = a
i.t = d
h.u = d
b.t = a
as... | a | d | a | d | x | x | x | x | d | a | d | a | x | x | x | x | 7 | 7 | 2 | 3 | 2 |
4,298 | class A:
def __init__(self, txt: str):
self.y: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
e = A("e")
j = B("j")
g = A("g")
e.y = j
e.o = j
j.t = g
g.y = j
g.o = j
assert e.o.t.o.txt == " | j" | class A:
def __init__(self, txt: str):
self.y: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
e = A("e")
j = B("j")
g = A("g")
e.y = j
e.o = j
j.t = g
g.y = j
g.o = j
assert e.o.t.o.txt == "j" | e | j | g | j | x | x | x | x | j | g | j | e | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
4,299 | 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.txt = txt
f = A("f")
j = B("j")
a = B("a")
b = B("b")
f.q = j
j.w = b
a.w = j
b.w = j
assert j.w.w.w.txt == " | b" | 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.txt = txt
f = A("f")
j = B("j")
a = B("a")
b = B("b")
f.q = j
j.w = b
a.w = j
b.w = j
assert j.w.w.w.txt == "b" | j | b | j | b | x | x | x | x | b | j | b | j | x | x | x | x | 4 | 4 | 2 | 3 | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.