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