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,700 | class A:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
i = A("i")
c = B("c")
d = A("d")
f = A("f")
a = A("a")
e = B("e")
j = B("j")
i.q = d
c.t = j
d.q = a
f.q = d
a.q = i
e.t = j
j.t = c
as... | d" | class A:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
i = A("i")
c = B("c")
d = A("d")
f = A("f")
a = A("a")
e = B("e")
j = B("j")
i.q = d
c.t = j
d.q = a
f.q = d
a.q = i
e.t = j
j.t = c
as... | f | d | a | i | d | a | i | d | d | i | a | d | i | a | d | f | 7 | 7 | 2 | 7 | 4 |
2,701 | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.o: A = None
self.txt = txt
d = A("d")
j = B("j")
g = A("g")
c = A("c")
b = A("b")
d.t = c
j.u = b
j.o = c
g.t = c
c.t = d
b.t = g
assert ... | c" | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.o: A = None
self.txt = txt
d = A("d")
j = B("j")
g = A("g")
c = A("c")
b = A("b")
d.t = c
j.u = b
j.o = c
g.t = c
c.t = d
b.t = g
assert ... | c | d | c | d | c | x | x | x | c | d | c | d | c | x | x | x | 5 | 6 | 2 | 4 | 3 |
2,702 | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
i = A("i")
d = B("d")
j = B("j")
i.q = j
d.u = i
j.u = i
assert j.u.q.u.txt == " | i" | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
i = A("i")
d = B("d")
j = B("j")
i.q = j
d.u = i
j.u = i
assert j.u.q.u.txt == "i" | j | i | j | i | x | x | x | x | i | j | i | j | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
2,703 | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.x: B = None
self.txt = txt
g = A("g")
b = B("b")
h = B("h")
i = B("i")
e = A("e")
g.t = e
b.v = h
b.x = h
h.v = b
h.x = b
i.v = h
i.x = b... | h" | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.x: B = None
self.txt = txt
g = A("g")
b = B("b")
h = B("h")
i = B("i")
e = A("e")
g.t = e
b.v = h
b.x = h
h.v = b
h.x = b
i.v = h
i.x = b... | h | b | h | b | h | x | x | x | h | b | h | b | h | x | x | x | 5 | 6 | 2 | 4 | 3 |
2,704 | class A:
def __init__(self, txt: str):
self.v: B = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
a = A("a")
c = B("c")
f = A("f")
e = A("e")
d = B("d")
a.v = d
a.u = f
c.u = a
f.v = c
f.u = e
e.v = c
e.u = f... | a" | class A:
def __init__(self, txt: str):
self.v: B = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
a = A("a")
c = B("c")
f = A("f")
e = A("e")
d = B("d")
a.v = d
a.u = f
c.u = a
f.v = c
f.u = e
e.v = c
e.u = f... | c | a | d | e | c | a | x | x | a | c | e | d | a | c | x | x | 5 | 8 | 2 | 5 | 2 |
2,705 | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
c = A("c")
a = B("a")
b = A("b")
f = B("f")
c.v = b
a.o = b
b.v = c
f.o = c
assert b.v.v.v.v.txt == " | b" | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
c = A("c")
a = B("a")
b = A("b")
f = B("f")
c.v = b
a.o = b
b.v = c
f.o = c
assert b.v.v.v.v.txt == "b" | b | c | b | c | b | x | x | x | b | c | b | c | b | x | x | x | 4 | 4 | 2 | 4 | 3 |
2,706 | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
b = A("b")
f = B("f")
d = B("d")
i = A("i")
b.x = i
f.v = b
d.v = b
i.x = b
assert i.x.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.v: A = None
self.txt = txt
b = A("b")
f = B("f")
d = B("d")
i = A("i")
b.x = i
f.v = b
d.v = b
i.x = b
assert i.x.x.x.txt == "b" | i | b | i | b | x | x | x | x | b | i | b | i | x | x | x | x | 4 | 4 | 2 | 3 | 2 |
2,707 | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
j = A("j")
b = B("b")
a = B("a")
e = A("e")
f = A("f")
h = A("h")
j.o = b
b.y = h
a.y = f
e.o = b
f.o = a
h.o = b
assert j.o.y.o.txt ==... | b" | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
j = A("j")
b = B("b")
a = B("a")
e = A("e")
f = A("f")
h = A("h")
j.o = b
b.y = h
a.y = f
e.o = b
f.o = a
h.o = b
assert j.o.y.o.txt ==... | j | b | h | b | x | x | x | x | b | h | b | j | x | x | x | x | 6 | 6 | 2 | 3 | 1 |
2,708 | class A:
def __init__(self, txt: str):
self.q: B = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.o: A = None
self.txt = txt
h = A("h")
a = B("a")
e = A("e")
f = A("f")
b = B("b")
c = A("c")
d = B("d")
h.q = d
... | c" | class A:
def __init__(self, txt: str):
self.q: B = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.o: A = None
self.txt = txt
h = A("h")
a = B("a")
e = A("e")
f = A("f")
b = B("b")
c = A("c")
d = B("d")
h.q = d
... | d | f | c | e | f | c | x | x | c | f | e | c | f | d | x | x | 7 | 14 | 2 | 5 | 2 |
2,709 | 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.z: A = None
self.s: A = None
self.txt = txt
j = A("j")
i = B("i")
g = A("g")
c = B("c")
j.q = i
j.o = i
i.z = j
i.s = g
g.q = i
g... | i" | 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.z: A = None
self.s: A = None
self.txt = txt
j = A("j")
i = B("i")
g = A("g")
c = B("c")
j.q = i
j.o = i
i.z = j
i.s = g
g.q = i
g... | i | j | i | j | i | x | x | x | i | j | i | j | i | x | x | x | 4 | 7 | 2 | 4 | 3 |
2,710 | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.y: A = None
self.txt = txt
i = A("i")
g = B("g")
b = B("b")
a = A("a")
h = A("h")
i.y = b
g.q = h
g.y = i
b.q = h
b.y = h
a.y = g
h.y = g... | i" | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.y: A = None
self.txt = txt
i = A("i")
g = B("g")
b = B("b")
a = A("a")
h = A("h")
i.y = b
g.q = h
g.y = i
b.q = h
b.y = h
a.y = g
h.y = g... | h | g | h | g | i | x | x | x | i | g | h | g | h | x | x | x | 5 | 6 | 2 | 4 | 2 |
2,711 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.u: A = None
self.txt = txt
d = A("d")
j = B("j")
g = A("g")
a = B("a")
i = B("i")
d.p = j
j.z = g
j.u = g
g.p = j
a.z = g
a.u = d
i.z = d... | g" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.u: A = None
self.txt = txt
d = A("d")
j = B("j")
g = A("g")
a = B("a")
i = B("i")
d.p = j
j.z = g
j.u = g
g.p = j
a.z = g
a.u = d
i.z = d... | i | d | j | g | j | g | x | x | g | j | g | j | d | i | x | x | 5 | 6 | 2 | 5 | 2 |
2,712 | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
i = A("i")
b = B("b")
e = B("e")
i.q = e
b.y = e
e.y = b
assert b.y.y.y.txt == " | e" | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
i = A("i")
b = B("b")
e = B("e")
i.q = e
b.y = e
e.y = b
assert b.y.y.y.txt == "e" | b | e | b | e | x | x | x | x | e | b | e | b | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
2,713 | class A:
def __init__(self, txt: str):
self.t: B = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.r: A = None
self.txt = txt
i = A("i")
c = B("c")
a = A("a")
h = B("h")
i.t = h
i.v = a
c.t = i
c.r = i
a.t = c
a... | h" | class A:
def __init__(self, txt: str):
self.t: B = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.r: A = None
self.txt = txt
i = A("i")
c = B("c")
a = A("a")
h = B("h")
i.t = h
i.v = a
c.t = i
c.r = i
a.t = c
a... | c | i | h | i | h | x | x | x | h | i | h | i | c | x | x | x | 4 | 7 | 2 | 4 | 2 |
2,714 | class A:
def __init__(self, txt: str):
self.z: A = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.x: A = None
self.txt = txt
g = A("g")
e = B("e")
b = A("b")
c = B("c")
h = B("h")
i = A("i")
g.z = i
g.p = i
e.q... | b" | class A:
def __init__(self, txt: str):
self.z: A = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.x: A = None
self.txt = txt
g = A("g")
e = B("e")
b = A("b")
c = B("c")
h = B("h")
i = A("i")
g.z = i
g.p = i
e.q... | h | c | b | i | g | i | b | x | b | i | g | i | b | c | h | x | 6 | 10 | 2 | 6 | 2 |
2,715 | 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.o: A = None
self.r: A = None
self.txt = txt
d = A("d")
c = B("c")
b = A("b")
j = A("j")
a = B("a")
d.z = a
d.p = a
c.o = d
c.r = ... | j" | 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.o: A = None
self.r: A = None
self.txt = txt
d = A("d")
c = B("c")
b = A("b")
j = A("j")
a = B("a")
d.z = a
d.p = a
c.o = d
c.r = ... | j | a | j | a | j | x | x | x | j | a | j | a | j | x | x | x | 5 | 8 | 2 | 4 | 3 |
2,716 | class A:
def __init__(self, txt: str):
self.s: B = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.s: A = None
self.txt = txt
b = A("b")
a = B("a")
j = A("j")
h = A("h")
d = B("d")
f = B("f")
b.s = a
b.y = j
a.w... | h" | class A:
def __init__(self, txt: str):
self.s: B = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.s: A = None
self.txt = txt
b = A("b")
a = B("a")
j = A("j")
h = A("h")
d = B("d")
f = B("f")
b.s = a
b.y = j
a.w... | d | j | a | h | d | h | x | x | h | d | h | a | j | d | x | x | 6 | 10 | 2 | 5 | 2 |
2,717 | 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.r: A = None
self.w: B = None
self.txt = txt
e = A("e")
b = B("b")
a = B("a")
h = B("h")
e.r = h
e.s = b
b.r = e
b.w = a
a.r = e
a... | e" | 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.r: A = None
self.w: B = None
self.txt = txt
e = A("e")
b = B("b")
a = B("a")
h = B("h")
e.r = h
e.s = b
b.r = e
b.w = a
a.r = e
a... | h | e | b | a | e | x | x | x | e | a | b | e | h | x | x | x | 4 | 8 | 2 | 4 | 1 |
2,718 | class A:
def __init__(self, txt: str):
self.z: B = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.p: A = None
self.txt = txt
j = A("j")
e = B("e")
b = A("b")
j.z = e
j.r = b
e.o = b
e.p = j
b.z = e
b.r = j
asse... | e" | class A:
def __init__(self, txt: str):
self.z: B = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.p: A = None
self.txt = txt
j = A("j")
e = B("e")
b = A("b")
j.z = e
j.r = b
e.o = b
e.p = j
b.z = e
b.r = j
asse... | j | e | j | e | x | x | x | x | e | j | e | j | x | x | x | x | 3 | 6 | 2 | 3 | 2 |
2,719 | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.t: A = None
self.txt = txt
i = A("i")
c = B("c")
d = B("d")
b = B("b")
j = A("j")
g = A("g")
i.w = d
c.y = j
c.t = j
d.y = i
d.t = j
b.y ... | d" | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.t: A = None
self.txt = txt
i = A("i")
c = B("c")
d = B("d")
b = B("b")
j = A("j")
g = A("g")
i.w = d
c.y = j
c.t = j
d.y = i
d.t = j
b.y ... | c | j | d | j | d | x | x | x | d | j | d | j | c | x | x | x | 6 | 8 | 2 | 4 | 2 |
2,720 | class A:
def __init__(self, txt: str):
self.p: A = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.t: B = None
self.txt = txt
i = A("i")
c = B("c")
b = B("b")
j = A("j")
e = A("e")
g = B("g")
f = B("f")
i.p = e
... | f" | class A:
def __init__(self, txt: str):
self.p: A = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.t: B = None
self.txt = txt
i = A("i")
c = B("c")
b = B("b")
j = A("j")
e = A("e")
g = B("g")
f = B("f")
i.p = e
... | e | b | f | b | f | i | f | x | f | i | f | b | f | b | e | x | 7 | 14 | 2 | 6 | 3 |
2,721 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.w: A = None
self.txt = txt
g = A("g")
f = B("f")
e = B("e")
g.t = e
f.z = g
f.w = g
e.z = g
e.w = g
assert f.w.t.z.txt == " | g" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.w: A = None
self.txt = txt
g = A("g")
f = B("f")
e = B("e")
g.t = e
f.z = g
f.w = g
e.z = g
e.w = g
assert f.w.t.z.txt == "g" | f | g | e | g | x | x | x | x | g | e | g | f | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
2,722 | class A:
def __init__(self, txt: str):
self.p: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
h = A("h")
a = B("a")
g = B("g")
e = A("e")
i = A("i")
d = B("d")
h.p = a
h.t = g
a.s = d
g.s = d
e.p = g
e.t ... | d" | class A:
def __init__(self, txt: str):
self.p: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
h = A("h")
a = B("a")
g = B("g")
e = A("e")
i = A("i")
d = B("d")
h.p = a
h.t = g
a.s = d
g.s = d
e.p = g
e.t ... | g | d | g | d | x | x | x | x | d | g | d | g | x | x | x | x | 6 | 9 | 2 | 3 | 2 |
2,723 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
b = A("b")
a = B("a")
g = A("g")
e = B("e")
d = B("d")
f = B("f")
j = A("j")
b.u = d
a.s = e
g.u = e
e.s = f
d.s = e
f.s = e
j.u = f
as... | e" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
b = A("b")
a = B("a")
g = A("g")
e = B("e")
d = B("d")
f = B("f")
j = A("j")
b.u = d
a.s = e
g.u = e
e.s = f
d.s = e
f.s = e
j.u = f
as... | f | e | f | e | x | x | x | x | e | f | e | f | x | x | x | x | 7 | 7 | 2 | 3 | 2 |
2,724 | 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
c = A("c")
h = B("h")
g = A("g")
j = A("j")
e = A("e")
i = B("i")
f = A("f")
c.x = i
h.z = i
g.x = i
j.x = i
e.x = h
i.z = h
f.x = h
as... | h" | 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
c = A("c")
h = B("h")
g = A("g")
j = A("j")
e = A("e")
i = B("i")
f = A("f")
c.x = i
h.z = i
g.x = i
j.x = i
e.x = h
i.z = h
f.x = h
as... | e | h | i | h | i | h | i | h | h | i | h | i | h | i | h | e | 7 | 7 | 2 | 7 | 5 |
2,725 | class A:
def __init__(self, txt: str):
self.s: A = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
g = A("g")
e = B("e")
d = B("d")
f = A("f")
b = A("b")
a = A("a")
g.s = b
g.u = e
e.o = d
d.o = e
f.s = g
f.u ... | d" | class A:
def __init__(self, txt: str):
self.s: A = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
g = A("g")
e = B("e")
d = B("d")
f = A("f")
b = A("b")
a = A("a")
g.s = b
g.u = e
e.o = d
d.o = e
f.s = g
f.u ... | g | b | d | e | d | x | x | x | d | e | d | b | g | x | x | x | 6 | 10 | 2 | 4 | 1 |
2,726 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.v: A = None
self.txt = txt
c = A("c")
a = B("a")
i = B("i")
d = A("d")
j = A("j")
h = A("h")
f = A("f")
c.s = i
a.t = i
a.v = f
i.t = a
i... | f" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.v: A = None
self.txt = txt
c = A("c")
a = B("a")
i = B("i")
d = A("d")
j = A("j")
h = A("h")
f = A("f")
c.s = i
a.t = i
a.v = f
i.t = a
i... | d | i | a | f | x | x | x | x | f | a | i | d | x | x | x | x | 7 | 9 | 2 | 3 | 0 |
2,727 | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
f = A("f")
i = B("i")
j = B("j")
h = B("h")
d = A("d")
f.z = h
i.y = h
j.y = i
h.y = j
d.z = j
assert d.z.y.y.y.txt == " | j" | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
f = A("f")
i = B("i")
j = B("j")
h = B("h")
d = A("d")
f.z = h
i.y = h
j.y = i
h.y = j
d.z = j
assert d.z.y.y.y.txt == "j" | d | j | i | h | j | x | x | x | j | h | i | j | d | x | x | x | 5 | 5 | 2 | 4 | 1 |
2,728 | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.s: B = None
self.txt = txt
b = A("b")
h = B("h")
j = B("j")
e = A("e")
c = A("c")
b.w = e
h.v = e
h.s = j
j.v = b
j.s = h
e.w = c
c.w = e... | e" | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.s: B = None
self.txt = txt
b = A("b")
h = B("h")
j = B("j")
e = A("e")
c = A("c")
b.w = e
h.v = e
h.s = j
j.v = b
j.s = h
e.w = c
c.w = e... | c | e | c | e | c | e | x | x | e | c | e | c | e | c | x | x | 5 | 7 | 2 | 5 | 4 |
2,729 | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.u: A = None
self.txt = txt
b = A("b")
j = B("j")
c = B("c")
b.y = j
j.x = b
j.u = b
c.x = b
c.u = b
assert c.u.y.x.txt == " | b" | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.u: A = None
self.txt = txt
b = A("b")
j = B("j")
c = B("c")
b.y = j
j.x = b
j.u = b
c.x = b
c.u = b
assert c.u.y.x.txt == "b" | c | b | j | b | x | x | x | x | b | j | b | c | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
2,730 | class A:
def __init__(self, txt: str):
self.o: A = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
i = A("i")
h = B("h")
b = A("b")
c = A("c")
a = B("a")
e = A("e")
i.o = c
i.s = h
h.r = a
b.o = c
b.s = a
c.o ... | h" | class A:
def __init__(self, txt: str):
self.o: A = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
i = A("i")
h = B("h")
b = A("b")
c = A("c")
a = B("a")
e = A("e")
i.o = c
i.s = h
h.r = a
b.o = c
b.s = a
c.o ... | c | a | h | a | h | a | h | x | h | a | h | a | h | a | c | x | 6 | 10 | 2 | 6 | 4 |
2,731 | class A:
def __init__(self, txt: str):
self.s: A = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
d = A("d")
h = B("h")
e = A("e")
f = B("f")
a = A("a")
g = B("g")
d.s = e
d.w = h
h.x = g
e.s = d
e.w = g
f.x ... | g" | class A:
def __init__(self, txt: str):
self.s: A = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
d = A("d")
h = B("h")
e = A("e")
f = B("f")
a = A("a")
g = B("g")
d.s = e
d.w = h
h.x = g
e.s = d
e.w = g
f.x ... | f | h | g | h | g | h | g | x | g | h | g | h | g | h | f | x | 6 | 9 | 2 | 6 | 4 |
2,732 | class A:
def __init__(self, txt: str):
self.s: B = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
a = A("a")
c = B("c")
h = B("h")
f = A("f")
a.s = h
a.x = f
c.o = h
h.o = c
f.s = c
f.x = a
assert h.o.o.o.o.t... | h" | class A:
def __init__(self, txt: str):
self.s: B = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
a = A("a")
c = B("c")
h = B("h")
f = A("f")
a.s = h
a.x = f
c.o = h
h.o = c
f.s = c
f.x = a
assert h.o.o.o.o.t... | h | c | h | c | h | x | x | x | h | c | h | c | h | x | x | x | 4 | 6 | 2 | 4 | 3 |
2,733 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.y: A = None
self.txt = txt
c = A("c")
d = B("d")
i = B("i")
g = A("g")
c.s = i
d.z = i
d.y = g
i.z = d
i.y = c
g.s = i
assert d.z.y.s.z.t... | d" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.y: A = None
self.txt = txt
c = A("c")
d = B("d")
i = B("i")
g = A("g")
c.s = i
d.z = i
d.y = g
i.z = d
i.y = c
g.s = i
assert d.z.y.s.z.t... | d | i | c | i | d | x | x | x | d | i | c | i | d | x | x | x | 4 | 6 | 2 | 4 | 2 |
2,734 | class A:
def __init__(self, txt: str):
self.v: A = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.o: B = None
self.txt = txt
i = A("i")
f = B("f")
a = A("a")
g = B("g")
b = A("b")
e = B("e")
j = A("j")
i.v = a
... | e" | class A:
def __init__(self, txt: str):
self.v: A = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.o: B = None
self.txt = txt
i = A("i")
f = B("f")
a = A("a")
g = B("g")
b = A("b")
e = B("e")
j = A("j")
i.v = a
... | f | e | f | e | f | e | x | x | e | f | e | f | e | f | x | x | 7 | 10 | 2 | 5 | 4 |
2,735 | class A:
def __init__(self, txt: str):
self.q: A = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.w: A = None
self.txt = txt
a = A("a")
i = B("i")
b = B("b")
c = B("c")
j = A("j")
e = B("e")
f = A("f")
a.q = f
... | f" | class A:
def __init__(self, txt: str):
self.q: A = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.w: A = None
self.txt = txt
a = A("a")
i = B("i")
b = B("b")
c = B("c")
j = A("j")
e = B("e")
f = A("f")
a.q = f
... | f | a | f | a | f | a | f | x | f | a | f | a | f | a | f | x | 7 | 12 | 2 | 6 | 5 |
2,736 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
f = A("f")
g = B("g")
c = B("c")
b = A("b")
e = B("e")
a = B("a")
f.r = e
g.v = f
c.v = f
b.r = g
e.v = b
a.v = b
assert b.r.v.r.v.r.v.... | f" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
f = A("f")
g = B("g")
c = B("c")
b = A("b")
e = B("e")
a = B("a")
f.r = e
g.v = f
c.v = f
b.r = g
e.v = b
a.v = b
assert b.r.v.r.v.r.v.... | b | g | f | e | b | g | f | x | f | g | b | e | f | g | b | x | 6 | 6 | 2 | 6 | 3 |
2,737 | class A:
def __init__(self, txt: str):
self.q: B = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.x: A = None
self.txt = txt
b = A("b")
h = B("h")
d = B("d")
e = A("e")
b.q = d
b.o = e
h.t = b
h.x = b
d.t = b
d... | e" | class A:
def __init__(self, txt: str):
self.q: B = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.x: A = None
self.txt = txt
b = A("b")
h = B("h")
d = B("d")
e = A("e")
b.q = d
b.o = e
h.t = b
h.x = b
d.t = b
d... | d | b | d | e | x | x | x | x | e | d | b | d | x | x | x | x | 4 | 7 | 2 | 3 | 1 |
2,738 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.r: A = None
self.txt = txt
a = A("a")
j = B("j")
c = A("c")
f = B("f")
e = A("e")
b = B("b")
i = A("i")
a.p = b
j.x = f
j.r = i
c.p = f
f... | f" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.r: A = None
self.txt = txt
a = A("a")
j = B("j")
c = A("c")
f = B("f")
e = A("e")
b = B("b")
i = A("i")
a.p = b
j.x = f
j.r = i
c.p = f
f... | e | f | c | f | x | x | x | x | f | c | f | e | x | x | x | x | 7 | 10 | 2 | 3 | 1 |
2,739 | 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.o: B = None
self.txt = txt
d = A("d")
g = B("g")
j = A("j")
f = A("f")
e = A("e")
c = B("c")
i = B("i")
d.z = j
d.o = j
g.o = c
j.z = e
j... | j" | 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.o: B = None
self.txt = txt
d = A("d")
g = B("g")
j = A("j")
f = A("f")
e = A("e")
c = B("c")
i = B("i")
d.z = j
d.o = j
g.o = c
j.z = e
j... | f | d | j | f | j | x | x | x | j | f | j | d | f | x | x | x | 7 | 9 | 2 | 4 | 2 |
2,740 | class A:
def __init__(self, txt: str):
self.v: B = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
j = A("j")
g = B("g")
c = B("c")
e = B("e")
b = A("b")
a = B("a")
f = A("f")
j.v = e
j.z = f
g.v = c
c.v = g
e... | g" | class A:
def __init__(self, txt: str):
self.v: B = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
j = A("j")
g = B("g")
c = B("c")
e = B("e")
b = A("b")
a = B("a")
f = A("f")
j.v = e
j.z = f
g.v = c
c.v = g
e... | f | e | a | g | c | g | x | x | g | c | g | a | e | f | x | x | 7 | 10 | 2 | 5 | 1 |
2,741 | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.q: B = None
self.txt = txt
i = A("i")
j = B("j")
e = B("e")
b = B("b")
h = B("h")
f = B("f")
g = A("g")
i.t = g
j.x = i
j.q = h
e.x = g
e... | g" | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.q: B = None
self.txt = txt
i = A("i")
j = B("j")
e = B("e")
b = B("b")
h = B("h")
f = B("f")
g = A("g")
i.t = g
j.x = i
j.q = h
e.x = g
e... | i | g | i | g | i | g | i | g | g | i | g | i | g | i | g | i | 7 | 12 | 2 | 7 | 6 |
2,742 | class A:
def __init__(self, txt: str):
self.s: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.u: B = None
self.txt = txt
j = A("j")
i = B("i")
g = B("g")
j.s = g
j.z = i
i.q = g
i.u = g
g.q = i
g.u = i
asse... | g" | class A:
def __init__(self, txt: str):
self.s: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.u: B = None
self.txt = txt
j = A("j")
i = B("i")
g = B("g")
j.s = g
j.z = i
i.q = g
i.u = g
g.q = i
g.u = i
asse... | i | g | i | g | x | x | x | x | g | i | g | i | x | x | x | x | 3 | 4 | 2 | 3 | 2 |
2,743 | class A:
def __init__(self, txt: str):
self.o: A = None
self.w: 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.o = h
c.w = d
d.s = c
h.o = c
h.w = d
assert d.s.o.o.txt == " | c" | class A:
def __init__(self, txt: str):
self.o: A = None
self.w: 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.o = h
c.w = d
d.s = c
h.o = c
h.w = d
assert d.s.o.o.txt == "c" | d | c | h | c | x | x | x | x | c | h | c | d | x | x | x | x | 3 | 5 | 2 | 3 | 1 |
2,744 | class A:
def __init__(self, txt: str):
self.u: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.x: A = None
self.txt = txt
f = A("f")
e = B("e")
b = A("b")
i = B("i")
j = A("j")
f.u = i
f.s = i
e.p = b
e.x = ... | b" | class A:
def __init__(self, txt: str):
self.u: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.x: A = None
self.txt = txt
f = A("f")
e = B("e")
b = A("b")
i = B("i")
j = A("j")
f.u = i
f.s = i
e.p = b
e.x = ... | b | e | b | e | b | x | x | x | b | e | b | e | b | x | x | x | 5 | 7 | 2 | 4 | 3 |
2,745 | class A:
def __init__(self, txt: str):
self.w: B = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.q: B = None
self.txt = txt
b = A("b")
d = B("d")
i = B("i")
g = B("g")
e = A("e")
h = B("h")
b.w = i
b.o = e
d.v... | h" | class A:
def __init__(self, txt: str):
self.w: B = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.q: B = None
self.txt = txt
b = A("b")
d = B("d")
i = B("i")
g = B("g")
e = A("e")
h = B("h")
b.w = i
b.o = e
d.v... | e | b | i | g | h | x | x | x | h | g | i | b | e | x | x | x | 6 | 12 | 2 | 4 | 0 |
2,746 | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.q: A = None
self.txt = txt
f = A("f")
j = B("j")
b = A("b")
c = B("c")
h = B("h")
f.u = b
j.r = c
j.q = b
b.u = f
c.r = j
c.q = f
h.r = c... | f" | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.q: A = None
self.txt = txt
f = A("f")
j = B("j")
b = A("b")
c = B("c")
h = B("h")
f.u = b
j.r = c
j.q = b
b.u = f
c.r = j
c.q = f
h.r = c... | h | b | f | b | f | x | x | x | f | b | f | b | h | x | x | x | 5 | 8 | 2 | 4 | 2 |
2,747 | 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.txt = txt
b = A("b")
a = B("a")
i = A("i")
h = B("h")
c = A("c")
b.z = c
a.z = h
i.z = b
h.z = a
c.z = i
assert a.z.z.z.txt == " | 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.txt = txt
b = A("b")
a = B("a")
i = A("i")
h = B("h")
c = A("c")
b.z = c
a.z = h
i.z = b
h.z = a
c.z = i
assert a.z.z.z.txt == "h" | a | h | a | h | x | x | x | x | h | a | h | a | x | x | x | x | 5 | 5 | 2 | 3 | 2 |
2,748 | class A:
def __init__(self, txt: str):
self.y: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
f = A("f")
e = B("e")
g = A("g")
f.y = e
f.t = e
e.t = g
g.y = e
g.t = e
assert g.t.t.t.txt == " | e" | class A:
def __init__(self, txt: str):
self.y: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
f = A("f")
e = B("e")
g = A("g")
f.y = e
f.t = e
e.t = g
g.y = e
g.t = e
assert g.t.t.t.txt == "e" | g | e | g | e | x | x | x | x | e | g | e | g | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
2,749 | class A:
def __init__(self, txt: str):
self.q: B = None
self.y: 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")
f = A("f")
d = A("d")
g = B("g")
j.q = i
j.y = i
i.p = g
i.t = ... | g" | class A:
def __init__(self, txt: str):
self.q: B = None
self.y: 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")
f = A("f")
d = A("d")
g = B("g")
j.q = i
j.y = i
i.p = g
i.t = ... | i | g | i | f | g | x | x | x | g | f | i | g | i | x | x | x | 5 | 8 | 2 | 4 | 2 |
2,750 | class A:
def __init__(self, txt: str):
self.u: A = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
c = A("c")
j = B("j")
e = A("e")
a = A("a")
i = B("i")
d = B("d")
c.u = a
c.x = a
j.z = a
e.u = a
e.x = a
a.u ... | a" | class A:
def __init__(self, txt: str):
self.u: A = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
c = A("c")
j = B("j")
e = A("e")
a = A("a")
i = B("i")
d = B("d")
c.u = a
c.x = a
j.z = a
e.u = a
e.x = a
a.u ... | a | c | a | c | a | c | a | x | a | c | a | c | a | c | a | x | 6 | 6 | 2 | 6 | 5 |
2,751 | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
d = A("d")
e = B("e")
c = A("c")
f = B("f")
g = A("g")
d.p = g
e.y = d
c.p = d
f.y = g
g.p = d
assert f.y.p.p.p.p.txt == " | g" | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
d = A("d")
e = B("e")
c = A("c")
f = B("f")
g = A("g")
d.p = g
e.y = d
c.p = d
f.y = g
g.p = d
assert f.y.p.p.p.p.txt == "g" | f | g | d | g | d | g | x | x | g | d | g | d | g | f | x | x | 5 | 5 | 2 | 5 | 3 |
2,752 | class A:
def __init__(self, txt: str):
self.o: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
j = A("j")
d = B("d")
f = B("f")
i = B("i")
h = A("h")
j.o = d
j.v = f
d.x = i
f.x = d
i.x = f
h.o = d
h.v = f... | i" | class A:
def __init__(self, txt: str):
self.o: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
j = A("j")
d = B("d")
f = B("f")
i = B("i")
h = A("h")
j.o = d
j.v = f
d.x = i
f.x = d
i.x = f
h.o = d
h.v = f... | h | d | i | f | d | i | x | x | i | d | f | i | d | h | x | x | 5 | 7 | 2 | 5 | 2 |
2,753 | class A:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
c = A("c")
j = B("j")
e = B("e")
d = B("d")
a = A("a")
c.q = a
j.s = e
e.s = j
d.s = e
a.q = c
assert a.q.q.q.q.q.txt == " | c" | class A:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
c = A("c")
j = B("j")
e = B("e")
d = B("d")
a = A("a")
c.q = a
j.s = e
e.s = j
d.s = e
a.q = c
assert a.q.q.q.q.q.txt == "c" | a | c | a | c | a | c | x | x | c | a | c | a | c | a | x | x | 5 | 5 | 2 | 5 | 4 |
2,754 | class A:
def __init__(self, txt: str):
self.z: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
j = A("j")
e = B("e")
g = A("g")
f = B("f")
b = B("b")
a = B("a")
d = A("d")
j.z = b
j.o = a
e.t = f
g.z = e
g... | a" | class A:
def __init__(self, txt: str):
self.z: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
j = A("j")
e = B("e")
g = A("g")
f = B("f")
b = B("b")
a = B("a")
d = A("d")
j.z = b
j.o = a
e.t = f
g.z = e
g... | e | f | b | a | f | b | a | x | a | b | f | a | b | f | e | x | 7 | 9 | 2 | 6 | 3 |
2,755 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.u: B = None
self.txt = txt
a = A("a")
j = B("j")
g = B("g")
h = B("h")
a.u = h
j.v = g
j.u = h
g.v = j
g.u = j
h.v = g
h.u = j
assert g.u... | j" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.u: B = None
self.txt = txt
a = A("a")
j = B("j")
g = B("g")
h = B("h")
a.u = h
j.v = g
j.u = h
g.v = j
g.u = j
h.v = g
h.u = j
assert g.u... | g | j | h | g | j | x | x | x | j | g | h | j | g | x | x | x | 4 | 6 | 2 | 4 | 2 |
2,756 | class A:
def __init__(self, txt: str):
self.z: B = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.w: A = None
self.txt = txt
e = A("e")
g = B("g")
c = B("c")
e.z = c
e.q = g
g.o = c
g.w = e
c.o = g
c.w = e
asse... | g" | class A:
def __init__(self, txt: str):
self.z: B = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.w: A = None
self.txt = txt
e = A("e")
g = B("g")
c = B("c")
e.z = c
e.q = g
g.o = c
g.w = e
c.o = g
c.w = e
asse... | c | e | c | g | x | x | x | x | g | c | e | c | x | x | x | x | 3 | 6 | 2 | 3 | 1 |
2,757 | class A:
def __init__(self, txt: str):
self.t: B = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
i = A("i")
j = B("j")
c = A("c")
e = B("e")
i.t = e
i.w = c
j.z = e
c.t = e
c.w = i
e.z = j
assert i.t.z.z.z.t... | j" | class A:
def __init__(self, txt: str):
self.t: B = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
i = A("i")
j = B("j")
c = A("c")
e = B("e")
i.t = e
i.w = c
j.z = e
c.t = e
c.w = i
e.z = j
assert i.t.z.z.z.t... | i | e | j | e | j | x | x | x | j | e | j | e | i | x | x | x | 4 | 6 | 2 | 4 | 2 |
2,758 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
c = A("c")
f = B("f")
g = B("g")
d = B("d")
c.r = d
f.z = c
g.z = c
d.z = c
assert d.z.r.z.r.txt == " | d" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
c = A("c")
f = B("f")
g = B("g")
d = B("d")
c.r = d
f.z = c
g.z = c
d.z = c
assert d.z.r.z.r.txt == "d" | d | c | d | c | d | x | x | x | d | c | d | c | d | x | x | x | 4 | 4 | 2 | 4 | 3 |
2,759 | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
g = A("g")
h = B("h")
f = A("f")
d = B("d")
j = B("j")
a = A("a")
g.q = d
h.r = d
f.q = d
d.r = j
j.r = d
a.q = j
assert a.q.r.r.txt ==... | j" | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
g = A("g")
h = B("h")
f = A("f")
d = B("d")
j = B("j")
a = A("a")
g.q = d
h.r = d
f.q = d
d.r = j
j.r = d
a.q = j
assert a.q.r.r.txt ==... | a | j | d | j | x | x | x | x | j | d | j | a | x | x | x | x | 6 | 6 | 2 | 3 | 1 |
2,760 | class A:
def __init__(self, txt: str):
self.p: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
j = A("j")
h = B("h")
e = B("e")
d = A("d")
g = A("g")
i = A("i")
f = B("f")
j.p = h
j.q = i
h.v = g
e.v = d
d... | i" | class A:
def __init__(self, txt: str):
self.p: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
j = A("j")
h = B("h")
e = B("e")
d = A("d")
g = A("g")
i = A("i")
f = B("f")
j.p = h
j.q = i
h.v = g
e.v = d
d... | f | i | e | d | j | i | x | x | i | j | d | e | i | f | x | x | 7 | 11 | 2 | 5 | 1 |
2,761 | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
j = A("j")
f = B("f")
d = B("d")
b = A("b")
h = B("h")
g = A("g")
j.q = h
f.y = h
d.y = f
b.q = h
h.y = d
g.q = h
assert h.y.y.y.y.y.y.... | h" | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
j = A("j")
f = B("f")
d = B("d")
b = A("b")
h = B("h")
g = A("g")
j.q = h
f.y = h
d.y = f
b.q = h
h.y = d
g.q = h
assert h.y.y.y.y.y.y.... | h | d | f | h | d | f | h | x | h | f | d | h | f | d | h | x | 6 | 6 | 2 | 6 | 4 |
2,762 | class A:
def __init__(self, txt: str):
self.x: A = None
self.w: 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")
c = A("c")
d.x = c
d.w = c
j.y = d
c.x = d
c.w = d
assert j.y.w.x.txt == " | d" | class A:
def __init__(self, txt: str):
self.x: A = None
self.w: 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")
c = A("c")
d.x = c
d.w = c
j.y = d
c.x = d
c.w = d
assert j.y.w.x.txt == "d" | j | d | c | d | x | x | x | x | d | c | d | j | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
2,763 | class A:
def __init__(self, txt: str):
self.x: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
a = A("a")
j = B("j")
f = B("f")
b = B("b")
h = B("h")
a.x = h
a.y = b
j.o = f
f.o = j
b.o = f
h.o = b
assert ... | j" | class A:
def __init__(self, txt: str):
self.x: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
a = A("a")
j = B("j")
f = B("f")
b = B("b")
h = B("h")
a.x = h
a.y = b
j.o = f
f.o = j
b.o = f
h.o = b
assert ... | j | f | j | f | j | x | x | x | j | f | j | f | j | x | x | x | 5 | 6 | 2 | 4 | 3 |
2,764 | class A:
def __init__(self, txt: str):
self.x: B = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
i = A("i")
g = B("g")
c = A("c")
i.x = g
i.r = c
g.v = c
c.x = g
c.r = i
assert g.v.x.v.txt == " | c" | class A:
def __init__(self, txt: str):
self.x: B = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
i = A("i")
g = B("g")
c = A("c")
i.x = g
i.r = c
g.v = c
c.x = g
c.r = i
assert g.v.x.v.txt == "c" | g | c | g | c | x | x | x | x | c | g | c | g | x | x | x | x | 3 | 5 | 2 | 3 | 2 |
2,765 | class A:
def __init__(self, txt: str):
self.y: A = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
g = A("g")
a = B("a")
f = B("f")
c = B("c")
d = A("d")
e = A("e")
j = A("j")
g.y = d
g.u = a
a.z = c
f.z = a
c... | a" | class A:
def __init__(self, txt: str):
self.y: A = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
g = A("g")
a = B("a")
f = B("f")
c = B("c")
d = A("d")
e = A("e")
j = A("j")
g.y = d
g.u = a
a.z = c
f.z = a
c... | j | e | c | a | x | x | x | x | a | c | e | j | x | x | x | x | 7 | 11 | 2 | 3 | 0 |
2,766 | class A:
def __init__(self, txt: str):
self.o: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
c = A("c")
a = B("a")
b = A("b")
e = A("e")
c.o = a
c.q = b
a.z = e
b.o = a
b.q = e
e.o = a
e.q = c
assert b.q... | e" | class A:
def __init__(self, txt: str):
self.o: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
c = A("c")
a = B("a")
b = A("b")
e = A("e")
c.o = a
c.q = b
a.z = e
b.o = a
b.q = e
e.o = a
e.q = c
assert b.q... | b | e | c | a | e | x | x | x | e | a | c | e | b | x | x | x | 4 | 7 | 2 | 4 | 1 |
2,767 | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
b = A("b")
i = B("i")
h = A("h")
c = B("c")
b.x = h
i.u = c
h.x = b
c.u = i
assert c.u.u.u.u.txt == " | c" | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
b = A("b")
i = B("i")
h = A("h")
c = B("c")
b.x = h
i.u = c
h.x = b
c.u = i
assert c.u.u.u.u.txt == "c" | c | i | c | i | c | x | x | x | c | i | c | i | c | x | x | x | 4 | 4 | 2 | 4 | 3 |
2,768 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.w: B = None
self.txt = txt
b = A("b")
j = B("j")
c = A("c")
i = B("i")
b.s = i
j.r = b
j.w = i
c.s = i
i.r = b
i.w = j
assert b.s.r.s.txt... | i" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.w: B = None
self.txt = txt
b = A("b")
j = B("j")
c = A("c")
i = B("i")
b.s = i
j.r = b
j.w = i
c.s = i
i.r = b
i.w = j
assert b.s.r.s.txt... | b | i | b | i | x | x | x | x | i | b | i | b | x | x | x | x | 4 | 6 | 2 | 3 | 2 |
2,769 | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
d = A("d")
h = B("h")
i = A("i")
d.w = h
h.p = i
i.w = h
assert i.w.p.w.txt == " | h" | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
d = A("d")
h = B("h")
i = A("i")
d.w = h
h.p = i
i.w = h
assert i.w.p.w.txt == "h" | i | h | i | h | x | x | x | x | h | i | h | i | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
2,770 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
g = A("g")
b = B("b")
h = B("h")
g.p = b
b.s = h
h.s = b
assert g.p.s.s.txt == " | b" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
g = A("g")
b = B("b")
h = B("h")
g.p = b
b.s = h
h.s = b
assert g.p.s.s.txt == "b" | g | b | h | b | x | x | x | x | b | h | b | g | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
2,771 | class A:
def __init__(self, txt: str):
self.v: B = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
i = A("i")
f = B("f")
c = B("c")
d = A("d")
b = A("b")
h = A("h")
e = A("e")
i.v = f
i.s = h
f.t = h
c.t = d
d... | f" | class A:
def __init__(self, txt: str):
self.v: B = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
i = A("i")
f = B("f")
c = B("c")
d = A("d")
b = A("b")
h = A("h")
e = A("e")
i.v = f
i.s = h
f.t = h
c.t = d
d... | f | h | i | h | i | f | x | x | f | i | h | i | h | f | x | x | 7 | 12 | 2 | 5 | 3 |
2,772 | 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.s: A = None
self.txt = txt
h = A("h")
g = B("g")
a = A("a")
d = A("d")
e = A("e")
b = B("b")
j = A("j")
h.p = b
h.v = g
g.s = j
a.p = g
a... | b" | 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.s: A = None
self.txt = txt
h = A("h")
g = B("g")
a = A("a")
d = A("d")
e = A("e")
b = B("b")
j = A("j")
h.p = b
h.v = g
g.s = j
a.p = g
a... | h | g | j | b | a | g | j | b | b | j | g | a | b | j | g | h | 7 | 8 | 2 | 7 | 3 |
2,773 | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
a = A("a")
e = B("e")
f = A("f")
c = B("c")
a.s = f
e.s = c
f.s = a
c.s = e
assert f.s.s.s.txt == " | a" | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
a = A("a")
e = B("e")
f = A("f")
c = B("c")
a.s = f
e.s = c
f.s = a
c.s = e
assert f.s.s.s.txt == "a" | f | a | f | a | x | x | x | x | a | f | a | f | x | x | x | x | 4 | 4 | 2 | 3 | 2 |
2,774 | class A:
def __init__(self, txt: str):
self.u: B = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.z: B = None
self.txt = txt
g = A("g")
a = B("a")
b = A("b")
f = B("f")
g.u = a
g.t = b
a.s = g
a.z = f
b.u = a
b... | a" | class A:
def __init__(self, txt: str):
self.u: B = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.z: B = None
self.txt = txt
g = A("g")
a = B("a")
b = A("b")
f = B("f")
g.u = a
g.t = b
a.s = g
a.z = f
b.u = a
b... | a | f | a | f | a | x | x | x | a | f | a | f | a | x | x | x | 4 | 8 | 2 | 4 | 3 |
2,775 | class A:
def __init__(self, txt: str):
self.w: A = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.p: B = None
self.txt = txt
f = A("f")
c = B("c")
g = A("g")
i = B("i")
f.w = g
f.p = g
c.q = f
c.p = i
g.w = f
g... | f" | class A:
def __init__(self, txt: str):
self.w: A = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.p: B = None
self.txt = txt
f = A("f")
c = B("c")
g = A("g")
i = B("i")
f.w = g
f.p = g
c.q = f
c.p = i
g.w = f
g... | f | g | f | g | f | x | x | x | f | g | f | g | f | x | x | x | 4 | 6 | 2 | 4 | 3 |
2,776 | class A:
def __init__(self, txt: str):
self.p: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
e = A("e")
j = B("j")
i = B("i")
g = B("g")
h = B("h")
e.p = g
e.s = h
j.w = e
i.w = e
g.w = e
h.w = e
assert ... | e" | class A:
def __init__(self, txt: str):
self.p: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
e = A("e")
j = B("j")
i = B("i")
g = B("g")
h = B("h")
e.p = g
e.s = h
j.w = e
i.w = e
g.w = e
h.w = e
assert ... | j | e | g | e | x | x | x | x | e | g | e | j | x | x | x | x | 5 | 6 | 2 | 3 | 1 |
2,777 | class A:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
h = A("h")
b = B("b")
a = A("a")
h.q = a
b.w = h
a.q = h
assert h.q.q.q.txt == " | a" | class A:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
h = A("h")
b = B("b")
a = A("a")
h.q = a
b.w = h
a.q = h
assert h.q.q.q.txt == "a" | h | a | h | a | x | x | x | x | a | h | a | h | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
2,778 | 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.txt = txt
f = A("f")
e = B("e")
b = B("b")
c = B("c")
f.p = b
e.v = b
b.v = e
c.v = e
assert b.v.v.v.v.txt == " | b" | 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.txt = txt
f = A("f")
e = B("e")
b = B("b")
c = B("c")
f.p = b
e.v = b
b.v = e
c.v = e
assert b.v.v.v.v.txt == "b" | b | e | b | e | b | x | x | x | b | e | b | e | b | x | x | x | 4 | 4 | 2 | 4 | 3 |
2,779 | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
i = A("i")
g = B("g")
a = B("a")
e = A("e")
b = A("b")
d = A("d")
i.x = g
g.q = a
a.q = g
e.x = g
b.x = a
d.x = g
assert i.x.q.q.txt ==... | g" | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
i = A("i")
g = B("g")
a = B("a")
e = A("e")
b = A("b")
d = A("d")
i.x = g
g.q = a
a.q = g
e.x = g
b.x = a
d.x = g
assert i.x.q.q.txt ==... | i | g | a | g | x | x | x | x | g | a | g | i | x | x | x | x | 6 | 6 | 2 | 3 | 1 |
2,780 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
c = A("c")
d = B("d")
f = B("f")
g = B("g")
h = B("h")
c.s = d
d.z = g
f.z = d
g.z = d
h.z = d
assert h.z.z.z.z.txt == " | g" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
c = A("c")
d = B("d")
f = B("f")
g = B("g")
h = B("h")
c.s = d
d.z = g
f.z = d
g.z = d
h.z = d
assert h.z.z.z.z.txt == "g" | h | d | g | d | g | x | x | x | g | d | g | d | h | x | x | x | 5 | 5 | 2 | 4 | 2 |
2,781 | class A:
def __init__(self, txt: str):
self.t: A = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.t: A = None
self.txt = txt
e = A("e")
j = B("j")
c = B("c")
g = A("g")
e.t = g
e.q = g
j.p = c
j.t = e
c.p = j
c... | g" | class A:
def __init__(self, txt: str):
self.t: A = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.t: A = None
self.txt = txt
e = A("e")
j = B("j")
c = B("c")
g = A("g")
e.t = g
e.q = g
j.p = c
j.t = e
c.p = j
c... | j | e | g | e | g | x | x | x | g | e | g | e | j | x | x | x | 4 | 6 | 2 | 4 | 2 |
2,782 | 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
b = A("b")
i = B("i")
f = A("f")
e = B("e")
h = B("h")
b.z = f
i.x = f
f.z = b
e.x = f
h.x = f
assert h.x.z.z.z.z.txt == " | f" | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
b = A("b")
i = B("i")
f = A("f")
e = B("e")
h = B("h")
b.z = f
i.x = f
f.z = b
e.x = f
h.x = f
assert h.x.z.z.z.z.txt == "f" | h | f | b | f | b | f | x | x | f | b | f | b | f | h | x | x | 5 | 5 | 2 | 5 | 3 |
2,783 | class A:
def __init__(self, txt: str):
self.w: B = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.p: A = None
self.txt = txt
f = A("f")
a = B("a")
c = B("c")
i = A("i")
b = A("b")
f.w = a
f.r = a
a.u = c
a.p = ... | a" | class A:
def __init__(self, txt: str):
self.w: B = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.p: A = None
self.txt = txt
f = A("f")
a = B("a")
c = B("c")
i = A("i")
b = A("b")
f.w = a
f.r = a
a.u = c
a.p = ... | b | c | a | b | a | x | x | x | a | b | a | c | b | x | x | x | 5 | 9 | 2 | 4 | 2 |
2,784 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
f = A("f")
c = B("c")
i = B("i")
f.v = c
c.p = f
i.p = f
assert c.p.v.p.txt == " | f" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
f = A("f")
c = B("c")
i = B("i")
f.v = c
c.p = f
i.p = f
assert c.p.v.p.txt == "f" | c | f | c | f | x | x | x | x | f | c | f | c | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
2,785 | 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.z: A = None
self.x: A = None
self.txt = txt
i = A("i")
h = B("h")
a = A("a")
e = B("e")
b = A("b")
j = A("j")
i.y = e
i.r = h
h.z... | h" | 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.z: A = None
self.x: A = None
self.txt = txt
i = A("i")
h = B("h")
a = A("a")
e = B("e")
b = A("b")
j = A("j")
i.y = e
i.r = h
h.z... | b | h | b | e | j | h | x | x | h | j | e | b | h | b | x | x | 6 | 10 | 2 | 5 | 2 |
2,786 | class A:
def __init__(self, txt: str):
self.z: A = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.x: A = None
self.txt = txt
f = A("f")
g = B("g")
c = B("c")
i = B("i")
e = A("e")
a = A("a")
f.z = a
f.p = g
g.q... | a" | class A:
def __init__(self, txt: str):
self.z: A = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.x: A = None
self.txt = txt
f = A("f")
g = B("g")
c = B("c")
i = B("i")
e = A("e")
a = A("a")
f.z = a
f.p = g
g.q... | a | e | i | a | x | x | x | x | a | i | e | a | x | x | x | x | 6 | 11 | 2 | 3 | 1 |
2,787 | class A:
def __init__(self, txt: str):
self.o: B = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
c = A("c")
a = B("a")
e = B("e")
d = A("d")
b = A("b")
c.o = e
c.p = b
a.r = e
e.r = a
d.o = a
d.p = c
b.o = a... | e" | class A:
def __init__(self, txt: str):
self.o: B = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
c = A("c")
a = B("a")
e = B("e")
d = A("d")
b = A("b")
c.o = e
c.p = b
a.r = e
e.r = a
d.o = a
d.p = c
b.o = a... | a | e | a | e | a | e | x | x | e | a | e | a | e | a | x | x | 5 | 8 | 2 | 5 | 4 |
2,788 | 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.t: B = None
self.txt = txt
d = A("d")
b = B("b")
i = B("i")
j = A("j")
h = B("h")
d.z = j
d.s = j
b.t = h
i.t = b
j.z = d
j.s = d
h.t = b... | d" | 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.t: B = None
self.txt = txt
d = A("d")
b = B("b")
i = B("i")
j = A("j")
h = B("h")
d.z = j
d.s = j
b.t = h
i.t = b
j.z = d
j.s = d
h.t = b... | j | d | j | d | x | x | x | x | d | j | d | j | x | x | x | x | 5 | 5 | 2 | 3 | 2 |
2,789 | class A:
def __init__(self, txt: str):
self.v: B = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
b = A("b")
e = B("e")
j = B("j")
c = A("c")
d = B("d")
h = B("h")
g = A("g")
b.v = j
b.p = g
e.z = b
j.z = c
c... | j" | class A:
def __init__(self, txt: str):
self.v: B = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
b = A("b")
e = B("e")
j = B("j")
c = A("c")
d = B("d")
h = B("h")
g = A("g")
b.v = j
b.p = g
e.z = b
j.z = c
c... | e | b | j | c | h | b | j | x | j | b | h | c | j | b | e | x | 7 | 10 | 2 | 6 | 2 |
2,790 | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.x: A = None
self.txt = txt
j = A("j")
e = B("e")
h = A("h")
d = B("d")
a = B("a")
i = B("i")
j.r = h
e.s = i
e.x = j
h.r = j
d.s = e
d.x ... | h" | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.x: A = None
self.txt = txt
j = A("j")
e = B("e")
h = A("h")
d = B("d")
a = B("a")
i = B("i")
j.r = h
e.s = i
e.x = j
h.r = j
d.s = e
d.x ... | j | h | j | h | j | h | x | x | h | j | h | j | h | j | x | x | 6 | 10 | 2 | 5 | 4 |
2,791 | class A:
def __init__(self, txt: str):
self.o: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.y: A = None
self.txt = txt
f = A("f")
d = B("d")
g = B("g")
c = B("c")
f.o = g
f.y = g
d.u = c
d.y = f
g.u = d
g... | g" | class A:
def __init__(self, txt: str):
self.o: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.y: A = None
self.txt = txt
f = A("f")
d = B("d")
g = B("g")
c = B("c")
f.o = g
f.y = g
d.u = c
d.y = f
g.u = d
g... | g | d | c | f | g | x | x | x | g | f | c | d | g | x | x | x | 4 | 7 | 2 | 4 | 1 |
2,792 | class A:
def __init__(self, txt: str):
self.z: A = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
g = A("g")
a = B("a")
b = B("b")
j = B("j")
f = A("f")
g.z = f
g.v = a
a.v = b
b.v = a
j.v = b
f.z = g
f.v = b... | a" | class A:
def __init__(self, txt: str):
self.z: A = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
g = A("g")
a = B("a")
b = B("b")
j = B("j")
f = A("f")
g.z = f
g.v = a
a.v = b
b.v = a
j.v = b
f.z = g
f.v = b... | a | b | a | b | a | x | x | x | a | b | a | b | a | x | x | x | 5 | 7 | 2 | 4 | 3 |
2,793 | class A:
def __init__(self, txt: str):
self.p: A = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.q: A = None
self.txt = txt
g = A("g")
d = B("d")
i = A("i")
a = B("a")
h = A("h")
g.p = i
g.v = i
d.s = h
d.q = ... | h" | class A:
def __init__(self, txt: str):
self.p: A = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.q: A = None
self.txt = txt
g = A("g")
d = B("d")
i = A("i")
a = B("a")
h = A("h")
g.p = i
g.v = i
d.s = h
d.q = ... | g | i | g | i | h | x | x | x | h | i | g | i | g | x | x | x | 5 | 9 | 2 | 4 | 2 |
2,794 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
a = A("a")
h = B("h")
g = A("g")
i = A("i")
b = A("b")
a.v = h
h.q = b
g.v = h
i.v = h
b.v = h
assert h.q.v.q.v.q.txt == " | b" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
a = A("a")
h = B("h")
g = A("g")
i = A("i")
b = A("b")
a.v = h
h.q = b
g.v = h
i.v = h
b.v = h
assert h.q.v.q.v.q.txt == "b" | h | b | h | b | h | b | x | x | b | h | b | h | b | h | x | x | 5 | 5 | 2 | 5 | 4 |
2,795 | class A:
def __init__(self, txt: str):
self.p: B = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
e = A("e")
a = B("a")
f = B("f")
e.p = f
e.u = a
a.s = f
f.s = a
assert e.p.s.s.txt == " | f" | class A:
def __init__(self, txt: str):
self.p: B = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
e = A("e")
a = B("a")
f = B("f")
e.p = f
e.u = a
a.s = f
f.s = a
assert e.p.s.s.txt == "f" | e | f | a | f | x | x | x | x | f | a | f | e | x | x | x | x | 3 | 4 | 2 | 3 | 1 |
2,796 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
c = A("c")
e = B("e")
j = A("j")
h = B("h")
c.u = e
e.x = c
j.u = e
h.x = j
assert e.x.u.x.u.txt == " | e" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
c = A("c")
e = B("e")
j = A("j")
h = B("h")
c.u = e
e.x = c
j.u = e
h.x = j
assert e.x.u.x.u.txt == "e" | e | c | e | c | e | x | x | x | e | c | e | c | e | x | x | x | 4 | 4 | 2 | 4 | 3 |
2,797 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
d = A("d")
a = B("a")
g = A("g")
f = B("f")
i = B("i")
e = B("e")
d.s = i
a.p = d
g.s = a
f.p = d
i.p = d
e.p = d
assert e.p.s.p.s.p.tx... | d" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
d = A("d")
a = B("a")
g = A("g")
f = B("f")
i = B("i")
e = B("e")
d.s = i
a.p = d
g.s = a
f.p = d
i.p = d
e.p = d
assert e.p.s.p.s.p.tx... | e | d | i | d | i | d | x | x | d | i | d | i | d | e | x | x | 6 | 6 | 2 | 5 | 3 |
2,798 | 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.s: A = None
self.r: B = None
self.txt = txt
e = A("e")
i = B("i")
b = B("b")
j = B("j")
e.z = b
e.v = b
i.s = e
i.r = j
b.s = e
b... | j" | 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.s: A = None
self.r: B = None
self.txt = txt
e = A("e")
i = B("i")
b = B("b")
j = B("j")
e.z = b
e.v = b
i.s = e
i.r = j
b.s = e
b... | i | e | b | i | j | x | x | x | j | i | b | e | i | x | x | x | 4 | 7 | 2 | 4 | 1 |
2,799 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
g = A("g")
e = B("e")
a = A("a")
h = A("h")
f = B("f")
d = B("d")
g.r = e
e.u = h
a.r = f
h.r = d
f.u = a
d.u = a
assert h.r.u.r.u.txt ... | a" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
g = A("g")
e = B("e")
a = A("a")
h = A("h")
f = B("f")
d = B("d")
g.r = e
e.u = h
a.r = f
h.r = d
f.u = a
d.u = a
assert h.r.u.r.u.txt ... | h | d | a | f | a | x | x | x | a | f | a | d | h | x | x | x | 6 | 6 | 2 | 4 | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.