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,600 | 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
a = A("a")
g = B("g")
b = A("b")
j = B("j")
h = B("h")
d = B("d")
f = B("f")
a.y = g
g.w = d
b.y = f
j.w = g
h.w = f
d.w = g
f.w = g
as... | d" | 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
a = A("a")
g = B("g")
b = A("b")
j = B("j")
h = B("h")
d = B("d")
f = B("f")
a.y = g
g.w = d
b.y = f
j.w = g
h.w = f
d.w = g
f.w = g
as... | h | f | g | d | x | x | x | x | d | g | f | h | x | x | x | x | 7 | 7 | 2 | 3 | 0 |
2,601 | class A:
def __init__(self, txt: str):
self.x: B = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
b = A("b")
d = B("d")
c = B("c")
f = A("f")
g = B("g")
a = A("a")
i = A("i")
b.x = g
b.p = i
d.y = g
c.y = d
f... | d" | class A:
def __init__(self, txt: str):
self.x: B = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
b = A("b")
d = B("d")
c = B("c")
f = A("f")
g = B("g")
a = A("a")
i = A("i")
b.x = g
b.p = i
d.y = g
c.y = d
f... | i | b | g | d | g | d | x | x | d | g | d | g | b | i | x | x | 7 | 11 | 2 | 5 | 2 |
2,602 | class A:
def __init__(self, txt: str):
self.z: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
d = A("d")
a = B("a")
h = B("h")
d.z = h
d.p = h
a.w = h
h.w = a
assert a.w.w.w.txt == " | h" | class A:
def __init__(self, txt: str):
self.z: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
d = A("d")
a = B("a")
h = B("h")
d.z = h
d.p = h
a.w = h
h.w = a
assert a.w.w.w.txt == "h" | a | h | a | h | x | x | x | x | h | a | h | a | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
2,603 | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
i = A("i")
h = B("h")
a = B("a")
g = A("g")
c = B("c")
b = A("b")
j = A("j")
i.o = b
h.o = a
a.o = h
g.o = j
c.o = h
b.o = i
j.o = b
as... | a" | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
i = A("i")
h = B("h")
a = B("a")
g = A("g")
c = B("c")
b = A("b")
j = A("j")
i.o = b
h.o = a
a.o = h
g.o = j
c.o = h
b.o = i
j.o = b
as... | h | a | h | a | h | a | x | x | a | h | a | h | a | h | x | x | 7 | 7 | 2 | 5 | 4 |
2,604 | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
a = A("a")
g = B("g")
j = A("j")
a.z = g
g.w = j
j.z = g
assert g.w.z.w.txt == " | j" | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
a = A("a")
g = B("g")
j = A("j")
a.z = g
g.w = j
j.z = g
assert g.w.z.w.txt == "j" | g | j | g | j | x | x | x | x | j | g | j | g | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
2,605 | class A:
def __init__(self, txt: str):
self.p: A = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.v: B = None
self.txt = txt
d = A("d")
a = B("a")
j = B("j")
h = A("h")
d.p = h
d.u = h
a.y = d
a.v = j
j.y = h
j... | h" | class A:
def __init__(self, txt: str):
self.p: A = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.v: B = None
self.txt = txt
d = A("d")
a = B("a")
j = B("j")
h = A("h")
d.p = h
d.u = h
a.y = d
a.v = j
j.y = h
j... | d | h | d | h | x | x | x | x | h | d | h | d | x | x | x | x | 4 | 6 | 2 | 3 | 2 |
2,606 | 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.s: A = None
self.txt = txt
c = A("c")
h = B("h")
b = A("b")
c.v = h
c.t = h
h.s = b
b.v = h
b.t = h
assert b.t.s.v.txt == " | h" | 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.s: A = None
self.txt = txt
c = A("c")
h = B("h")
b = A("b")
c.v = h
c.t = h
h.s = b
b.v = h
b.t = h
assert b.t.s.v.txt == "h" | b | h | b | h | x | x | x | x | h | b | h | b | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
2,607 | 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.txt = txt
g = A("g")
d = B("d")
e = B("e")
i = B("i")
c = A("c")
b = A("b")
g.t = i
d.p = i
e.p = d
i.p = d
c.t = d
b.t = i
assert i.p.p.p.p.p.p.... | i" | 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.txt = txt
g = A("g")
d = B("d")
e = B("e")
i = B("i")
c = A("c")
b = A("b")
g.t = i
d.p = i
e.p = d
i.p = d
c.t = d
b.t = i
assert i.p.p.p.p.p.p.... | i | d | i | d | i | d | i | x | i | d | i | d | i | d | i | x | 6 | 6 | 2 | 6 | 5 |
2,608 | class A:
def __init__(self, txt: str):
self.s: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
h = A("h")
b = B("b")
c = A("c")
h.s = b
h.v = b
b.s = c
c.s = b
c.v = b
assert c.v.s.v.txt == " | b" | class A:
def __init__(self, txt: str):
self.s: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
h = A("h")
b = B("b")
c = A("c")
h.s = b
h.v = b
b.s = c
c.s = b
c.v = b
assert c.v.s.v.txt == "b" | c | b | c | b | x | x | x | x | b | c | b | c | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
2,609 | 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.z: A = None
self.r: A = None
self.txt = txt
d = A("d")
e = B("e")
c = B("c")
h = A("h")
a = A("a")
j = A("j")
d.r = c
d.s = e
e.z... | h" | 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.z: A = None
self.r: A = None
self.txt = txt
d = A("d")
e = B("e")
c = B("c")
h = A("h")
a = A("a")
j = A("j")
d.r = c
d.s = e
e.z... | c | a | c | h | c | h | x | x | h | c | h | c | a | c | x | x | 6 | 11 | 2 | 5 | 3 |
2,610 | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.z: B = None
self.txt = txt
c = A("c")
i = B("i")
e = A("e")
b = B("b")
h = A("h")
d = A("d")
f = B("f")
c.r = d
i.y = b
i.z = f
e.r = d
b... | d" | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.z: B = None
self.txt = txt
c = A("c")
i = B("i")
e = A("e")
b = B("b")
h = A("h")
d = A("d")
f = B("f")
c.r = d
i.y = b
i.z = f
e.r = d
b... | d | h | d | h | d | h | d | x | d | h | d | h | d | h | d | x | 7 | 8 | 2 | 6 | 5 |
2,611 | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.s: A = None
self.txt = txt
i = A("i")
a = B("a")
f = A("f")
i.y = f
a.z = i
a.s = i
f.y = i
assert f.y.y.y.txt == " | i" | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.s: A = None
self.txt = txt
i = A("i")
a = B("a")
f = A("f")
i.y = f
a.z = i
a.s = i
f.y = i
assert f.y.y.y.txt == "i" | f | i | f | i | x | x | x | x | i | f | i | f | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
2,612 | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
b = A("b")
g = B("g")
c = A("c")
d = A("d")
b.w = d
g.r = b
c.w = d
d.w = b
assert b.w.w.w.txt == " | d" | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
b = A("b")
g = B("g")
c = A("c")
d = A("d")
b.w = d
g.r = b
c.w = d
d.w = b
assert b.w.w.w.txt == "d" | b | d | b | d | x | x | x | x | d | b | d | b | x | x | x | x | 4 | 4 | 2 | 3 | 2 |
2,613 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
c = A("c")
b = B("b")
j = A("j")
e = B("e")
g = A("g")
c.t = e
b.p = g
j.t = b
e.p = j
g.t = e
assert c.t.p.t.p.txt == " | g" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
c = A("c")
b = B("b")
j = A("j")
e = B("e")
g = A("g")
c.t = e
b.p = g
j.t = b
e.p = j
g.t = e
assert c.t.p.t.p.txt == "g" | c | e | j | b | g | x | x | x | g | b | j | e | c | x | x | x | 5 | 5 | 2 | 4 | 0 |
2,614 | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.p: B = None
self.txt = txt
b = A("b")
a = B("a")
c = B("c")
j = B("j")
h = A("h")
b.r = h
a.u = h
a.p = c
c.u = b
c.p = j
j.u = h
j.p = c... | h" | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.p: B = None
self.txt = txt
b = A("b")
a = B("a")
c = B("c")
j = B("j")
h = A("h")
b.r = h
a.u = h
a.p = c
c.u = b
c.p = j
j.u = h
j.p = c... | a | c | j | h | x | x | x | x | h | j | c | a | x | x | x | x | 5 | 8 | 2 | 3 | 0 |
2,615 | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.o: B = None
self.txt = txt
f = A("f")
d = B("d")
h = A("h")
i = B("i")
b = A("b")
g = A("g")
c = B("c")
f.u = g
d.s = f
d.o = i
h.u = f
i... | f" | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.o: B = None
self.txt = txt
f = A("f")
d = B("d")
h = A("h")
i = B("i")
b = A("b")
g = A("g")
c = B("c")
f.u = g
d.s = f
d.o = i
h.u = f
i... | f | g | h | f | x | x | x | x | f | h | g | f | x | x | x | x | 7 | 10 | 2 | 3 | 1 |
2,616 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.t: B = None
self.txt = txt
e = A("e")
j = B("j")
b = B("b")
c = A("c")
e.r = b
j.w = e
j.t = b
b.w = c
b.t = j
c.r = b
assert e.r.t.t.w.t... | c" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.t: B = None
self.txt = txt
e = A("e")
j = B("j")
b = B("b")
c = A("c")
e.r = b
j.w = e
j.t = b
b.w = c
b.t = j
c.r = b
assert e.r.t.t.w.t... | e | b | j | b | c | x | x | x | c | b | j | b | e | x | x | x | 4 | 6 | 2 | 4 | 1 |
2,617 | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.p: B = None
self.txt = txt
d = A("d")
i = B("i")
f = B("f")
a = B("a")
e = A("e")
d.w = i
i.w = d
i.p = f
f.w = e
f.p = i
a.w = e
a.p = f... | e" | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.p: B = None
self.txt = txt
d = A("d")
i = B("i")
f = B("f")
a = B("a")
e = A("e")
d.w = i
i.w = d
i.p = f
f.w = e
f.p = i
a.w = e
a.p = f... | d | i | d | i | f | e | x | x | e | f | i | d | i | d | x | x | 5 | 8 | 2 | 5 | 2 |
2,618 | 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.x: A = None
self.z: B = None
self.txt = txt
i = A("i")
c = B("c")
e = B("e")
i.x = c
i.w = c
c.x = i
c.z = e
e.x = i
e.z = c
asse... | e" | 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.x: A = None
self.z: B = None
self.txt = txt
i = A("i")
c = B("c")
e = B("e")
i.x = c
i.w = c
c.x = i
c.z = e
e.x = i
e.z = c
asse... | c | i | c | e | x | x | x | x | e | c | i | c | x | x | x | x | 3 | 5 | 2 | 3 | 1 |
2,619 | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
g = A("g")
j = B("j")
c = B("c")
a = A("a")
f = B("f")
e = B("e")
g.t = a
j.y = g
c.y = g
a.t = g
f.y = g
e.y = g
assert e.y.t.t.t.t.t.... | a" | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
g = A("g")
j = B("j")
c = B("c")
a = A("a")
f = B("f")
e = B("e")
g.t = a
j.y = g
c.y = g
a.t = g
f.y = g
e.y = g
assert e.y.t.t.t.t.t.... | e | g | a | g | a | g | a | x | a | g | a | g | a | g | e | x | 6 | 6 | 2 | 6 | 4 |
2,620 | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
d = A("d")
j = B("j")
i = A("i")
g = B("g")
d.p = i
j.p = g
i.p = d
g.p = j
assert d.p.p.p.txt == " | i" | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
d = A("d")
j = B("j")
i = A("i")
g = B("g")
d.p = i
j.p = g
i.p = d
g.p = j
assert d.p.p.p.txt == "i" | d | i | d | i | x | x | x | x | i | d | i | d | x | x | x | x | 4 | 4 | 2 | 3 | 2 |
2,621 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
e = A("e")
h = B("h")
d = A("d")
i = B("i")
j = A("j")
e.u = h
h.x = i
d.u = h
i.x = h
j.u = i
assert e.u.x.x.txt == " | h" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
e = A("e")
h = B("h")
d = A("d")
i = B("i")
j = A("j")
e.u = h
h.x = i
d.u = h
i.x = h
j.u = i
assert e.u.x.x.txt == "h" | e | h | i | h | x | x | x | x | h | i | h | e | x | x | x | x | 5 | 5 | 2 | 3 | 1 |
2,622 | class A:
def __init__(self, txt: str):
self.q: A = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.x: B = None
self.txt = txt
g = A("g")
f = B("f")
h = B("h")
e = A("e")
i = B("i")
d = A("d")
c = A("c")
g.q = d
... | g" | class A:
def __init__(self, txt: str):
self.q: A = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.x: B = None
self.txt = txt
g = A("g")
f = B("f")
h = B("h")
e = A("e")
i = B("i")
d = A("d")
c = A("c")
g.q = d
... | d | e | g | d | e | g | x | x | g | e | d | g | e | d | x | x | 7 | 12 | 2 | 5 | 3 |
2,623 | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.x: B = None
self.txt = txt
i = A("i")
g = B("g")
f = B("f")
a = B("a")
b = A("b")
j = A("j")
c = A("c")
i.y = c
g.r = f
g.x = a
f.r = g
f... | i" | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.x: B = None
self.txt = txt
i = A("i")
g = B("g")
f = B("f")
a = B("a")
b = A("b")
j = A("j")
c = A("c")
i.y = c
g.r = f
g.x = a
f.r = g
f... | j | i | c | i | c | i | x | x | i | c | i | c | i | j | x | x | 7 | 8 | 2 | 5 | 3 |
2,624 | 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.r: A = None
self.txt = txt
h = A("h")
e = B("e")
a = A("a")
c = B("c")
h.t = c
e.p = c
e.r = h
a.t = e
c.p = e
c.r = h
assert c.p.r.t.txt... | c" | 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.r: A = None
self.txt = txt
h = A("h")
e = B("e")
a = A("a")
c = B("c")
h.t = c
e.p = c
e.r = h
a.t = e
c.p = e
c.r = h
assert c.p.r.t.txt... | c | e | h | c | x | x | x | x | c | h | e | c | x | x | x | x | 4 | 6 | 2 | 3 | 1 |
2,625 | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.z: A = None
self.txt = txt
d = A("d")
c = B("c")
h = A("h")
a = B("a")
i = B("i")
j = B("j")
e = A("e")
d.t = h
c.o = e
c.z = e
h.t = d
a... | h" | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.z: A = None
self.txt = txt
d = A("d")
c = B("c")
h = A("h")
a = B("a")
i = B("i")
j = B("j")
e = A("e")
d.t = h
c.o = e
c.z = e
h.t = d
a... | i | d | h | d | h | d | h | x | h | d | h | d | h | d | i | x | 7 | 9 | 2 | 6 | 4 |
2,626 | 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.x: B = None
self.txt = txt
c = A("c")
f = B("f")
d = B("d")
c.t = d
f.p = d
f.x = d
d.p = f
d.x = f
assert f.x.p.p.txt == " | d" | 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.x: B = None
self.txt = txt
c = A("c")
f = B("f")
d = B("d")
c.t = d
f.p = d
f.x = d
d.p = f
d.x = f
assert f.x.p.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,627 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.u: A = None
self.txt = txt
i = A("i")
h = B("h")
f = B("f")
i.t = f
h.o = f
h.u = i
f.o = h
f.u = i
assert h.u.t.o.txt == " | h" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.u: A = None
self.txt = txt
i = A("i")
h = B("h")
f = B("f")
i.t = f
h.o = f
h.u = i
f.o = h
f.u = i
assert h.u.t.o.txt == "h" | h | i | f | h | x | x | x | x | h | f | i | h | x | x | x | x | 3 | 5 | 2 | 3 | 1 |
2,628 | class A:
def __init__(self, txt: str):
self.o: A = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
i = A("i")
a = B("a")
b = B("b")
j = A("j")
f = A("f")
i.o = j
i.t = b
a.x = f
b.x = j
j.o = f
j.t = a
f.o = i... | f" | class A:
def __init__(self, txt: str):
self.o: A = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
i = A("i")
a = B("a")
b = B("b")
j = A("j")
f = A("f")
i.o = j
i.t = b
a.x = f
b.x = j
j.o = f
j.t = a
f.o = i... | b | j | a | f | x | x | x | x | f | a | j | b | x | x | x | x | 5 | 8 | 2 | 3 | 0 |
2,629 | class A:
def __init__(self, txt: str):
self.t: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.v: A = None
self.txt = txt
b = A("b")
d = B("d")
c = A("c")
b.t = d
b.w = d
d.y = c
d.v = b
c.t = d
c.w = d
asse... | d" | class A:
def __init__(self, txt: str):
self.t: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.v: A = None
self.txt = txt
b = A("b")
d = B("d")
c = A("c")
b.t = d
b.w = d
d.y = c
d.v = b
c.t = d
c.w = d
asse... | b | d | c | d | x | x | x | x | d | c | d | b | x | x | x | x | 3 | 4 | 2 | 3 | 1 |
2,630 | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.t: A = None
self.txt = txt
b = A("b")
i = B("i")
d = B("d")
b.x = i
i.o = b
i.t = b
d.o = b
d.t = b
assert b.x.t.x.txt == " | i" | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.t: A = None
self.txt = txt
b = A("b")
i = B("i")
d = B("d")
b.x = i
i.o = b
i.t = b
d.o = b
d.t = b
assert b.x.t.x.txt == "i" | b | i | b | i | x | x | x | x | i | b | i | b | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
2,631 | 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.s: B = None
self.txt = txt
d = A("d")
g = B("g")
a = B("a")
f = A("f")
h = A("h")
i = A("i")
c = A("c")
d.p = a
g.z = a
g.s = a
a.z = g
a... | a" | 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.s: B = None
self.txt = txt
d = A("d")
g = B("g")
a = B("a")
f = A("f")
h = A("h")
i = A("i")
c = A("c")
d.p = a
g.z = a
g.s = a
a.z = g
a... | g | a | g | a | x | x | x | x | a | g | a | g | x | x | x | x | 7 | 7 | 2 | 3 | 2 |
2,632 | 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.x: A = None
self.txt = txt
d = A("d")
j = B("j")
i = B("i")
d.q = i
d.u = i
j.x = d
i.x = d
assert i.x.q.x.txt == " | d" | 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.x: A = None
self.txt = txt
d = A("d")
j = B("j")
i = B("i")
d.q = i
d.u = i
j.x = d
i.x = d
assert i.x.q.x.txt == "d" | i | d | i | d | x | x | x | x | d | i | d | i | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
2,633 | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
g = A("g")
f = B("f")
i = B("i")
d = B("d")
g.o = d
f.z = d
i.z = f
d.z = f
assert g.o.z.z.txt == " | d" | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
g = A("g")
f = B("f")
i = B("i")
d = B("d")
g.o = d
f.z = d
i.z = f
d.z = f
assert g.o.z.z.txt == "d" | g | d | f | d | x | x | x | x | d | f | d | g | x | x | x | x | 4 | 4 | 2 | 3 | 1 |
2,634 | 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.x: A = None
self.txt = txt
f = A("f")
i = B("i")
b = B("b")
f.s = b
f.o = i
i.x = f
b.x = f
assert b.x.o.x.txt == " | 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.x: A = None
self.txt = txt
f = A("f")
i = B("i")
b = B("b")
f.s = b
f.o = i
i.x = f
b.x = f
assert b.x.o.x.txt == "f" | b | f | i | f | x | x | x | x | f | i | f | b | x | x | x | x | 3 | 4 | 2 | 3 | 1 |
2,635 | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
j = A("j")
i = B("i")
h = A("h")
j.o = h
i.q = h
h.o = j
assert h.o.o.o.txt == " | j" | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
j = A("j")
i = B("i")
h = A("h")
j.o = h
i.q = h
h.o = j
assert h.o.o.o.txt == "j" | h | j | h | j | x | x | x | x | j | h | j | h | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
2,636 | class A:
def __init__(self, txt: str):
self.r: B = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
d = A("d")
b = B("b")
e = B("e")
d.r = b
d.u = b
b.p = d
e.p = d
assert d.r.p.u.txt == " | b" | class A:
def __init__(self, txt: str):
self.r: B = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
d = A("d")
b = B("b")
e = B("e")
d.r = b
d.u = b
b.p = d
e.p = d
assert d.r.p.u.txt == "b" | d | b | d | b | x | x | x | x | b | d | b | d | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
2,637 | class A:
def __init__(self, txt: str):
self.p: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.z: B = None
self.txt = txt
j = A("j")
i = B("i")
e = A("e")
b = B("b")
c = A("c")
h = A("h")
j.p = i
j.w = i
i.o... | b" | class A:
def __init__(self, txt: str):
self.p: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.z: B = None
self.txt = txt
j = A("j")
i = B("i")
e = A("e")
b = B("b")
c = A("c")
h = A("h")
j.p = i
j.w = i
i.o... | b | i | b | i | b | x | x | x | b | i | b | i | b | x | x | x | 6 | 8 | 2 | 4 | 3 |
2,638 | 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.v: B = None
self.txt = txt
i = A("i")
b = B("b")
g = B("g")
j = B("j")
f = A("f")
c = A("c")
i.q = g
i.o = g
b.v = g
g.v = b
j.v = b
f.q ... | b" | 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.v: B = None
self.txt = txt
i = A("i")
b = B("b")
g = B("g")
j = B("j")
f = A("f")
c = A("c")
i.q = g
i.o = g
b.v = g
g.v = b
j.v = b
f.q ... | j | b | g | b | x | x | x | x | b | g | b | j | x | x | x | x | 6 | 8 | 2 | 3 | 1 |
2,639 | class A:
def __init__(self, txt: str):
self.r: A = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
j = A("j")
d = B("d")
e = A("e")
a = B("a")
b = A("b")
h = A("h")
f = A("f")
j.r = e
j.v = b
d.u = f
e.r = b
e... | f" | class A:
def __init__(self, txt: str):
self.r: A = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
j = A("j")
d = B("d")
e = A("e")
a = B("a")
b = A("b")
h = A("h")
f = A("f")
j.r = e
j.v = b
d.u = f
e.r = b
e... | d | f | j | e | h | b | f | x | f | b | h | e | j | f | d | x | 7 | 12 | 2 | 6 | 1 |
2,640 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
a = A("a")
e = B("e")
i = B("i")
d = A("d")
j = B("j")
g = B("g")
h = A("h")
a.t = e
e.s = j
i.s = g
d.t = g
j.s = g
g.s = j
h.t = g
as... | j" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
a = A("a")
e = B("e")
i = B("i")
d = A("d")
j = B("j")
g = B("g")
h = A("h")
a.t = e
e.s = j
i.s = g
d.t = g
j.s = g
g.s = j
h.t = g
as... | g | j | g | j | g | j | g | j | j | g | j | g | j | g | j | g | 7 | 7 | 2 | 7 | 6 |
2,641 | class A:
def __init__(self, txt: str):
self.y: A = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.p: B = None
self.txt = txt
h = A("h")
f = B("f")
b = A("b")
g = B("g")
c = B("c")
j = A("j")
h.y = j
h.r = b
f.v... | b" | class A:
def __init__(self, txt: str):
self.y: A = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.p: B = None
self.txt = txt
h = A("h")
f = B("f")
b = A("b")
g = B("g")
c = B("c")
j = A("j")
h.y = j
h.r = b
f.v... | j | h | j | h | b | x | x | x | b | h | j | h | j | x | x | x | 6 | 9 | 2 | 4 | 2 |
2,642 | class A:
def __init__(self, txt: str):
self.t: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
h = A("h")
f = B("f")
i = B("i")
e = B("e")
h.t = f
h.z = i
f.s = h
i.s = h
e.s = h
assert f.s.t.s.z.txt == " | i" | class A:
def __init__(self, txt: str):
self.t: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
h = A("h")
f = B("f")
i = B("i")
e = B("e")
h.t = f
h.z = i
f.s = h
i.s = h
e.s = h
assert f.s.t.s.z.txt == "i... | f | h | f | h | i | x | x | x | i | h | f | h | f | x | x | x | 4 | 5 | 2 | 4 | 2 |
2,643 | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.u: A = None
self.txt = txt
h = A("h")
i = B("i")
f = B("f")
d = A("d")
j = A("j")
a = B("a")
h.p = d
i.z = a
i.u = j
f.z = i
f.u = h
d.p ... | j" | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.u: A = None
self.txt = txt
h = A("h")
i = B("i")
f = B("f")
d = A("d")
j = A("j")
a = B("a")
h.p = d
i.z = a
i.u = j
f.z = i
f.u = h
d.p ... | i | j | d | j | d | j | x | x | j | d | j | d | j | i | x | x | 6 | 9 | 2 | 5 | 3 |
2,644 | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
e = A("e")
c = B("c")
f = B("f")
g = B("g")
d = B("d")
h = A("h")
e.r = h
c.s = e
f.s = e
g.s = e
d.s = e
h.r = e
assert h.r.r.r.txt ==... | e" | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
e = A("e")
c = B("c")
f = B("f")
g = B("g")
d = B("d")
h = A("h")
e.r = h
c.s = e
f.s = e
g.s = e
d.s = e
h.r = e
assert h.r.r.r.txt ==... | h | e | h | e | x | x | x | x | e | h | e | h | x | x | x | x | 6 | 6 | 2 | 3 | 2 |
2,645 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
g = A("g")
e = B("e")
a = B("a")
g.u = e
e.o = a
a.o = e
assert a.o.o.o.txt == " | e" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
g = A("g")
e = B("e")
a = B("a")
g.u = e
e.o = a
a.o = e
assert a.o.o.o.txt == "e" | a | e | a | e | x | x | x | x | e | a | e | a | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
2,646 | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.r: A = None
self.txt = txt
h = A("h")
b = B("b")
g = A("g")
d = A("d")
j = A("j")
e = B("e")
h.s = j
b.u = e
b.r = h
g.s = h
d.s = g
j.s ... | h" | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.r: A = None
self.txt = txt
h = A("h")
b = B("b")
g = A("g")
d = A("d")
j = A("j")
e = B("e")
h.s = j
b.u = e
b.r = h
g.s = h
d.s = g
j.s ... | g | h | j | h | j | h | x | x | h | j | h | j | h | g | x | x | 6 | 8 | 2 | 5 | 3 |
2,647 | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.r: A = None
self.txt = txt
d = A("d")
f = B("f")
b = B("b")
d.w = b
f.u = b
f.r = d
b.u = f
b.r = d
assert b.r.w.u.txt == " | f" | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.r: A = None
self.txt = txt
d = A("d")
f = B("f")
b = B("b")
d.w = b
f.u = b
f.r = d
b.u = f
b.r = d
assert b.r.w.u.txt == "f" | b | d | b | f | x | x | x | x | f | b | d | b | x | x | x | x | 3 | 5 | 2 | 3 | 1 |
2,648 | class A:
def __init__(self, txt: str):
self.t: B = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
d = A("d")
j = B("j")
a = A("a")
d.t = j
d.u = a
j.v = d
a.t = j
a.u = d
assert j.v.t.v.txt == " | d" | class A:
def __init__(self, txt: str):
self.t: B = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
d = A("d")
j = B("j")
a = A("a")
d.t = j
d.u = a
j.v = d
a.t = j
a.u = d
assert j.v.t.v.txt == "d" | j | d | j | d | x | x | x | x | d | j | d | j | x | x | x | x | 3 | 5 | 2 | 3 | 2 |
2,649 | class A:
def __init__(self, txt: str):
self.y: B = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
b = A("b")
j = B("j")
h = B("h")
a = A("a")
e = A("e")
b.y = h
b.w = a
j.z = h
h.z = j
a.y = h
a.w = e
e.y = h... | h" | class A:
def __init__(self, txt: str):
self.y: B = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
b = A("b")
j = B("j")
h = B("h")
a = A("a")
e = A("e")
b.y = h
b.w = a
j.z = h
h.z = j
a.y = h
a.w = e
e.y = h... | h | j | h | j | h | x | x | x | h | j | h | j | h | x | x | x | 5 | 8 | 2 | 4 | 3 |
2,650 | 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.r: B = None
self.t: B = None
self.txt = txt
a = A("a")
b = B("b")
h = A("h")
f = B("f")
c = B("c")
d = B("d")
e = A("e")
a.y = c
... | f" | 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.r: B = None
self.t: B = None
self.txt = txt
a = A("a")
b = B("b")
h = A("h")
f = B("f")
c = B("c")
d = B("d")
e = A("e")
a.y = c
... | h | c | b | f | c | b | f | x | f | b | c | f | b | c | h | x | 7 | 11 | 2 | 6 | 3 |
2,651 | class A:
def __init__(self, txt: str):
self.q: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.p: A = None
self.txt = txt
b = A("b")
i = B("i")
g = B("g")
b.q = i
b.z = g
i.u = g
i.p = b
g.u = i
g.p = b
asse... | g" | class A:
def __init__(self, txt: str):
self.q: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.p: A = None
self.txt = txt
b = A("b")
i = B("i")
g = B("g")
b.q = i
b.z = g
i.u = g
i.p = b
g.u = i
g.p = b
asse... | i | g | b | g | x | x | x | x | g | b | g | i | x | x | x | x | 3 | 6 | 2 | 3 | 1 |
2,652 | class A:
def __init__(self, txt: str):
self.s: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
b = A("b")
f = B("f")
j = B("j")
b.s = j
b.p = f
f.s = b
j.s = b
assert j.s.p.s.txt == " | b" | class A:
def __init__(self, txt: str):
self.s: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
b = A("b")
f = B("f")
j = B("j")
b.s = j
b.p = f
f.s = b
j.s = b
assert j.s.p.s.txt == "b" | j | b | f | b | x | x | x | x | b | f | b | j | x | x | x | x | 3 | 4 | 2 | 3 | 1 |
2,653 | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
c = A("c")
b = B("b")
j = B("j")
a = A("a")
c.s = a
b.t = j
j.t = b
a.s = c
assert j.t.t.t.t.txt == " | j" | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
c = A("c")
b = B("b")
j = B("j")
a = A("a")
c.s = a
b.t = j
j.t = b
a.s = c
assert j.t.t.t.t.txt == "j" | j | b | j | b | j | x | x | x | j | b | j | b | j | x | x | x | 4 | 4 | 2 | 4 | 3 |
2,654 | class A:
def __init__(self, txt: str):
self.x: A = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
g = A("g")
c = B("c")
j = A("j")
a = B("a")
g.x = j
g.u = j
c.x = g
j.x = g
j.u = g
a.x = j
assert j.x.u.u.x.t... | j" | class A:
def __init__(self, txt: str):
self.x: A = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
g = A("g")
c = B("c")
j = A("j")
a = B("a")
g.x = j
g.u = j
c.x = g
j.x = g
j.u = g
a.x = j
assert j.x.u.u.x.t... | j | g | j | g | j | x | x | x | j | g | j | g | j | x | x | x | 4 | 4 | 2 | 4 | 3 |
2,655 | 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.r: B = None
self.txt = txt
g = A("g")
c = B("c")
i = A("i")
h = B("h")
g.r = h
c.x = i
c.r = h
i.r = h
h.x = g
h.r = c
assert h.x.r.x.r.t... | h" | 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.r: B = None
self.txt = txt
g = A("g")
c = B("c")
i = A("i")
h = B("h")
g.r = h
c.x = i
c.r = h
i.r = h
h.x = g
h.r = c
assert h.x.r.x.r.t... | h | g | h | g | h | x | x | x | h | g | h | g | h | x | x | x | 4 | 6 | 2 | 4 | 3 |
2,656 | class A:
def __init__(self, txt: str):
self.x: A = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.z: B = None
self.txt = txt
g = A("g")
j = B("j")
b = A("b")
a = B("a")
f = B("f")
e = B("e")
h = A("h")
g.x = b
... | g" | class A:
def __init__(self, txt: str):
self.x: A = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.z: B = None
self.txt = txt
g = A("g")
j = B("j")
b = A("b")
a = B("a")
f = B("f")
e = B("e")
h = A("h")
g.x = b
... | j | b | e | f | g | x | x | x | g | f | e | b | j | x | x | x | 7 | 14 | 2 | 4 | 0 |
2,657 | class A:
def __init__(self, txt: str):
self.t: A = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
a = A("a")
h = B("h")
c = A("c")
f = A("f")
i = B("i")
a.t = f
a.r = c
h.w = f
c.t = f
c.r = a
f.t = a
f.r = a... | a" | class A:
def __init__(self, txt: str):
self.t: A = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
a = A("a")
h = B("h")
c = A("c")
f = A("f")
i = B("i")
a.t = f
a.r = c
h.w = f
c.t = f
c.r = a
f.t = a
f.r = a... | a | f | a | c | a | x | x | x | a | c | a | f | a | x | x | x | 5 | 7 | 2 | 4 | 2 |
2,658 | 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.txt = txt
a = A("a")
h = B("h")
j = B("j")
g = B("g")
i = A("i")
e = B("e")
a.y = h
h.p = e
j.p = e
g.p = h
i.y = g
e.p = h
assert a.y.p.p.p.p.p.... | 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.txt = txt
a = A("a")
h = B("h")
j = B("j")
g = B("g")
i = A("i")
e = B("e")
a.y = h
h.p = e
j.p = e
g.p = h
i.y = g
e.p = h
assert a.y.p.p.p.p.p.... | a | h | e | h | e | h | e | x | e | h | e | h | e | h | a | x | 6 | 6 | 2 | 6 | 4 |
2,659 | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
c = A("c")
g = B("g")
e = B("e")
b = B("b")
j = A("j")
f = B("f")
c.v = j
g.x = b
e.x = b
b.x = e
j.v = c
f.x = b
assert j.v.v.v.v.txt ... | j" | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
c = A("c")
g = B("g")
e = B("e")
b = B("b")
j = A("j")
f = B("f")
c.v = j
g.x = b
e.x = b
b.x = e
j.v = c
f.x = b
assert j.v.v.v.v.txt ... | j | c | j | c | j | x | x | x | j | c | j | c | j | x | x | x | 6 | 6 | 2 | 4 | 3 |
2,660 | class A:
def __init__(self, txt: str):
self.u: A = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.w: B = None
self.txt = txt
i = A("i")
b = B("b")
g = A("g")
j = B("j")
i.u = g
i.x = j
b.x = j
b.w = j
g.u = i
g... | j" | class A:
def __init__(self, txt: str):
self.u: A = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.w: B = None
self.txt = txt
i = A("i")
b = B("b")
g = A("g")
j = B("j")
i.u = g
i.x = j
b.x = j
b.w = j
g.u = i
g... | i | j | b | j | x | x | x | x | j | b | j | i | x | x | x | x | 4 | 6 | 2 | 3 | 1 |
2,661 | class A:
def __init__(self, txt: str):
self.y: B = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
j = A("j")
d = B("d")
a = B("a")
g = A("g")
j.y = d
j.x = g
d.o = j
a.o = g
g.y = a
g.x = j
assert a.o.x.x.txt... | g" | class A:
def __init__(self, txt: str):
self.y: B = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
j = A("j")
d = B("d")
a = B("a")
g = A("g")
j.y = d
j.x = g
d.o = j
a.o = g
g.y = a
g.x = j
assert a.o.x.x.txt... | a | g | j | g | x | x | x | x | g | j | g | a | x | x | x | x | 4 | 6 | 2 | 3 | 1 |
2,662 | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
i = A("i")
a = B("a")
b = B("b")
c = A("c")
e = B("e")
d = A("d")
f = B("f")
i.w = b
a.z = f
b.z = a
c.w = e
e.z = f
d.w = a
f.z = e
as... | f" | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
i = A("i")
a = B("a")
b = B("b")
c = A("c")
e = B("e")
d = A("d")
f = B("f")
i.w = b
a.z = f
b.z = a
c.w = e
e.z = f
d.w = a
f.z = e
as... | a | f | e | f | e | f | x | x | f | e | f | e | f | a | x | x | 7 | 7 | 2 | 5 | 3 |
2,663 | 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.txt = txt
c = A("c")
g = B("g")
b = B("b")
a = A("a")
f = B("f")
j = A("j")
e = B("e")
c.v = e
g.t = b
b.t = e
a.v = g
f.t = e
j.v = f
e.t = b
as... | b" | 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.txt = txt
c = A("c")
g = B("g")
b = B("b")
a = A("a")
f = B("f")
j = A("j")
e = B("e")
c.v = e
g.t = b
b.t = e
a.v = g
f.t = e
j.v = f
e.t = b
as... | a | g | b | e | b | e | b | x | b | e | b | e | b | g | a | x | 7 | 7 | 2 | 6 | 3 |
2,664 | class A:
def __init__(self, txt: str):
self.o: A = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.u: B = None
self.txt = txt
g = A("g")
d = B("d")
f = A("f")
i = A("i")
b = B("b")
c = B("c")
g.o = f
g.v = b
d.z... | d" | class A:
def __init__(self, txt: str):
self.o: A = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.u: B = None
self.txt = txt
g = A("g")
d = B("d")
f = A("f")
i = A("i")
b = B("b")
c = B("c")
g.o = f
g.v = b
d.z... | f | b | c | b | c | b | d | x | d | b | c | b | c | b | f | x | 6 | 11 | 2 | 6 | 3 |
2,665 | class A:
def __init__(self, txt: str):
self.v: A = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.z: A = None
self.txt = txt
g = A("g")
j = B("j")
b = B("b")
f = A("f")
d = B("d")
i = A("i")
g.v = f
g.w = b
j.t... | g" | class A:
def __init__(self, txt: str):
self.v: A = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.z: A = None
self.txt = txt
g = A("g")
j = B("j")
b = B("b")
f = A("f")
d = B("d")
i = A("i")
g.v = f
g.w = b
j.t... | g | f | d | g | x | x | x | x | g | d | f | g | x | x | x | x | 6 | 11 | 2 | 3 | 1 |
2,666 | 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.txt = txt
e = A("e")
c = B("c")
i = B("i")
a = B("a")
e.u = a
c.r = i
i.r = c
a.r = c
assert i.r.r.r.txt == " | c" | 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.txt = txt
e = A("e")
c = B("c")
i = B("i")
a = B("a")
e.u = a
c.r = i
i.r = c
a.r = c
assert i.r.r.r.txt == "c" | i | c | i | c | x | x | x | x | c | i | c | i | x | x | x | x | 4 | 4 | 2 | 3 | 2 |
2,667 | class A:
def __init__(self, txt: str):
self.o: A = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.y: B = None
self.txt = txt
c = A("c")
b = B("b")
d = B("d")
h = A("h")
a = A("a")
c.o = h
c.x = b
b.x = d
b.y = ... | b" | class A:
def __init__(self, txt: str):
self.o: A = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.y: B = None
self.txt = txt
c = A("c")
b = B("b")
d = B("d")
h = A("h")
a = A("a")
c.o = h
c.x = b
b.x = d
b.y = ... | c | b | d | b | d | b | x | x | b | d | b | d | b | c | x | x | 5 | 8 | 2 | 5 | 3 |
2,668 | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.z: B = None
self.txt = txt
a = A("a")
g = B("g")
d = B("d")
e = A("e")
c = B("c")
a.p = e
g.w = d
g.z = d
d.w = c
d.z = c
e.p = a
c.w = d... | d" | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.z: B = None
self.txt = txt
a = A("a")
g = B("g")
d = B("d")
e = A("e")
c = B("c")
a.p = e
g.w = d
g.z = d
d.w = c
d.z = c
e.p = a
c.w = d... | g | d | c | g | d | x | x | x | d | g | c | d | g | x | x | x | 5 | 6 | 2 | 4 | 2 |
2,669 | class A:
def __init__(self, txt: str):
self.y: A = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.u: B = None
self.txt = txt
d = A("d")
h = B("h")
i = B("i")
e = B("e")
f = B("f")
c = B("c")
j = A("j")
d.y = j
... | i" | class A:
def __init__(self, txt: str):
self.y: A = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.u: B = None
self.txt = txt
d = A("d")
h = B("h")
i = B("i")
e = B("e")
f = B("f")
c = B("c")
j = A("j")
d.y = j
... | h | f | e | f | c | e | i | x | i | e | c | f | e | f | h | x | 7 | 13 | 2 | 6 | 2 |
2,670 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
a = A("a")
h = B("h")
f = A("f")
c = B("c")
d = A("d")
b = A("b")
g = A("g")
a.t = h
h.z = c
f.t = c
c.z = h
d.t = c
b.t = h
g.t = h
as... | c" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
a = A("a")
h = B("h")
f = A("f")
c = B("c")
d = A("d")
b = A("b")
g = A("g")
a.t = h
h.z = c
f.t = c
c.z = h
d.t = c
b.t = h
g.t = h
as... | b | h | c | h | c | h | c | x | c | h | c | h | c | h | b | x | 7 | 7 | 2 | 6 | 4 |
2,671 | 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.y: B = None
self.x: A = None
self.txt = txt
g = A("g")
b = B("b")
i = A("i")
e = A("e")
j = A("j")
c = B("c")
g.o = b
g.w = i
b.y... | g" | 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.y: B = None
self.x: A = None
self.txt = txt
g = A("g")
b = B("b")
i = A("i")
e = A("e")
j = A("j")
c = B("c")
g.o = b
g.w = i
b.y... | i | g | i | g | i | g | x | x | g | i | g | i | g | i | x | x | 6 | 12 | 2 | 5 | 4 |
2,672 | class A:
def __init__(self, txt: str):
self.u: A = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
b = A("b")
i = B("i")
h = A("h")
b.u = h
b.y = h
i.y = h
h.u = b
h.y = b
assert h.y.y.u.txt == " | b" | class A:
def __init__(self, txt: str):
self.u: A = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
b = A("b")
i = B("i")
h = A("h")
b.u = h
b.y = h
i.y = h
h.u = b
h.y = b
assert h.y.y.u.txt == "b" | h | b | h | b | x | x | x | x | b | h | b | h | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
2,673 | 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.t: A = None
self.txt = txt
f = A("f")
d = B("d")
b = B("b")
f.r = d
d.q = b
d.t = f
b.q = d
b.t = f
assert d.t.r.q.txt == " | b" | 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.t: A = None
self.txt = txt
f = A("f")
d = B("d")
b = B("b")
f.r = d
d.q = b
d.t = f
b.q = d
b.t = f
assert d.t.r.q.txt == "b" | d | f | d | b | x | x | x | x | b | d | f | d | x | x | x | x | 3 | 5 | 2 | 3 | 1 |
2,674 | class A:
def __init__(self, txt: str):
self.z: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.u: B = None
self.txt = txt
g = A("g")
a = B("a")
h = B("h")
d = B("d")
b = A("b")
f = A("f")
g.z = a
g.v = h
a.t... | a" | class A:
def __init__(self, txt: str):
self.z: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.u: B = None
self.txt = txt
g = A("g")
a = B("a")
h = B("h")
d = B("d")
b = A("b")
f = A("f")
g.z = a
g.v = h
a.t... | d | g | h | b | a | b | a | x | a | b | a | b | h | g | d | x | 6 | 12 | 2 | 6 | 2 |
2,675 | class A:
def __init__(self, txt: str):
self.p: B = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
j = A("j")
a = B("a")
h = B("h")
f = A("f")
g = B("g")
b = A("b")
j.p = a
j.t = b
a.q = g
h.q = g
f.p = a
f.t ... | g" | class A:
def __init__(self, txt: str):
self.p: B = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
j = A("j")
a = B("a")
h = B("h")
f = A("f")
g = B("g")
b = A("b")
j.p = a
j.t = b
a.q = g
h.q = g
f.p = a
f.t ... | g | h | g | h | g | h | g | x | g | h | g | h | g | h | g | x | 6 | 9 | 2 | 6 | 5 |
2,676 | class A:
def __init__(self, txt: str):
self.q: A = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
h = A("h")
b = B("b")
g = A("g")
c = B("c")
a = B("a")
f = B("f")
i = B("i")
h.q = g
h.s = g
b.u = f
g.q = h
g... | a" | class A:
def __init__(self, txt: str):
self.q: A = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
h = A("h")
b = B("b")
g = A("g")
c = B("c")
a = B("a")
f = B("f")
i = B("i")
h.q = g
h.s = g
b.u = f
g.q = h
g... | a | f | a | f | a | f | a | x | a | f | a | f | a | f | a | x | 7 | 7 | 2 | 6 | 5 |
2,677 | class A:
def __init__(self, txt: str):
self.y: B = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.r: A = None
self.txt = txt
d = A("d")
j = B("j")
h = B("h")
a = B("a")
c = B("c")
e = A("e")
i = A("i")
d.y = j
... | a" | class A:
def __init__(self, txt: str):
self.y: B = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.r: A = None
self.txt = txt
d = A("d")
j = B("j")
h = B("h")
a = B("a")
c = B("c")
e = A("e")
i = A("i")
d.y = j
... | e | a | j | c | e | a | x | x | a | e | c | j | a | e | x | x | 7 | 14 | 2 | 5 | 2 |
2,678 | class A:
def __init__(self, txt: str):
self.p: A = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
d = A("d")
c = B("c")
f = A("f")
a = B("a")
g = A("g")
e = B("e")
d.p = f
d.u = g
c.v = d
f.p = g
f.u = g
a.v ... | g" | class A:
def __init__(self, txt: str):
self.p: A = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
d = A("d")
c = B("c")
f = A("f")
a = B("a")
g = A("g")
e = B("e")
d.p = f
d.u = g
c.v = d
f.p = g
f.u = g
a.v ... | g | f | g | f | g | f | g | x | g | f | g | f | g | f | g | x | 6 | 7 | 2 | 6 | 5 |
2,679 | class A:
def __init__(self, txt: str):
self.s: A = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
f = A("f")
j = B("j")
g = B("g")
h = B("h")
e = B("e")
c = A("c")
b = A("b")
f.s = b
f.v = b
j.x = g
g.x = e
h... | e" | class A:
def __init__(self, txt: str):
self.s: A = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
f = A("f")
j = B("j")
g = B("g")
h = B("h")
e = B("e")
c = A("c")
b = A("b")
f.s = b
f.v = b
j.x = g
g.x = e
h... | j | g | e | g | e | g | e | x | e | g | e | g | e | g | j | x | 7 | 8 | 2 | 6 | 4 |
2,680 | class A:
def __init__(self, txt: str):
self.t: B = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.o: B = None
self.txt = txt
g = A("g")
e = B("e")
j = B("j")
a = A("a")
d = B("d")
f = B("f")
g.t = f
g.y = a
e.r... | g" | class A:
def __init__(self, txt: str):
self.t: B = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.o: B = None
self.txt = txt
g = A("g")
e = B("e")
j = B("j")
a = A("a")
d = B("d")
f = B("f")
g.t = f
g.y = a
e.r... | f | e | g | a | g | a | g | x | g | a | g | a | g | e | f | x | 6 | 12 | 2 | 6 | 3 |
2,681 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
a = A("a")
g = B("g")
e = B("e")
c = A("c")
d = B("d")
a.r = g
g.r = a
e.r = c
c.r = d
d.r = c
assert c.r.r.r.r.txt == " | c" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
a = A("a")
g = B("g")
e = B("e")
c = A("c")
d = B("d")
a.r = g
g.r = a
e.r = c
c.r = d
d.r = c
assert c.r.r.r.r.txt == "c" | c | d | c | d | c | x | x | x | c | d | c | d | c | x | x | x | 5 | 5 | 2 | 4 | 3 |
2,682 | class A:
def __init__(self, txt: str):
self.t: B = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.y: A = None
self.txt = txt
d = A("d")
h = B("h")
b = A("b")
g = B("g")
e = A("e")
a = B("a")
c = A("c")
d.t = g
... | d" | class A:
def __init__(self, txt: str):
self.t: B = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.y: A = None
self.txt = txt
d = A("d")
h = B("h")
b = A("b")
g = B("g")
e = A("e")
a = B("a")
c = A("c")
d.t = g
... | e | c | h | g | d | x | x | x | d | g | h | c | e | x | x | x | 7 | 14 | 2 | 4 | 0 |
2,683 | class A:
def __init__(self, txt: str):
self.q: B = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.q: A = None
self.txt = txt
j = A("j")
i = B("i")
e = A("e")
j.q = i
j.p = e
i.s = e
i.q = e
e.q = i
e.p = j
asse... | i" | class A:
def __init__(self, txt: str):
self.q: B = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.q: A = None
self.txt = txt
j = A("j")
i = B("i")
e = A("e")
j.q = i
j.p = e
i.s = e
i.q = e
e.q = i
e.p = j
asse... | i | e | j | i | x | x | x | x | i | j | e | i | x | x | x | x | 3 | 5 | 2 | 3 | 1 |
2,684 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
j = A("j")
e = B("e")
b = B("b")
d = A("d")
g = A("g")
f = A("f")
a = B("a")
j.u = a
e.y = f
b.y = f
d.u = a
g.u = b
f.u = a
a.y = d
as... | a" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
j = A("j")
e = B("e")
b = B("b")
d = A("d")
g = A("g")
f = A("f")
a = B("a")
j.u = a
e.y = f
b.y = f
d.u = a
g.u = b
f.u = a
a.y = d
as... | e | f | a | d | a | x | x | x | a | d | a | f | e | x | x | x | 7 | 7 | 2 | 4 | 1 |
2,685 | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
e = A("e")
a = B("a")
b = A("b")
f = A("f")
e.z = f
a.x = e
b.z = e
f.z = b
assert a.x.z.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.x: A = None
self.txt = txt
e = A("e")
a = B("a")
b = A("b")
f = A("f")
e.z = f
a.x = e
b.z = e
f.z = b
assert a.x.z.z.z.txt == "e" | a | e | f | b | e | x | x | x | e | b | f | e | a | x | x | x | 4 | 4 | 2 | 4 | 1 |
2,686 | 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.y: A = None
self.txt = txt
a = A("a")
f = B("f")
i = B("i")
b = A("b")
h = A("h")
e = A("e")
a.z = h
f.z = i
f.y = a
i.z = f
i.y = h
b.z ... | h" | 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.y: A = None
self.txt = txt
a = A("a")
f = B("f")
i = B("i")
b = A("b")
h = A("h")
e = A("e")
a.z = h
f.z = i
f.y = a
i.z = f
i.y = h
b.z ... | a | h | a | h | a | h | x | x | h | a | h | a | h | a | x | x | 6 | 8 | 2 | 5 | 4 |
2,687 | class A:
def __init__(self, txt: str):
self.u: A = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
g = A("g")
j = B("j")
b = B("b")
f = B("f")
d = A("d")
a = B("a")
g.u = d
g.z = d
j.w = f
b.w = j
f.w = j
d.u ... | j" | class A:
def __init__(self, txt: str):
self.u: A = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
g = A("g")
j = B("j")
b = B("b")
f = B("f")
d = A("d")
a = B("a")
g.u = d
g.z = d
j.w = f
b.w = j
f.w = j
d.u ... | f | j | f | j | x | x | x | x | j | f | j | f | x | x | x | x | 6 | 6 | 2 | 3 | 2 |
2,688 | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
f = A("f")
b = B("b")
c = B("c")
a = A("a")
d = B("d")
e = B("e")
f.p = a
b.w = d
c.w = b
a.p = f
d.w = b
e.w = b
assert b.w.w.w.w.txt ... | b" | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
f = A("f")
b = B("b")
c = B("c")
a = A("a")
d = B("d")
e = B("e")
f.p = a
b.w = d
c.w = b
a.p = f
d.w = b
e.w = b
assert b.w.w.w.w.txt ... | b | d | b | d | b | x | x | x | b | d | b | d | b | x | x | x | 6 | 6 | 2 | 4 | 3 |
2,689 | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.w: B = None
self.txt = txt
d = A("d")
h = B("h")
j = B("j")
b = B("b")
i = A("i")
e = A("e")
d.v = e
h.y = j
h.w = b
j.y = h
j.w = b
b.y ... | i" | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.w: B = None
self.txt = txt
d = A("d")
h = B("h")
j = B("j")
b = B("b")
i = A("i")
e = A("e")
d.v = e
h.y = j
h.w = b
j.y = h
j.w = b
b.y ... | i | e | i | e | i | e | i | x | i | e | i | e | i | e | i | x | 6 | 9 | 2 | 6 | 5 |
2,690 | class A:
def __init__(self, txt: str):
self.z: A = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
c = A("c")
j = B("j")
h = A("h")
e = B("e")
c.z = h
c.s = h
j.u = c
h.z = c
h.s = c
e.u = h
assert j.u.s.z.s.t... | h" | class A:
def __init__(self, txt: str):
self.z: A = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
c = A("c")
j = B("j")
h = A("h")
e = B("e")
c.z = h
c.s = h
j.u = c
h.z = c
h.s = c
e.u = h
assert j.u.s.z.s.t... | j | c | h | c | h | x | x | x | h | c | h | c | j | x | x | x | 4 | 4 | 2 | 4 | 2 |
2,691 | class A:
def __init__(self, txt: str):
self.y: B = None
self.z: 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")
a = B("a")
j = B("j")
d = B("d")
c = A("c")
b.y = a
b.z = d
a.s = d
a.o = ... | j" | class A:
def __init__(self, txt: str):
self.y: B = None
self.z: 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")
a = B("a")
j = B("j")
d = B("d")
c = A("c")
b.y = a
b.z = d
a.s = d
a.o = ... | c | a | d | j | x | x | x | x | j | d | a | c | x | x | x | x | 5 | 8 | 2 | 3 | 0 |
2,692 | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.v: A = None
self.txt = txt
e = A("e")
h = B("h")
b = A("b")
f = B("f")
e.y = f
h.p = b
h.v = e
b.y = h
f.p = e
f.v = e
assert e.y.v.y.p.t... | e" | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.v: A = None
self.txt = txt
e = A("e")
h = B("h")
b = A("b")
f = B("f")
e.y = f
h.p = b
h.v = e
b.y = h
f.p = e
f.v = e
assert e.y.v.y.p.t... | e | f | e | f | e | x | x | x | e | f | e | f | e | x | x | x | 4 | 5 | 2 | 4 | 3 |
2,693 | class A:
def __init__(self, txt: str):
self.u: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
j = A("j")
d = B("d")
a = B("a")
j.u = d
j.t = a
d.v = a
a.v = d
assert a.v.v.v.txt == " | d" | class A:
def __init__(self, txt: str):
self.u: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
j = A("j")
d = B("d")
a = B("a")
j.u = d
j.t = a
d.v = a
a.v = d
assert a.v.v.v.txt == "d" | a | d | a | d | x | x | x | x | d | a | d | a | x | x | x | x | 3 | 4 | 2 | 3 | 2 |
2,694 | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.w: B = None
self.txt = txt
a = A("a")
c = B("c")
g = B("g")
i = A("i")
e = A("e")
b = B("b")
f = B("f")
a.p = e
c.x = i
c.w = g
g.x = i
g... | a" | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.w: B = None
self.txt = txt
a = A("a")
c = B("c")
g = B("g")
i = A("i")
e = A("e")
b = B("b")
f = B("f")
a.p = e
c.x = i
c.w = g
g.x = i
g... | e | a | e | a | e | a | x | x | a | e | a | e | a | e | x | x | 7 | 11 | 2 | 5 | 4 |
2,695 | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.r: A = None
self.txt = txt
g = A("g")
i = B("i")
d = B("d")
e = A("e")
b = B("b")
g.x = e
i.q = e
i.r = g
d.q = g
d.r = e
e.x = g
b.q = g... | e" | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.r: A = None
self.txt = txt
g = A("g")
i = B("i")
d = B("d")
e = A("e")
b = B("b")
g.x = e
i.q = e
i.r = g
d.q = g
d.r = e
e.x = g
b.q = g... | d | g | e | g | e | x | x | x | e | g | e | g | d | x | x | x | 5 | 7 | 2 | 4 | 2 |
2,696 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
h = A("h")
c = B("c")
b = B("b")
f = A("f")
e = B("e")
h.s = e
c.x = f
b.x = h
f.s = e
e.x = h
assert f.s.x.s.x.txt == " | h" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
h = A("h")
c = B("c")
b = B("b")
f = A("f")
e = B("e")
h.s = e
c.x = f
b.x = h
f.s = e
e.x = h
assert f.s.x.s.x.txt == "h" | f | e | h | e | h | x | x | x | h | e | h | e | f | x | x | x | 5 | 5 | 2 | 4 | 2 |
2,697 | class A:
def __init__(self, txt: str):
self.u: A = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.s: A = None
self.txt = txt
b = A("b")
f = B("f")
g = A("g")
b.u = g
b.z = g
f.u = b
f.s = g
g.u = b
g.z = b
asse... | g" | class A:
def __init__(self, txt: str):
self.u: A = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.s: A = None
self.txt = txt
b = A("b")
f = B("f")
g = A("g")
b.u = g
b.z = g
f.u = b
f.s = g
g.u = b
g.z = b
asse... | b | g | b | g | x | x | x | x | g | b | g | b | x | x | x | x | 3 | 4 | 2 | 3 | 2 |
2,698 | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.w: B = None
self.txt = txt
d = A("d")
h = B("h")
a = B("a")
i = A("i")
g = A("g")
c = A("c")
j = B("j")
d.p = c
h.p = c
h.w = a
a.p = g
a... | i" | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.w: B = None
self.txt = txt
d = A("d")
h = B("h")
a = B("a")
i = A("i")
g = A("g")
c = A("c")
j = B("j")
d.p = c
h.p = c
h.w = a
a.p = g
a... | i | c | i | c | i | c | i | x | i | c | i | c | i | c | i | x | 7 | 10 | 2 | 6 | 5 |
2,699 | 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.o: A = None
self.y: B = None
self.txt = txt
g = A("g")
a = B("a")
b = B("b")
i = B("i")
e = A("e")
j = B("j")
g.v = e
g.t = j
a.o... | 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.o: A = None
self.y: B = None
self.txt = txt
g = A("g")
a = B("a")
b = B("b")
i = B("i")
e = A("e")
j = B("j")
g.v = e
g.t = j
a.o... | a | b | a | b | x | x | x | x | b | a | b | a | x | x | x | x | 6 | 12 | 2 | 3 | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.