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