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,400 | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
b = A("b")
g = B("g")
d = A("d")
i = A("i")
j = B("j")
a = A("a")
b.z = g
g.x = j
d.z = g
i.z = g
j.x = g
a.z = g
assert g.x.x.x.x.x.tx... | j" | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
b = A("b")
g = B("g")
d = A("d")
i = A("i")
j = B("j")
a = A("a")
b.z = g
g.x = j
d.z = g
i.z = g
j.x = g
a.z = g
assert g.x.x.x.x.x.tx... | g | j | g | j | g | j | x | x | j | g | j | g | j | g | x | x | 6 | 6 | 2 | 5 | 4 |
2,401 | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
h = A("h")
c = B("c")
f = B("f")
b = A("b")
h.w = b
c.u = b
f.u = h
b.w = h
assert f.u.w.w.w.txt == " | b" | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
h = A("h")
c = B("c")
f = B("f")
b = A("b")
h.w = b
c.u = b
f.u = h
b.w = h
assert f.u.w.w.w.txt == "b" | f | h | b | h | b | x | x | x | b | h | b | h | f | x | x | x | 4 | 4 | 2 | 4 | 2 |
2,402 | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
c = A("c")
d = B("d")
g = B("g")
i = B("i")
j = A("j")
b = B("b")
h = B("h")
c.y = d
d.q = h
g.q = i
i.q = g
j.y = d
b.q = i
h.q = g
as... | i" | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
c = A("c")
d = B("d")
g = B("g")
i = B("i")
j = A("j")
b = B("b")
h = B("h")
c.y = d
d.q = h
g.q = i
i.q = g
j.y = d
b.q = i
h.q = g
as... | g | i | g | i | x | x | x | x | i | g | i | g | x | x | x | x | 7 | 7 | 2 | 3 | 2 |
2,403 | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
j = A("j")
h = B("h")
g = A("g")
d = B("d")
f = B("f")
e = B("e")
i = B("i")
j.x = i
h.s = g
g.x = i
d.s = g
f.s = j
e.s = j
i.s = j
as... | j" | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
j = A("j")
h = B("h")
g = A("g")
d = B("d")
f = B("f")
e = B("e")
i = B("i")
j.x = i
h.s = g
g.x = i
d.s = g
f.s = j
e.s = j
i.s = j
as... | d | g | i | j | x | x | x | x | j | i | g | d | x | x | x | x | 7 | 7 | 2 | 3 | 0 |
2,404 | class A:
def __init__(self, txt: str):
self.u: B = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
g = A("g")
i = B("i")
b = B("b")
d = B("d")
c = A("c")
g.u = d
g.s = c
i.y = g
b.y = c
d.y = g
c.u = b
c.s = g... | c" | class A:
def __init__(self, txt: str):
self.u: B = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
g = A("g")
i = B("i")
b = B("b")
d = B("d")
c = A("c")
g.u = d
g.s = c
i.y = g
b.y = c
d.y = g
c.u = b
c.s = g... | g | c | b | c | x | x | x | x | c | b | c | g | x | x | x | x | 5 | 7 | 2 | 3 | 1 |
2,405 | 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.o: B = None
self.p: B = None
self.txt = txt
j = A("j")
g = B("g")
c = B("c")
h = A("h")
e = B("e")
a = A("a")
j.s = c
j.z = c
g.o... | 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.o: B = None
self.p: B = None
self.txt = txt
j = A("j")
g = B("g")
c = B("c")
h = A("h")
e = B("e")
a = A("a")
j.s = c
j.z = c
g.o... | e | c | e | c | e | c | g | x | g | c | e | c | e | c | e | x | 6 | 9 | 2 | 6 | 4 |
2,406 | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
b = A("b")
h = B("h")
i = B("i")
a = A("a")
e = B("e")
b.x = a
h.p = b
i.p = b
a.x = b
e.p = b
assert b.x.x.x.txt == " | a" | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
b = A("b")
h = B("h")
i = B("i")
a = A("a")
e = B("e")
b.x = a
h.p = b
i.p = b
a.x = b
e.p = b
assert b.x.x.x.txt == "a" | b | a | b | a | x | x | x | x | a | b | a | b | x | x | x | x | 5 | 5 | 2 | 3 | 2 |
2,407 | class A:
def __init__(self, txt: str):
self.u: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
j = A("j")
g = B("g")
e = A("e")
c = B("c")
h = B("h")
j.u = c
j.q = e
g.u = c
e.u = h
e.q = j
c.u = h
h.u = c... | c" | class A:
def __init__(self, txt: str):
self.u: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
j = A("j")
g = B("g")
e = A("e")
c = B("c")
h = B("h")
j.u = c
j.q = e
g.u = c
e.u = h
e.q = j
c.u = h
h.u = c... | e | h | c | h | c | x | x | x | c | h | c | h | e | x | x | x | 5 | 7 | 2 | 4 | 2 |
2,408 | class A:
def __init__(self, txt: str):
self.w: A = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
b = A("b")
a = B("a")
e = A("e")
g = A("g")
b.w = g
b.y = e
a.o = g
e.w = g
e.y = g
g.w = b
g.y = b
assert a.o... | g" | class A:
def __init__(self, txt: str):
self.w: A = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
b = A("b")
a = B("a")
e = A("e")
g = A("g")
b.w = g
b.y = e
a.o = g
e.w = g
e.y = g
g.w = b
g.y = b
assert a.o... | a | g | b | g | x | x | x | x | g | b | g | a | x | x | x | x | 4 | 5 | 2 | 3 | 1 |
2,409 | 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.u: A = None
self.p: A = None
self.txt = txt
i = A("i")
a = B("a")
d = A("d")
e = B("e")
b = A("b")
g = B("g")
f = A("f")
i.p = g
... | g" | 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.u: A = None
self.p: A = None
self.txt = txt
i = A("i")
a = B("a")
d = A("d")
e = B("e")
b = A("b")
g = B("g")
f = A("f")
i.p = g
... | e | i | g | i | g | x | x | x | g | i | g | i | e | x | x | x | 7 | 11 | 2 | 4 | 2 |
2,410 | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.x: A = None
self.txt = txt
g = A("g")
c = B("c")
d = B("d")
j = B("j")
b = B("b")
g.z = j
c.q = g
c.x = g
d.q = g
d.x = g
j.q = g
j.x = g... | j" | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.x: A = None
self.txt = txt
g = A("g")
c = B("c")
d = B("d")
j = B("j")
b = B("b")
g.z = j
c.q = g
c.x = g
d.q = g
d.x = g
j.q = g
j.x = g... | c | g | j | g | j | x | x | x | j | g | j | g | c | x | x | x | 5 | 5 | 2 | 4 | 2 |
2,411 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.t: A = None
self.txt = txt
a = A("a")
e = B("e")
i = B("i")
j = B("j")
d = B("d")
g = B("g")
a.u = d
e.w = a
e.t = a
i.w = a
i.t = a
j.w ... | d" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.t: A = None
self.txt = txt
a = A("a")
e = B("e")
i = B("i")
j = B("j")
d = B("d")
g = B("g")
a.u = d
e.w = a
e.t = a
i.w = a
i.t = a
j.w ... | j | a | d | a | d | a | d | x | d | a | d | a | d | a | j | x | 6 | 6 | 2 | 6 | 4 |
2,412 | class A:
def __init__(self, txt: str):
self.y: 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")
e = A("e")
b = A("b")
j = B("j")
a = B("a")
i.y = j
d.u = b
e.y = a
b.y = a
j.u = i
a.u = e
assert a.u.y.u.y.u.tx... | e" | class A:
def __init__(self, txt: str):
self.y: 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")
e = A("e")
b = A("b")
j = B("j")
a = B("a")
i.y = j
d.u = b
e.y = a
b.y = a
j.u = i
a.u = e
assert a.u.y.u.y.u.tx... | a | e | a | e | a | e | x | x | e | a | e | a | e | a | x | x | 6 | 6 | 2 | 5 | 4 |
2,413 | class A:
def __init__(self, txt: str):
self.u: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.o: B = None
self.txt = txt
h = A("h")
j = B("j")
e = B("e")
g = A("g")
i = A("i")
a = A("a")
h.u = j
h.v = j
j.w... | e" | class A:
def __init__(self, txt: str):
self.u: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.o: B = None
self.txt = txt
h = A("h")
j = B("j")
e = B("e")
g = A("g")
i = A("i")
a = A("a")
h.u = j
h.v = j
j.w... | j | i | j | e | j | e | x | x | e | j | e | j | i | j | x | x | 6 | 9 | 2 | 5 | 3 |
2,414 | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.v: A = None
self.txt = txt
j = A("j")
c = B("c")
g = A("g")
f = A("f")
h = A("h")
a = B("a")
j.s = h
c.z = a
c.v = f
g.s = h
f.s = h
h.s ... | j" | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.v: A = None
self.txt = txt
j = A("j")
c = B("c")
g = A("g")
f = A("f")
h = A("h")
a = B("a")
j.s = h
c.z = a
c.v = f
g.s = h
f.s = h
h.s ... | a | h | j | h | j | x | x | x | j | h | j | h | a | x | x | x | 6 | 8 | 2 | 4 | 2 |
2,415 | class A:
def __init__(self, txt: str):
self.y: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.v: A = None
self.txt = txt
j = A("j")
g = B("g")
e = A("e")
b = B("b")
f = A("f")
j.y = g
j.z = b
g.z = f
g.v = ... | g" | class A:
def __init__(self, txt: str):
self.y: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.v: A = None
self.txt = txt
j = A("j")
g = B("g")
e = A("e")
b = B("b")
f = A("f")
j.y = g
j.z = b
g.z = f
g.v = ... | e | g | f | g | x | x | x | x | g | f | g | e | x | x | x | x | 5 | 9 | 2 | 3 | 1 |
2,416 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.t: B = None
self.txt = txt
j = A("j")
h = B("h")
f = B("f")
j.v = f
h.x = j
h.t = f
f.x = j
f.t = h
assert h.t.t.t.txt == " | f" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.t: B = None
self.txt = txt
j = A("j")
h = B("h")
f = B("f")
j.v = f
h.x = j
h.t = f
f.x = j
f.t = h
assert h.t.t.t.txt == "f" | h | f | h | f | x | x | x | x | f | h | f | h | x | x | x | x | 3 | 5 | 2 | 3 | 2 |
2,417 | class A:
def __init__(self, txt: str):
self.p: B = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
f = A("f")
d = B("d")
g = A("g")
f.p = d
f.x = d
d.r = g
g.p = d
g.x = d
assert d.r.x.r.txt == " | g" | class A:
def __init__(self, txt: str):
self.p: B = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
f = A("f")
d = B("d")
g = A("g")
f.p = d
f.x = d
d.r = g
g.p = d
g.x = d
assert d.r.x.r.txt == "g" | d | g | d | g | x | x | x | x | g | d | g | d | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
2,418 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
g = A("g")
e = B("e")
h = B("h")
j = A("j")
d = A("d")
c = B("c")
g.s = c
e.x = j
h.x = d
j.s = h
d.s = h
c.x = g
assert j.s.x.s.txt ==... | h" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
g = A("g")
e = B("e")
h = B("h")
j = A("j")
d = A("d")
c = B("c")
g.s = c
e.x = j
h.x = d
j.s = h
d.s = h
c.x = g
assert j.s.x.s.txt ==... | j | h | d | h | x | x | x | x | h | d | h | j | x | x | x | x | 6 | 6 | 2 | 3 | 1 |
2,419 | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
g = A("g")
c = B("c")
b = A("b")
i = B("i")
d = A("d")
g.w = c
c.q = i
b.w = i
i.q = c
d.w = i
assert g.w.q.q.q.txt == " | i" | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
g = A("g")
c = B("c")
b = A("b")
i = B("i")
d = A("d")
g.w = c
c.q = i
b.w = i
i.q = c
d.w = i
assert g.w.q.q.q.txt == "i" | g | c | i | c | i | x | x | x | i | c | i | c | g | x | x | x | 5 | 5 | 2 | 4 | 2 |
2,420 | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
a = A("a")
h = B("h")
j = A("j")
a.w = j
h.p = j
j.w = a
assert j.w.w.w.txt == " | a" | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
a = A("a")
h = B("h")
j = A("j")
a.w = j
h.p = j
j.w = a
assert j.w.w.w.txt == "a" | j | a | j | a | x | x | x | x | a | j | a | j | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
2,421 | 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.q: B = None
self.txt = txt
a = A("a")
i = B("i")
f = A("f")
e = B("e")
j = B("j")
b = B("b")
h = B("h")
a.y = h
a.o = f
i.q = b
f.y = e
f... | e" | 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.q: B = None
self.txt = txt
a = A("a")
i = B("i")
f = A("f")
e = B("e")
j = B("j")
b = B("b")
h = B("h")
a.y = h
a.o = f
i.q = b
f.y = e
f... | h | e | h | e | h | e | x | x | e | h | e | h | e | h | x | x | 7 | 9 | 2 | 5 | 4 |
2,422 | 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.y: B = None
self.txt = txt
a = A("a")
e = B("e")
c = A("c")
i = B("i")
a.p = c
a.w = i
e.p = a
e.y = i
c.p = a
c... | i" | 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.y: B = None
self.txt = txt
a = A("a")
e = B("e")
c = A("c")
i = B("i")
a.p = c
a.w = i
e.p = a
e.y = i
c.p = a
c... | a | c | a | i | x | x | x | x | i | a | c | a | x | x | x | x | 4 | 8 | 2 | 3 | 1 |
2,423 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.o: B = None
self.txt = txt
i = A("i")
h = B("h")
e = A("e")
c = B("c")
j = B("j")
b = B("b")
i.v = c
h.x = i
h.o = b
e.v = c
c.x = i
c.o ... | e" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.o: B = None
self.txt = txt
i = A("i")
h = B("h")
e = A("e")
c = B("c")
j = B("j")
b = B("b")
i.v = c
h.x = i
h.o = b
e.v = c
c.x = i
c.o ... | e | c | i | c | j | e | x | x | e | j | c | i | c | e | x | x | 6 | 10 | 2 | 5 | 2 |
2,424 | 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.s: A = None
self.txt = txt
a = A("a")
j = B("j")
f = B("f")
i = A("i")
a.r = j
a.s = j
j.s = i
f.s = i
i.r = f
i.s = f
assert f.s.s.s.txt... | i" | class A:
def __init__(self, txt: str):
self.r: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
a = A("a")
j = B("j")
f = B("f")
i = A("i")
a.r = j
a.s = j
j.s = i
f.s = i
i.r = f
i.s = f
assert f.s.s.s.txt... | f | i | f | i | x | x | x | x | i | f | i | f | x | x | x | x | 4 | 4 | 2 | 3 | 2 |
2,425 | 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.s: A = None
self.txt = txt
g = A("g")
b = B("b")
c = A("c")
g.y = c
g.u = b
b.s = g
c.y = g
c.u = b
assert b.s.u.s.txt == " | g" | 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.s: A = None
self.txt = txt
g = A("g")
b = B("b")
c = A("c")
g.y = c
g.u = b
b.s = g
c.y = g
c.u = b
assert b.s.u.s.txt == "g" | b | g | b | g | x | x | x | x | g | b | g | b | x | x | x | x | 3 | 5 | 2 | 3 | 2 |
2,426 | class A:
def __init__(self, txt: str):
self.z: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.p: B = None
self.txt = txt
a = A("a")
h = B("h")
c = B("c")
g = B("g")
a.z = c
a.w = g
h.s = a
h.p = c
c.s = a
c... | c" | class A:
def __init__(self, txt: str):
self.z: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.p: B = None
self.txt = txt
a = A("a")
h = B("h")
c = B("c")
g = B("g")
a.z = c
a.w = g
h.s = a
h.p = c
c.s = a
c... | h | c | h | c | x | x | x | x | c | h | c | h | x | x | x | x | 4 | 8 | 2 | 3 | 2 |
2,427 | class A:
def __init__(self, txt: str):
self.z: B = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
j = A("j")
b = B("b")
g = A("g")
i = B("i")
a = B("a")
j.z = b
j.t = g
b.o = g
g.z = i
g.t = j
i.o = g
a.o = g... | i" | class A:
def __init__(self, txt: str):
self.z: B = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
j = A("j")
b = B("b")
g = A("g")
i = B("i")
a = B("a")
j.z = b
j.t = g
b.o = g
g.z = i
g.t = j
i.o = g
a.o = g... | j | g | j | g | i | x | x | x | i | g | j | g | j | x | x | x | 5 | 7 | 2 | 4 | 2 |
2,428 | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.z: B = None
self.txt = txt
e = A("e")
i = B("i")
b = B("b")
f = B("f")
g = B("g")
d = B("d")
e.y = g
i.s = f
i.z = g
b.s = i
b.z = i
f.s ... | i" | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.z: B = None
self.txt = txt
e = A("e")
i = B("i")
b = B("b")
f = B("f")
g = B("g")
d = B("d")
e.y = g
i.s = f
i.z = g
b.s = i
b.z = i
f.s ... | b | i | f | i | x | x | x | x | i | f | i | b | x | x | x | x | 6 | 9 | 2 | 3 | 1 |
2,429 | class A:
def __init__(self, txt: str):
self.o: B = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.z: A = None
self.txt = txt
g = A("g")
f = B("f")
d = B("d")
g.o = d
g.x = d
f.s = g
f.z = g
d.s = g
d.z = g
asse... | g" | class A:
def __init__(self, txt: str):
self.o: B = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.z: A = None
self.txt = txt
g = A("g")
f = B("f")
d = B("d")
g.o = d
g.x = d
f.s = g
f.z = g
d.s = g
d.z = g
asse... | f | g | d | g | x | x | x | x | g | d | g | f | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
2,430 | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
d = A("d")
f = B("f")
c = B("c")
g = B("g")
d.w = f
f.q = d
c.q = d
g.q = d
assert g.q.w.q.w.txt == " | f" | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
d = A("d")
f = B("f")
c = B("c")
g = B("g")
d.w = f
f.q = d
c.q = d
g.q = d
assert g.q.w.q.w.txt == "f" | g | d | f | d | f | x | x | x | f | d | f | d | g | x | x | x | 4 | 4 | 2 | 4 | 2 |
2,431 | class A:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
c = A("c")
a = B("a")
d = A("d")
c.q = d
a.r = d
d.q = c
assert a.r.q.q.txt == " | d" | class A:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
c = A("c")
a = B("a")
d = A("d")
c.q = d
a.r = d
d.q = c
assert a.r.q.q.txt == "d" | a | d | c | d | x | x | x | x | d | c | d | a | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
2,432 | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.o: A = None
self.txt = txt
e = A("e")
a = B("a")
i = B("i")
h = B("h")
c = A("c")
g = B("g")
e.y = c
a.q = e
a.o = c
i.q = c
i.o = e
h.q ... | c" | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.o: A = None
self.txt = txt
e = A("e")
a = B("a")
i = B("i")
h = B("h")
c = A("c")
g = B("g")
e.y = c
a.q = e
a.o = c
i.q = c
i.o = e
h.q ... | g | c | e | c | e | c | x | x | c | e | c | e | c | g | x | x | 6 | 10 | 2 | 5 | 3 |
2,433 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
c = A("c")
h = B("h")
f = A("f")
i = B("i")
g = A("g")
e = A("e")
d = B("d")
c.t = h
h.u = c
f.t = d
i.u = e
g.t = i
e.t = h
d.u = c
as... | c" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
c = A("c")
h = B("h")
f = A("f")
i = B("i")
g = A("g")
e = A("e")
d = B("d")
c.t = h
h.u = c
f.t = d
i.u = e
g.t = i
e.t = h
d.u = c
as... | d | c | h | c | x | x | x | x | c | h | c | d | x | x | x | x | 7 | 7 | 2 | 3 | 1 |
2,434 | class A:
def __init__(self, txt: str):
self.t: A = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.r: B = None
self.txt = txt
h = A("h")
b = B("b")
f = B("f")
e = B("e")
d = A("d")
h.t = d
h.o = d
b.w = h
b.r = ... | d" | class A:
def __init__(self, txt: str):
self.t: A = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.r: B = None
self.txt = txt
h = A("h")
b = B("b")
f = B("f")
e = B("e")
d = A("d")
h.t = d
h.o = d
b.w = h
b.r = ... | h | d | h | d | h | d | x | x | d | h | d | h | d | h | x | x | 5 | 8 | 2 | 5 | 4 |
2,435 | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
b = A("b")
a = B("a")
f = B("f")
g = B("g")
h = A("h")
b.y = a
a.v = b
f.v = b
g.v = b
h.y = f
assert h.y.v.y.txt == " | a" | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
b = A("b")
a = B("a")
f = B("f")
g = B("g")
h = A("h")
b.y = a
a.v = b
f.v = b
g.v = b
h.y = f
assert h.y.v.y.txt == "a" | h | f | b | a | x | x | x | x | a | b | f | h | x | x | x | x | 5 | 5 | 2 | 3 | 0 |
2,436 | class A:
def __init__(self, txt: str):
self.t: A = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.q: B = None
self.txt = txt
h = A("h")
a = B("a")
c = B("c")
e = B("e")
j = A("j")
h.t = j
h.x = j
a.u = e
a.q = ... | e" | class A:
def __init__(self, txt: str):
self.t: A = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.q: B = None
self.txt = txt
h = A("h")
a = B("a")
c = B("c")
e = B("e")
j = A("j")
h.t = j
h.x = j
a.u = e
a.q = ... | c | e | a | e | x | x | x | x | e | a | e | c | x | x | x | x | 5 | 7 | 2 | 3 | 1 |
2,437 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
c = A("c")
a = B("a")
b = A("b")
j = B("j")
i = B("i")
e = B("e")
g = B("g")
c.u = a
a.p = c
b.u = i
j.p = c
i.p = c
e.p = c
g.p = b
as... | a" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
c = A("c")
a = B("a")
b = A("b")
j = B("j")
i = B("i")
e = B("e")
g = B("g")
c.u = a
a.p = c
b.u = i
j.p = c
i.p = c
e.p = c
g.p = b
as... | a | c | a | c | a | c | a | x | a | c | a | c | a | c | a | x | 7 | 7 | 2 | 6 | 5 |
2,438 | class A:
def __init__(self, txt: str):
self.w: 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")
a = B("a")
c = A("c")
g = B("g")
b.w = c
i.x = b
a.x = b
c.w = b
g.x = b
assert g.x.w.w.txt == " | b" | class A:
def __init__(self, txt: str):
self.w: 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")
a = B("a")
c = A("c")
g = B("g")
b.w = c
i.x = b
a.x = b
c.w = b
g.x = b
assert g.x.w.w.txt == "b" | g | b | c | b | x | x | x | x | b | c | b | g | x | x | x | x | 5 | 5 | 2 | 3 | 1 |
2,439 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
b = A("b")
d = B("d")
f = A("f")
c = B("c")
a = B("a")
g = B("g")
b.s = g
d.r = a
f.s = c
c.r = a
a.r = c
g.r = d
assert f.s.r.r.r.r.r.... | a" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
b = A("b")
d = B("d")
f = A("f")
c = B("c")
a = B("a")
g = B("g")
b.s = g
d.r = a
f.s = c
c.r = a
a.r = c
g.r = d
assert f.s.r.r.r.r.r.... | f | c | a | c | a | c | a | x | a | c | a | c | a | c | f | x | 6 | 6 | 2 | 6 | 4 |
2,440 | class A:
def __init__(self, txt: str):
self.q: A = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
e = A("e")
c = B("c")
a = B("a")
j = B("j")
h = A("h")
e.q = h
e.t = h
c.s = a
a.s = j
j.s = c
h.q = e
h.t = e... | h" | class A:
def __init__(self, txt: str):
self.q: A = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
e = A("e")
c = B("c")
a = B("a")
j = B("j")
h = A("h")
e.q = h
e.t = h
c.s = a
a.s = j
j.s = c
h.q = e
h.t = e... | e | h | e | h | x | x | x | x | h | e | h | e | x | x | x | x | 5 | 5 | 2 | 3 | 2 |
2,441 | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
e = A("e")
b = B("b")
j = A("j")
e.p = j
b.z = j
j.p = e
assert e.p.p.p.txt == " | j" | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
e = A("e")
b = B("b")
j = A("j")
e.p = j
b.z = j
j.p = e
assert e.p.p.p.txt == "j" | e | j | e | j | x | x | x | x | j | e | j | e | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
2,442 | class A:
def __init__(self, txt: str):
self.y: A = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
c = A("c")
e = B("e")
h = A("h")
c.y = h
c.r = e
e.z = c
h.y = c
h.r = e
assert h.y.y.r.txt == " | e" | class A:
def __init__(self, txt: str):
self.y: A = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
c = A("c")
e = B("e")
h = A("h")
c.y = h
c.r = e
e.z = c
h.y = c
h.r = e
assert h.y.y.r.txt == "e" | h | c | h | e | x | x | x | x | e | h | c | h | x | x | x | x | 3 | 5 | 2 | 3 | 1 |
2,443 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
e = A("e")
h = B("h")
a = B("a")
e.v = a
h.p = a
a.p = h
assert h.p.p.p.txt == " | a" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
e = A("e")
h = B("h")
a = B("a")
e.v = a
h.p = a
a.p = h
assert h.p.p.p.txt == "a" | h | a | h | a | x | x | x | x | a | h | a | h | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
2,444 | class A:
def __init__(self, txt: str):
self.w: A = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.u: A = None
self.txt = txt
f = A("f")
d = B("d")
c = A("c")
j = B("j")
f.w = c
f.s = j
d.w = j
d.u = c
c.w = f
c... | c" | class A:
def __init__(self, txt: str):
self.w: A = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.u: A = None
self.txt = txt
f = A("f")
d = B("d")
c = A("c")
j = B("j")
f.w = c
f.s = j
d.w = j
d.u = c
c.w = f
c... | d | c | d | j | c | x | x | x | c | j | d | c | d | x | x | x | 4 | 8 | 2 | 4 | 2 |
2,445 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.t: A = None
self.txt = txt
g = A("g")
i = B("i")
e = B("e")
b = A("b")
d = B("d")
g.v = d
i.o = b
i.t = b
e.o = g
e.t = g
b.v = d
d.o = b... | d" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.t: A = None
self.txt = txt
g = A("g")
i = B("i")
e = B("e")
b = A("b")
d = B("d")
g.v = d
i.o = b
i.t = b
e.o = g
e.t = g
b.v = d
d.o = b... | g | d | b | d | b | d | x | x | d | b | d | b | d | g | x | x | 5 | 6 | 2 | 5 | 3 |
2,446 | class A:
def __init__(self, txt: str):
self.v: A = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.o: A = None
self.txt = txt
e = A("e")
f = B("f")
i = A("i")
b = A("b")
d = B("d")
c = B("c")
a = A("a")
e.v = i
... | e" | class A:
def __init__(self, txt: str):
self.v: A = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.o: A = None
self.txt = txt
e = A("e")
f = B("f")
i = A("i")
b = A("b")
d = B("d")
c = B("c")
a = A("a")
e.v = i
... | a | e | i | b | i | b | e | x | e | b | i | b | i | e | a | x | 7 | 11 | 2 | 6 | 3 |
2,447 | class A:
def __init__(self, txt: str):
self.r: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
d = A("d")
g = B("g")
h = B("h")
i = A("i")
j = B("j")
b = A("b")
e = B("e")
d.r = j
d.o = j
g.v = b
h.v = i
i... | d" | class A:
def __init__(self, txt: str):
self.r: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
d = A("d")
g = B("g")
h = B("h")
i = A("i")
j = B("j")
b = A("b")
e = B("e")
d.r = j
d.o = j
g.v = b
h.v = i
i... | d | j | d | j | d | x | x | x | d | j | d | j | d | x | x | x | 7 | 8 | 2 | 4 | 3 |
2,448 | class A:
def __init__(self, txt: str):
self.u: A = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.w: A = None
self.txt = txt
f = A("f")
d = B("d")
j = A("j")
g = A("g")
b = B("b")
h = A("h")
f.u = j
f.v = j
d.r... | h" | class A:
def __init__(self, txt: str):
self.u: A = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.w: A = None
self.txt = txt
f = A("f")
d = B("d")
j = A("j")
g = A("g")
b = B("b")
h = A("h")
f.u = j
f.v = j
d.r... | b | j | h | j | h | x | x | x | h | j | h | j | b | x | x | x | 6 | 10 | 2 | 4 | 2 |
2,449 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.z: A = None
self.txt = txt
e = A("e")
d = B("d")
c = B("c")
b = B("b")
j = B("j")
g = A("g")
f = B("f")
e.t = f
d.s = b
d.z = e
c.s = d
c... | f" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.z: A = None
self.txt = txt
e = A("e")
d = B("d")
c = B("c")
b = B("b")
j = B("j")
g = A("g")
f = B("f")
e.t = f
d.s = b
d.z = e
c.s = d
c... | f | j | g | f | g | f | g | f | f | g | f | g | f | g | j | f | 7 | 12 | 2 | 7 | 5 |
2,450 | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
a = A("a")
g = B("g")
c = A("c")
e = A("e")
j = B("j")
b = B("b")
a.z = c
g.x = b
c.z = e
e.z = a
j.x = b
b.x = j
assert c.z.z.z.txt ==... | c" | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
a = A("a")
g = B("g")
c = A("c")
e = A("e")
j = B("j")
b = B("b")
a.z = c
g.x = b
c.z = e
e.z = a
j.x = b
b.x = j
assert c.z.z.z.txt ==... | c | e | a | c | x | x | x | x | c | a | e | c | x | x | x | x | 6 | 6 | 2 | 3 | 1 |
2,451 | class A:
def __init__(self, txt: str):
self.s: B = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
e = A("e")
g = B("g")
i = A("i")
e.s = g
e.v = i
g.x = i
i.s = g
i.v = e
assert g.x.s.x.txt == " | i" | class A:
def __init__(self, txt: str):
self.s: B = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
e = A("e")
g = B("g")
i = A("i")
e.s = g
e.v = i
g.x = i
i.s = g
i.v = e
assert g.x.s.x.txt == "i" | g | i | g | i | x | x | x | x | i | g | i | g | x | x | x | x | 3 | 5 | 2 | 3 | 2 |
2,452 | class A:
def __init__(self, txt: str):
self.s: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.s: A = None
self.txt = txt
c = A("c")
f = B("f")
d = A("d")
c.s = f
c.o = f
f.o = c
f.s = c
d.s = f
d.o = f
asse... | f" | class A:
def __init__(self, txt: str):
self.s: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.s: A = None
self.txt = txt
c = A("c")
f = B("f")
d = A("d")
c.s = f
c.o = f
f.o = c
f.s = c
d.s = f
d.o = f
asse... | c | f | c | f | x | x | x | x | f | c | f | c | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
2,453 | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
a = A("a")
f = B("f")
c = A("c")
b = A("b")
g = B("g")
a.v = c
f.z = g
c.v = b
b.v = a
g.z = f
assert c.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.z: B = None
self.txt = txt
a = A("a")
f = B("f")
c = A("c")
b = A("b")
g = B("g")
a.v = c
f.z = g
c.v = b
b.v = a
g.z = f
assert c.v.v.v.v.txt == "b" | c | b | a | c | b | x | x | x | b | c | a | b | c | x | x | x | 5 | 5 | 2 | 4 | 2 |
2,454 | class A:
def __init__(self, txt: str):
self.w: A = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
i = A("i")
a = B("a")
e = B("e")
j = B("j")
f = A("f")
g = A("g")
h = B("h")
i.w = f
i.q = f
a.x = g
e.x = i
j... | g" | class A:
def __init__(self, txt: str):
self.w: A = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
i = A("i")
a = B("a")
e = B("e")
j = B("j")
f = A("f")
g = A("g")
h = B("h")
i.w = f
i.q = f
a.x = g
e.x = i
j... | i | f | i | f | g | x | x | x | g | f | i | f | i | x | x | x | 7 | 8 | 2 | 4 | 2 |
2,455 | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
d = A("d")
i = B("i")
b = A("b")
d.r = b
i.s = b
b.r = d
assert d.r.r.r.txt == " | b" | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
d = A("d")
i = B("i")
b = A("b")
d.r = b
i.s = b
b.r = d
assert d.r.r.r.txt == "b" | d | b | d | b | x | x | x | x | b | d | b | d | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
2,456 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.r: A = None
self.txt = txt
b = A("b")
h = B("h")
f = B("f")
b.v = h
h.s = b
h.r = b
f.s = b
f.r = b
assert b.v.s.v.txt == " | h" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.r: A = None
self.txt = txt
b = A("b")
h = B("h")
f = B("f")
b.v = h
h.s = b
h.r = b
f.s = b
f.r = b
assert b.v.s.v.txt == "h" | b | h | b | h | x | x | x | x | h | b | h | b | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
2,457 | class A:
def __init__(self, txt: str):
self.v: A = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.u: A = None
self.txt = txt
c = A("c")
i = B("i")
f = A("f")
b = B("b")
a = B("a")
g = A("g")
e = B("e")
c.v = g
... | c" | class A:
def __init__(self, txt: str):
self.v: A = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.u: A = None
self.txt = txt
c = A("c")
i = B("i")
f = A("f")
b = B("b")
a = B("a")
g = A("g")
e = B("e")
c.v = g
... | e | f | b | c | x | x | x | x | c | b | f | e | x | x | x | x | 7 | 13 | 2 | 3 | 0 |
2,458 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.p: A = None
self.txt = txt
c = A("c")
i = B("i")
e = B("e")
h = A("h")
g = A("g")
a = A("a")
c.p = e
i.y = c
i.p = c
e.y = c
e.p = g
h.p ... | e" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.p: A = None
self.txt = txt
c = A("c")
i = B("i")
e = B("e")
h = A("h")
g = A("g")
a = A("a")
c.p = e
i.y = c
i.p = c
e.y = c
e.p = g
h.p ... | g | e | g | e | x | x | x | x | e | g | e | g | x | x | x | x | 6 | 7 | 2 | 3 | 2 |
2,459 | 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.o: B = None
self.txt = txt
d = A("d")
c = B("c")
g = A("g")
f = A("f")
j = A("j")
a = B("a")
h = A("h")
d.r = a
d.s = c
c.o = a
g.r = c
g... | c" | 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.o: B = None
self.txt = txt
d = A("d")
c = B("c")
g = A("g")
f = A("f")
j = A("j")
a = B("a")
h = A("h")
d.r = a
d.s = c
c.o = a
g.r = c
g... | d | c | a | c | a | c | a | c | c | a | c | a | c | a | c | d | 7 | 9 | 2 | 7 | 5 |
2,460 | class A:
def __init__(self, txt: str):
self.z: B = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.w: A = None
self.txt = txt
h = A("h")
c = B("c")
d = A("d")
h.z = c
h.p = d
c.q = h
c.w = d
d.z = c
d.p = h
asse... | d" | class A:
def __init__(self, txt: str):
self.z: B = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.w: A = None
self.txt = txt
h = A("h")
c = B("c")
d = A("d")
h.z = c
h.p = d
c.q = h
c.w = d
d.z = c
d.p = h
asse... | d | c | h | d | x | x | x | x | d | h | c | d | x | x | x | x | 3 | 6 | 2 | 3 | 1 |
2,461 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.t: A = None
self.txt = txt
c = A("c")
e = B("e")
i = A("i")
d = A("d")
a = B("a")
g = A("g")
c.p = e
e.y = i
e.t = g
i.p = e
d.p = e
a.y ... | g" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.t: A = None
self.txt = txt
c = A("c")
e = B("e")
i = A("i")
d = A("d")
a = B("a")
g = A("g")
c.p = e
e.y = i
e.t = g
i.p = e
d.p = e
a.y ... | c | e | g | e | i | e | g | x | g | e | i | e | g | e | c | x | 6 | 7 | 2 | 6 | 3 |
2,462 | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
j = A("j")
h = B("h")
a = B("a")
j.x = a
h.x = a
a.x = h
assert h.x.x.x.txt == " | a" | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
j = A("j")
h = B("h")
a = B("a")
j.x = a
h.x = a
a.x = h
assert h.x.x.x.txt == "a" | h | a | h | a | x | x | x | x | a | h | a | h | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
2,463 | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
a = A("a")
b = B("b")
d = B("d")
g = A("g")
f = B("f")
a.u = g
b.w = f
d.w = b
g.u = a
f.w = d
assert b.w.w.w.w.w.txt == " | d" | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
a = A("a")
b = B("b")
d = B("d")
g = A("g")
f = B("f")
a.u = g
b.w = f
d.w = b
g.u = a
f.w = d
assert b.w.w.w.w.w.txt == "d" | b | f | d | b | f | d | x | x | d | f | b | d | f | b | x | x | 5 | 5 | 2 | 5 | 3 |
2,464 | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
b = A("b")
j = B("j")
i = B("i")
c = A("c")
a = B("a")
b.w = c
j.y = i
i.y = a
c.w = b
a.y = j
assert j.y.y.y.txt == " | j" | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
b = A("b")
j = B("j")
i = B("i")
c = A("c")
a = B("a")
b.w = c
j.y = i
i.y = a
c.w = b
a.y = j
assert j.y.y.y.txt == "j" | j | i | a | j | x | x | x | x | j | a | i | j | x | x | x | x | 5 | 5 | 2 | 3 | 1 |
2,465 | class A:
def __init__(self, txt: str):
self.p: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.t: B = None
self.txt = txt
c = A("c")
h = B("h")
f = B("f")
d = A("d")
i = B("i")
j = A("j")
b = A("b")
c.p = i
... | i" | class A:
def __init__(self, txt: str):
self.p: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.t: B = None
self.txt = txt
c = A("c")
h = B("h")
f = B("f")
d = A("d")
i = B("i")
j = A("j")
b = A("b")
c.p = i
... | b | f | i | h | i | h | i | x | i | h | i | h | i | f | b | x | 7 | 10 | 2 | 6 | 3 |
2,466 | class A:
def __init__(self, txt: str):
self.t: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.q: A = None
self.txt = txt
j = A("j")
b = B("b")
f = A("f")
i = B("i")
c = A("c")
j.t = b
j.v = b
b.w = c
b.q = ... | c" | class A:
def __init__(self, txt: str):
self.t: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.q: A = None
self.txt = txt
j = A("j")
b = B("b")
f = A("f")
i = B("i")
c = A("c")
j.t = b
j.v = b
b.w = c
b.q = ... | f | b | c | b | c | x | x | x | c | b | c | b | f | x | x | x | 5 | 5 | 2 | 4 | 2 |
2,467 | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.r: B = None
self.txt = txt
g = A("g")
h = B("h")
d = A("d")
e = B("e")
c = B("c")
j = A("j")
g.r = d
h.t = c
h.r = e
d.r = g
e.t = h
e.r ... | e" | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.r: B = None
self.txt = txt
g = A("g")
h = B("h")
d = A("d")
e = B("e")
c = B("c")
j = A("j")
g.r = d
h.t = c
h.r = e
d.r = g
e.t = h
e.r ... | e | h | c | e | h | e | x | x | e | h | e | c | h | e | x | x | 6 | 7 | 2 | 5 | 3 |
2,468 | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
g = A("g")
c = B("c")
a = A("a")
g.w = a
c.q = a
a.w = g
assert c.q.w.w.txt == " | a" | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
g = A("g")
c = B("c")
a = A("a")
g.w = a
c.q = a
a.w = g
assert c.q.w.w.txt == "a" | c | a | g | a | x | x | x | x | a | g | a | c | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
2,469 | class A:
def __init__(self, txt: str):
self.u: B = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.v: A = None
self.txt = txt
i = A("i")
f = B("f")
j = B("j")
d = B("d")
a = B("a")
h = B("h")
g = B("g")
i.u = h
... | h" | class A:
def __init__(self, txt: str):
self.u: B = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.v: A = None
self.txt = txt
i = A("i")
f = B("f")
j = B("j")
d = B("d")
a = B("a")
h = B("h")
g = B("g")
i.u = h
... | j | i | h | i | h | i | h | x | h | i | h | i | h | i | j | x | 7 | 8 | 2 | 6 | 4 |
2,470 | 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.r: A = None
self.o: B = None
self.txt = txt
e = A("e")
b = B("b")
h = A("h")
a = B("a")
i = B("i")
f = A("f")
e.s = f
e.z = a
b.r... | f" | 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.r: A = None
self.o: B = None
self.txt = txt
e = A("e")
b = B("b")
h = A("h")
a = B("a")
i = B("i")
f = A("f")
e.s = f
e.z = a
b.r... | f | e | f | e | f | x | x | x | f | e | f | e | f | x | x | x | 6 | 12 | 2 | 4 | 3 |
2,471 | 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.t: A = None
self.x: B = None
self.txt = txt
g = A("g")
a = B("a")
f = B("f")
j = A("j")
c = B("c")
b = A("b")
h = A("h")
g.r = h
... | 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.t: A = None
self.x: B = None
self.txt = txt
g = A("g")
a = B("a")
f = B("f")
j = A("j")
c = B("c")
b = A("b")
h = A("h")
g.r = h
... | b | g | h | b | x | x | x | x | b | h | g | b | x | x | x | x | 7 | 13 | 2 | 3 | 1 |
2,472 | class A:
def __init__(self, txt: str):
self.s: A = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.o: B = None
self.txt = txt
e = A("e")
g = B("g")
b = B("b")
h = B("h")
c = A("c")
j = B("j")
d = A("d")
e.s = d
... | d" | class A:
def __init__(self, txt: str):
self.s: A = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.o: B = None
self.txt = txt
e = A("e")
g = B("g")
b = B("b")
h = B("h")
c = A("c")
j = B("j")
d = A("d")
e.s = d
... | d | e | b | j | e | d | x | x | d | e | j | b | e | d | x | x | 7 | 14 | 2 | 5 | 2 |
2,473 | class A:
def __init__(self, txt: str):
self.x: A = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
g = A("g")
d = B("d")
h = B("h")
f = A("f")
e = A("e")
g.x = f
g.r = d
d.v = h
h.v = d
f.x = g
f.r = d
e.x = g... | d" | class A:
def __init__(self, txt: str):
self.x: A = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
g = A("g")
d = B("d")
h = B("h")
f = A("f")
e = A("e")
g.x = f
g.r = d
d.v = h
h.v = d
f.x = g
f.r = d
e.x = g... | g | f | d | h | d | x | x | x | d | h | d | f | g | x | x | x | 5 | 8 | 2 | 4 | 1 |
2,474 | class A:
def __init__(self, txt: str):
self.r: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
h = A("h")
j = B("j")
e = A("e")
c = B("c")
g = A("g")
h.r = j
h.y = c
j.o = h
e.r = c
e.y = c
c.o = g
g.r = c... | g" | class A:
def __init__(self, txt: str):
self.r: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
h = A("h")
j = B("j")
e = A("e")
c = B("c")
g = A("g")
h.r = j
h.y = c
j.o = h
e.r = c
e.y = c
c.o = g
g.r = c... | c | g | c | g | c | g | x | x | g | c | g | c | g | c | x | x | 5 | 6 | 2 | 5 | 4 |
2,475 | class A:
def __init__(self, txt: str):
self.q: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
d = A("d")
b = B("b")
e = B("e")
g = A("g")
j = B("j")
f = B("f")
h = B("h")
d.q = h
d.p = j
b.v = e
e.v = h
g... | h" | class A:
def __init__(self, txt: str):
self.q: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
d = A("d")
b = B("b")
e = B("e")
g = A("g")
j = B("j")
f = B("f")
h = B("h")
d.q = h
d.p = j
b.v = e
e.v = h
g... | j | b | e | h | e | h | e | h | h | e | h | e | h | e | b | j | 7 | 9 | 2 | 7 | 4 |
2,476 | 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.u: A = None
self.txt = txt
g = A("g")
c = B("c")
j = B("j")
e = A("e")
a = A("a")
g.s = j
c.s = j
c.u = g
j.s = c
j.u = e
e.s = c
a.s = j... | 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.u: A = None
self.txt = txt
g = A("g")
c = B("c")
j = B("j")
e = A("e")
a = A("a")
g.s = j
c.s = j
c.u = g
j.s = c
j.u = e
e.s = c
a.s = j... | g | j | c | g | j | x | x | x | j | g | c | j | g | x | x | x | 5 | 7 | 2 | 4 | 2 |
2,477 | 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.p: B = None
self.x: B = None
self.txt = txt
g = A("g")
f = B("f")
e = B("e")
g.y = f
g.w = f
f.p = e
f.x = e
e.p = f
e.x = f
asse... | f" | 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.p: B = None
self.x: B = None
self.txt = txt
g = A("g")
f = B("f")
e = B("e")
g.y = f
g.w = f
f.p = e
f.x = e
e.p = f
e.x = f
asse... | e | f | e | f | x | x | x | x | f | e | f | e | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
2,478 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.x: A = None
self.txt = txt
e = A("e")
f = B("f")
h = A("h")
i = B("i")
e.t = i
f.y = h
f.x = e
h.t = i
i.y = e
i.x = h
assert i.y.t.x.txt... | h" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.x: A = None
self.txt = txt
e = A("e")
f = B("f")
h = A("h")
i = B("i")
e.t = i
f.y = h
f.x = e
h.t = i
i.y = e
i.x = h
assert i.y.t.x.txt... | i | e | i | h | x | x | x | x | h | i | e | i | x | x | x | x | 4 | 6 | 2 | 3 | 1 |
2,479 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.u: A = None
self.txt = txt
h = A("h")
j = B("j")
i = B("i")
h.u = j
j.y = h
j.u = h
i.y = h
i.u = h
assert i.u.u.y.txt == " | h" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.u: A = None
self.txt = txt
h = A("h")
j = B("j")
i = B("i")
h.u = j
j.y = h
j.u = h
i.y = h
i.u = h
assert i.u.u.y.txt == "h" | i | h | j | h | x | x | x | x | h | j | h | i | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
2,480 | 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.s: B = None
self.txt = txt
e = A("e")
j = B("j")
b = B("b")
i = B("i")
d = A("d")
c = B("c")
f = A("f")
e.z = f
e.p = c
j.s = i
b.s = i
i... | c" | 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.s: B = None
self.txt = txt
e = A("e")
j = B("j")
b = B("b")
i = B("i")
d = A("d")
c = B("c")
f = A("f")
e.z = f
e.p = c
j.s = i
b.s = i
i... | j | i | c | i | c | x | x | x | c | i | c | i | j | x | x | x | 7 | 10 | 2 | 4 | 2 |
2,481 | class A:
def __init__(self, txt: str):
self.z: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.s: B = None
self.txt = txt
g = A("g")
j = B("j")
a = A("a")
h = B("h")
f = A("f")
g.z = h
g.q = f
j.q = g
j.s = ... | j" | class A:
def __init__(self, txt: str):
self.z: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.s: B = None
self.txt = txt
g = A("g")
j = B("j")
a = A("a")
h = B("h")
f = A("f")
g.z = h
g.q = f
j.q = g
j.s = ... | h | j | g | h | j | x | x | x | j | h | g | j | h | x | x | x | 5 | 10 | 2 | 4 | 2 |
2,482 | 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.txt = txt
c = A("c")
j = B("j")
f = A("f")
d = B("d")
b = B("b")
i = A("i")
c.x = b
j.t = c
f.x = b
d.t = c
b.t = f
i.x = b
assert i.x.t.x.txt ==... | 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.txt = txt
c = A("c")
j = B("j")
f = A("f")
d = B("d")
b = B("b")
i = A("i")
c.x = b
j.t = c
f.x = b
d.t = c
b.t = f
i.x = b
assert i.x.t.x.txt ==... | i | b | f | b | x | x | x | x | b | f | b | i | x | x | x | x | 6 | 6 | 2 | 3 | 1 |
2,483 | class A:
def __init__(self, txt: str):
self.z: B = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
g = A("g")
c = B("c")
j = A("j")
e = B("e")
f = B("f")
i = B("i")
g.z = e
g.u = f
c.y = f
j.z = i
j.u = c
e.y ... | e" | class A:
def __init__(self, txt: str):
self.z: B = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
g = A("g")
c = B("c")
j = A("j")
e = B("e")
f = B("f")
i = B("i")
g.z = e
g.u = f
c.y = f
j.z = i
j.u = c
e.y ... | i | e | f | e | x | x | x | x | e | f | e | i | x | x | x | x | 6 | 8 | 2 | 3 | 1 |
2,484 | class A:
def __init__(self, txt: str):
self.p: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.p: A = None
self.txt = txt
g = A("g")
h = B("h")
j = B("j")
g.p = j
g.w = j
h.w = j
h.p = g
j.w = h
j.p = g
asse... | j" | class A:
def __init__(self, txt: str):
self.p: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.p: A = None
self.txt = txt
g = A("g")
h = B("h")
j = B("j")
g.p = j
g.w = j
h.w = j
h.p = g
j.w = h
j.p = g
asse... | g | j | h | j | x | x | x | x | j | h | j | g | x | x | x | x | 3 | 5 | 2 | 3 | 1 |
2,485 | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
c = A("c")
h = B("h")
a = B("a")
i = A("i")
c.y = i
h.t = a
a.t = h
i.y = c
assert i.y.y.y.txt == " | c" | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
c = A("c")
h = B("h")
a = B("a")
i = A("i")
c.y = i
h.t = a
a.t = h
i.y = c
assert i.y.y.y.txt == "c" | i | c | i | c | x | x | x | x | c | i | c | i | x | x | x | x | 4 | 4 | 2 | 3 | 2 |
2,486 | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
i = A("i")
a = B("a")
h = A("h")
c = B("c")
g = A("g")
e = A("e")
i.o = a
a.t = c
h.o = a
c.t = a
g.o = a
e.o = c
assert g.o.t.t.t.txt ... | c" | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
i = A("i")
a = B("a")
h = A("h")
c = B("c")
g = A("g")
e = A("e")
i.o = a
a.t = c
h.o = a
c.t = a
g.o = a
e.o = c
assert g.o.t.t.t.txt ... | g | a | c | a | c | x | x | x | c | a | c | a | g | x | x | x | 6 | 6 | 2 | 4 | 2 |
2,487 | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.w: A = None
self.txt = txt
h = A("h")
a = B("a")
i = A("i")
h.s = i
a.q = h
a.w = h
i.s = h
assert i.s.s.s.txt == " | h" | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.w: A = None
self.txt = txt
h = A("h")
a = B("a")
i = A("i")
h.s = i
a.q = h
a.w = h
i.s = h
assert i.s.s.s.txt == "h" | i | h | i | h | x | x | x | x | h | i | h | i | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
2,488 | class A:
def __init__(self, txt: str):
self.x: B = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
j = A("j")
b = B("b")
h = B("h")
d = A("d")
j.x = h
j.u = d
b.p = j
h.p = d
d.x = h
d.u = j
assert j.u.u.x.txt... | h" | class A:
def __init__(self, txt: str):
self.x: B = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
j = A("j")
b = B("b")
h = B("h")
d = A("d")
j.x = h
j.u = d
b.p = j
h.p = d
d.x = h
d.u = j
assert j.u.u.x.txt... | j | d | j | h | x | x | x | x | h | j | d | j | x | x | x | x | 4 | 6 | 2 | 3 | 1 |
2,489 | class A:
def __init__(self, txt: str):
self.q: B = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
h = A("h")
a = B("a")
c = B("c")
d = A("d")
i = A("i")
g = A("g")
b = A("b")
h.q = a
h.z = i
a.z = c
c.z = a
d... | c" | class A:
def __init__(self, txt: str):
self.q: B = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
h = A("h")
a = B("a")
c = B("c")
d = A("d")
i = A("i")
g = A("g")
b = A("b")
h.q = a
h.z = i
a.z = c
c.z = a
d... | a | c | a | c | a | c | x | x | c | a | c | a | c | a | x | x | 7 | 12 | 2 | 5 | 4 |
2,490 | class A:
def __init__(self, txt: str):
self.y: B = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.t: A = None
self.txt = txt
i = A("i")
e = B("e")
d = A("d")
f = A("f")
a = B("a")
b = A("b")
g = B("g")
i.y = g
... | e" | class A:
def __init__(self, txt: str):
self.y: B = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.t: A = None
self.txt = txt
i = A("i")
e = B("e")
d = A("d")
f = A("f")
a = B("a")
b = A("b")
g = B("g")
i.y = g
... | g | d | f | e | x | x | x | x | e | f | d | g | x | x | x | x | 7 | 14 | 2 | 3 | 0 |
2,491 | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.u: B = None
self.txt = txt
d = A("d")
j = B("j")
b = A("b")
a = B("a")
i = A("i")
h = A("h")
d.p = i
j.r = a
j.u = a
b.p = i
a.r = j
a.u ... | a" | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.u: B = None
self.txt = txt
d = A("d")
j = B("j")
b = A("b")
a = B("a")
i = A("i")
h = A("h")
d.p = i
j.r = a
j.u = a
b.p = i
a.r = j
a.u ... | a | j | a | j | a | x | x | x | a | j | a | j | a | x | x | x | 6 | 6 | 2 | 4 | 3 |
2,492 | class A:
def __init__(self, txt: str):
self.s: B = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.q: A = None
self.txt = txt
h = A("h")
c = B("c")
d = B("d")
h.s = c
h.x = c
c.r = h
c.q = h
d.r = h
d.q = h
asse... | h" | class A:
def __init__(self, txt: str):
self.s: B = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.q: A = None
self.txt = txt
h = A("h")
c = B("c")
d = B("d")
h.s = c
h.x = c
c.r = h
c.q = h
d.r = h
d.q = h
asse... | d | h | c | h | x | x | x | x | h | c | h | d | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
2,493 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
b = A("b")
a = B("a")
g = B("g")
j = A("j")
b.s = a
a.y = g
g.y = a
j.s = a
assert j.s.y.y.txt == " | a" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
b = A("b")
a = B("a")
g = B("g")
j = A("j")
b.s = a
a.y = g
g.y = a
j.s = a
assert j.s.y.y.txt == "a" | j | a | g | a | x | x | x | x | a | g | a | j | x | x | x | x | 4 | 4 | 2 | 3 | 1 |
2,494 | class A:
def __init__(self, txt: str):
self.r: A = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
b = A("b")
i = B("i")
d = A("d")
h = B("h")
j = A("j")
a = A("a")
f = A("f")
b.r = a
b.s = f
i.v = j
d.r = a
d... | a" | class A:
def __init__(self, txt: str):
self.r: A = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
b = A("b")
i = B("i")
d = A("d")
h = B("h")
j = A("j")
a = A("a")
f = A("f")
b.r = a
b.s = f
i.v = j
d.r = a
d... | b | f | d | a | j | a | j | a | a | j | a | j | a | d | f | b | 7 | 9 | 2 | 7 | 3 |
2,495 | class A:
def __init__(self, txt: str):
self.o: A = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.t: A = None
self.txt = txt
a = A("a")
i = B("i")
g = B("g")
d = B("d")
b = A("b")
a.o = b
a.y = d
i.v = g
i.t = ... | d" | class A:
def __init__(self, txt: str):
self.o: A = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.t: A = None
self.txt = txt
a = A("a")
i = B("i")
g = B("g")
d = B("d")
b = A("b")
a.o = b
a.y = d
i.v = g
i.t = ... | b | a | d | a | d | x | x | x | d | a | d | a | b | x | x | x | 5 | 10 | 2 | 4 | 2 |
2,496 | class A:
def __init__(self, txt: str):
self.q: B = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.s: A = None
self.txt = txt
d = A("d")
f = B("f")
g = B("g")
c = A("c")
h = B("h")
d.q = g
d.r = c
f.y = c
f.s = ... | c" | class A:
def __init__(self, txt: str):
self.q: B = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.s: A = None
self.txt = txt
d = A("d")
f = B("f")
g = B("g")
c = A("c")
h = B("h")
d.q = g
d.r = c
f.y = c
f.s = ... | c | d | c | d | g | c | x | x | c | g | d | c | d | c | x | x | 5 | 10 | 2 | 5 | 3 |
2,497 | class A:
def __init__(self, txt: str):
self.t: B = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.p: B = None
self.txt = txt
f = A("f")
b = B("b")
h = B("h")
f.t = b
f.q = b
b.u = h
b.p = h
h.u = b
h.p = b
asse... | b" | class A:
def __init__(self, txt: str):
self.t: B = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.p: B = None
self.txt = txt
f = A("f")
b = B("b")
h = B("h")
f.t = b
f.q = b
b.u = h
b.p = h
h.u = b
h.p = b
asse... | h | b | h | b | x | x | x | x | b | h | b | h | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
2,498 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.q: A = None
self.txt = txt
f = A("f")
j = B("j")
a = B("a")
i = B("i")
f.r = i
j.y = f
j.q = f
a.y = f
a.q = f
i.y = f
i.q = f
assert a.y... | i" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.q: A = None
self.txt = txt
f = A("f")
j = B("j")
a = B("a")
i = B("i")
f.r = i
j.y = f
j.q = f
a.y = f
a.q = f
i.y = f
i.q = f
assert a.y... | a | f | i | f | i | x | x | x | i | f | i | f | a | x | x | x | 4 | 4 | 2 | 4 | 2 |
2,499 | class A:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
a = A("a")
e = B("e")
d = A("d")
j = A("j")
f = B("f")
g = B("g")
a.q = j
e.q = d
d.q = j
j.q = d
f.q = a
g.q = d
assert j.q.q.q.q.q.q.... | j" | class A:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
a = A("a")
e = B("e")
d = A("d")
j = A("j")
f = B("f")
g = B("g")
a.q = j
e.q = d
d.q = j
j.q = d
f.q = a
g.q = d
assert j.q.q.q.q.q.q.... | j | d | j | d | j | d | j | x | j | d | j | d | j | d | j | x | 6 | 6 | 2 | 6 | 5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.