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,500 | class A:
def __init__(self, txt: str):
self.z: A = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
e = A("e")
i = B("i")
h = A("h")
d = A("d")
b = A("b")
e.z = b
e.v = d
i.z = d
h.z = b
h.v = e
d.z = e
d.v = h... | d" | class A:
def __init__(self, txt: str):
self.z: A = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
e = A("e")
i = B("i")
h = A("h")
d = A("d")
b = A("b")
e.z = b
e.v = d
i.z = d
h.z = b
h.v = e
d.z = e
d.v = h... | e | b | h | e | b | d | x | x | d | b | e | h | b | e | x | x | 5 | 9 | 2 | 5 | 2 |
3,501 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
f = A("f")
j = B("j")
d = B("d")
b = B("b")
g = A("g")
e = B("e")
f.u = b
j.q = b
d.q = e
b.q = d
g.u = e
e.q = d
assert d.q.q.q.q.txt ... | d" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
f = A("f")
j = B("j")
d = B("d")
b = B("b")
g = A("g")
e = B("e")
f.u = b
j.q = b
d.q = e
b.q = d
g.u = e
e.q = d
assert d.q.q.q.q.txt ... | d | e | d | e | d | x | x | x | d | e | d | e | d | x | x | x | 6 | 6 | 2 | 4 | 3 |
3,502 | class A:
def __init__(self, txt: str):
self.v: B = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
i = A("i")
d = B("d")
f = B("f")
c = B("c")
b = B("b")
a = A("a")
e = A("e")
i.v = d
i.q = d
d.o = b
f.o = c
c... | b" | class A:
def __init__(self, txt: str):
self.v: B = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
i = A("i")
d = B("d")
f = B("f")
c = B("c")
b = B("b")
a = A("a")
e = A("e")
i.v = d
i.q = d
d.o = b
f.o = c
c... | f | c | d | b | d | b | d | b | b | d | b | d | b | d | c | f | 7 | 9 | 2 | 7 | 4 |
3,503 | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.t: A = None
self.txt = txt
i = A("i")
c = B("c")
e = A("e")
f = B("f")
b = A("b")
j = B("j")
i.z = b
c.u = e
c.t = b
e.z = b
f.u = b
f.t ... | i" | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.t: A = None
self.txt = txt
i = A("i")
c = B("c")
e = A("e")
f = B("f")
b = A("b")
j = B("j")
i.z = b
c.u = e
c.t = b
e.z = b
f.u = b
f.t ... | b | i | b | i | b | i | x | x | i | b | i | b | i | b | x | x | 6 | 8 | 2 | 5 | 4 |
3,504 | class A:
def __init__(self, txt: str):
self.q: B = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.txt = txt
i = A("i")
g = B("g")
h = A("h")
j = B("j")
f = A("f")
d = B("d")
e = A("e")
i.q = d
... | g" | class A:
def __init__(self, txt: str):
self.q: B = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.y: B = None
self.txt = txt
i = A("i")
g = B("g")
h = A("h")
j = B("j")
f = A("f")
d = B("d")
e = A("e")
i.q = d
... | d | f | e | i | e | i | d | g | g | d | i | e | i | e | f | d | 7 | 14 | 2 | 7 | 3 |
3,505 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.z: A = None
self.txt = txt
j = A("j")
d = B("d")
f = B("f")
i = A("i")
h = A("h")
a = A("a")
j.r = d
d.x = f
d.z = h
f.x = d
f.z = h
i.r ... | h" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.z: A = None
self.txt = txt
j = A("j")
d = B("d")
f = B("f")
i = A("i")
h = A("h")
a = A("a")
j.r = d
d.x = f
d.z = h
f.x = d
f.z = h
i.r ... | a | f | d | h | f | h | x | x | h | f | h | d | f | a | x | x | 6 | 8 | 2 | 5 | 2 |
3,506 | class A:
def __init__(self, txt: str):
self.p: A = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
i = A("i")
f = B("f")
a = A("a")
i.p = a
i.t = f
f.p = i
a.p = i
a.t = f
assert a.t.p.p.txt == " | a" | class A:
def __init__(self, txt: str):
self.p: A = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
i = A("i")
f = B("f")
a = A("a")
i.p = a
i.t = f
f.p = i
a.p = i
a.t = f
assert a.t.p.p.txt == "a" | a | f | i | a | x | x | x | x | a | i | f | a | x | x | x | x | 3 | 5 | 2 | 3 | 1 |
3,507 | 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.v: A = None
self.txt = txt
d = A("d")
a = B("a")
g = B("g")
e = A("e")
d.v = e
a.w = g
a.v = e
g.w = a
g.v = e
e.v = d
assert a.w.v.v.txt... | d" | 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.v: A = None
self.txt = txt
d = A("d")
a = B("a")
g = B("g")
e = A("e")
d.v = e
a.w = g
a.v = e
g.w = a
g.v = e
e.v = d
assert a.w.v.v.txt... | a | g | e | d | x | x | x | x | d | e | g | a | x | x | x | x | 4 | 6 | 2 | 3 | 0 |
3,508 | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
h = A("h")
g = B("g")
j = A("j")
c = B("c")
a = B("a")
h.z = j
g.o = h
j.z = h
c.o = j
a.o = j
assert j.z.z.z.z.txt == " | j" | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
h = A("h")
g = B("g")
j = A("j")
c = B("c")
a = B("a")
h.z = j
g.o = h
j.z = h
c.o = j
a.o = j
assert j.z.z.z.z.txt == "j" | j | h | j | h | j | x | x | x | j | h | j | h | j | x | x | x | 5 | 5 | 2 | 4 | 3 |
3,509 | 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.s: A = None
self.txt = txt
i = A("i")
f = B("f")
a = A("a")
g = A("g")
e = A("e")
d = B("d")
j = A("j")
i.z = d
f.x = d
f.s = g
a.z = d
g... | d" | 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.s: A = None
self.txt = txt
i = A("i")
f = B("f")
a = A("a")
g = A("g")
e = A("e")
d = B("d")
j = A("j")
i.z = d
f.x = d
f.s = g
a.z = d
g... | j | f | g | d | x | x | x | x | d | g | f | j | x | x | x | x | 7 | 9 | 2 | 3 | 0 |
3,510 | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.o: A = None
self.txt = txt
j = A("j")
d = B("d")
c = B("c")
g = A("g")
h = B("h")
a = B("a")
i = B("i")
j.w = g
d.v = j
d.o = j
c.v = j
c... | j" | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.o: A = None
self.txt = txt
j = A("j")
d = B("d")
c = B("c")
g = A("g")
h = B("h")
a = B("a")
i = B("i")
j.w = g
d.v = j
d.o = j
c.v = j
c... | d | j | g | j | g | j | x | x | j | g | j | g | j | d | x | x | 7 | 9 | 2 | 5 | 3 |
3,511 | class A:
def __init__(self, txt: str):
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
g = A("g")
e = B("e")
a = A("a")
b = B("b")
f = A("f")
g.x = b
e.r = a
e.q = a
a.x = b
b.r = f
b.q = a
f.x = b... | f" | class A:
def __init__(self, txt: str):
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
g = A("g")
e = B("e")
a = A("a")
b = B("b")
f = A("f")
g.x = b
e.r = a
e.q = a
a.x = b
b.r = f
b.q = a
f.x = b... | g | b | f | b | f | x | x | x | f | b | f | b | g | x | x | x | 5 | 6 | 2 | 4 | 2 |
3,512 | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.z: B = None
self.txt = txt
g = A("g")
i = B("i")
b = B("b")
e = A("e")
d = A("d")
h = A("h")
a = B("a")
g.v = h
i.v = e
i.z = b
b.v = e
b... | g" | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.z: B = None
self.txt = txt
g = A("g")
i = B("i")
b = B("b")
e = A("e")
d = A("d")
h = A("h")
a = B("a")
g.v = h
i.v = e
i.z = b
b.v = e
b... | i | b | e | g | h | e | g | x | g | e | h | g | e | b | i | x | 7 | 10 | 2 | 6 | 2 |
3,513 | class A:
def __init__(self, txt: str):
self.o: A = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.r: B = None
self.txt = txt
i = A("i")
b = B("b")
g = A("g")
a = A("a")
f = B("f")
j = B("j")
e = A("e")
i.o = a
... | b" | class A:
def __init__(self, txt: str):
self.o: A = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.r: B = None
self.txt = txt
i = A("i")
b = B("b")
g = A("g")
a = A("a")
f = B("f")
j = B("j")
e = A("e")
i.o = a
... | f | j | b | f | j | b | x | x | b | j | f | b | j | f | x | x | 7 | 11 | 2 | 5 | 3 |
3,514 | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
d = A("d")
i = B("i")
j = A("j")
d.x = i
i.u = d
j.x = i
assert j.x.u.x.txt == " | i" | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
d = A("d")
i = B("i")
j = A("j")
d.x = i
i.u = d
j.x = i
assert j.x.u.x.txt == "i" | j | i | d | i | x | x | x | x | i | d | i | j | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
3,515 | class A:
def __init__(self, txt: str):
self.s: A = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.v: B = None
self.txt = txt
b = A("b")
d = B("d")
c = B("c")
g = A("g")
a = A("a")
f = A("f")
j = A("j")
b.s = a
... | j" | class A:
def __init__(self, txt: str):
self.s: A = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.v: B = None
self.txt = txt
b = A("b")
d = B("d")
c = B("c")
g = A("g")
a = A("a")
f = A("f")
j = A("j")
b.s = a
... | f | j | b | f | j | x | x | x | j | f | b | j | f | x | x | x | 7 | 11 | 2 | 4 | 2 |
3,516 | class A:
def __init__(self, txt: str):
self.u: A = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
c = A("c")
f = B("f")
a = A("a")
d = B("d")
e = B("e")
c.u = a
c.r = e
f.s = a
a.u = c
a.r = e
d.s = c
e.s = a... | a" | class A:
def __init__(self, txt: str):
self.u: A = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
c = A("c")
f = B("f")
a = A("a")
d = B("d")
e = B("e")
c.u = a
c.r = e
f.s = a
a.u = c
a.r = e
d.s = c
e.s = a... | c | a | c | e | a | x | x | x | a | e | c | a | c | x | x | x | 5 | 7 | 2 | 4 | 2 |
3,517 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.x: A = None
self.txt = txt
e = A("e")
f = B("f")
a = B("a")
e.r = a
f.w = a
f.x = e
a.w = f
a.x = e
assert e.r.x.r.txt == " | a" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.x: A = None
self.txt = txt
e = A("e")
f = B("f")
a = B("a")
e.r = a
f.w = a
f.x = e
a.w = f
a.x = e
assert e.r.x.r.txt == "a" | e | a | e | a | x | x | x | x | a | e | a | e | x | x | x | x | 3 | 5 | 2 | 3 | 2 |
3,518 | class A:
def __init__(self, txt: str):
self.v: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
f = A("f")
g = B("g")
a = B("a")
d = A("d")
i = A("i")
f.v = a
f.w = g
g.o = a
a.o = g
d.v = g
d.w = a
i.v = a... | a" | class A:
def __init__(self, txt: str):
self.v: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
f = A("f")
g = B("g")
a = B("a")
d = A("d")
i = A("i")
f.v = a
f.w = g
g.o = a
a.o = g
d.v = g
d.w = a
i.v = a... | g | a | g | a | g | a | x | x | a | g | a | g | a | g | x | x | 5 | 8 | 2 | 5 | 4 |
3,519 | 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.s: A = None
self.txt = txt
d = A("d")
h = B("h")
e = A("e")
c = B("c")
d.t = c
h.x = d
h.s = d
e.t = h
c.x = e
c.s = e
assert h.x.t.s.txt... | e" | 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.s: A = None
self.txt = txt
d = A("d")
h = B("h")
e = A("e")
c = B("c")
d.t = c
h.x = d
h.s = d
e.t = h
c.x = e
c.s = e
assert h.x.t.s.txt... | h | d | c | e | x | x | x | x | e | c | d | h | x | x | x | x | 4 | 4 | 2 | 3 | 0 |
3,520 | class A:
def __init__(self, txt: str):
self.v: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
d = A("d")
f = B("f")
a = A("a")
d.v = f
d.o = f
f.x = a
a.v = f
a.o = f
assert d.v.x.v.txt == " | f" | class A:
def __init__(self, txt: str):
self.v: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
d = A("d")
f = B("f")
a = A("a")
d.v = f
d.o = f
f.x = a
a.v = f
a.o = f
assert d.v.x.v.txt == "f" | d | f | a | f | x | x | x | x | f | a | f | d | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
3,521 | 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.t: A = None
self.txt = txt
g = A("g")
f = B("f")
h = A("h")
j = A("j")
i = B("i")
g.q = j
f.r = h
f.t = j
h.q = g
j.q = g
i.r = j
i.t = h... | g" | 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.t: A = None
self.txt = txt
g = A("g")
f = B("f")
h = A("h")
j = A("j")
i = B("i")
g.q = j
f.r = h
f.t = j
h.q = g
j.q = g
i.r = j
i.t = h... | f | h | g | j | g | x | x | x | g | j | g | h | f | x | x | x | 5 | 7 | 2 | 4 | 1 |
3,522 | 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.r: B = None
self.txt = txt
h = A("h")
g = B("g")
e = A("e")
f = A("f")
j = A("j")
i = B("i")
h.s = g
h.o = g
g.r = i
e.s = g
e.o = i
f.s ... | i" | 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.r: B = None
self.txt = txt
h = A("h")
g = B("g")
e = A("e")
f = A("f")
j = A("j")
i = B("i")
h.s = g
h.o = g
g.r = i
e.s = g
e.o = i
f.s ... | e | i | g | i | g | i | x | x | i | g | i | g | i | e | x | x | 6 | 8 | 2 | 5 | 3 |
3,523 | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.u: B = None
self.txt = txt
a = A("a")
i = B("i")
j = B("j")
h = A("h")
f = A("f")
a.z = j
i.s = f
i.u = j
j.s = f
j.u = i
h.z = i
f.z = i... | j" | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.u: B = None
self.txt = txt
a = A("a")
i = B("i")
j = B("j")
h = A("h")
f = A("f")
a.z = j
i.s = f
i.u = j
j.s = f
j.u = i
h.z = i
f.z = i... | a | j | i | f | i | j | x | x | j | i | f | i | j | a | x | x | 5 | 7 | 2 | 5 | 2 |
3,524 | 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
b = A("b")
i = B("i")
e = A("e")
g = A("g")
d = A("d")
b.u = e
i.z = e
e.u = g
g.u = d
d.u = b
assert d.u.u.u.u.u.txt == " | b" | 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
b = A("b")
i = B("i")
e = A("e")
g = A("g")
d = A("d")
b.u = e
i.z = e
e.u = g
g.u = d
d.u = b
assert d.u.u.u.u.u.txt == "b" | d | b | e | g | d | b | x | x | b | d | g | e | b | d | x | x | 5 | 5 | 2 | 5 | 2 |
3,525 | class A:
def __init__(self, txt: str):
self.s: A = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
c = A("c")
f = B("f")
e = B("e")
g = A("g")
a = A("a")
c.s = a
c.w = e
f.w = e
e.w = f
g.s = c
g.w = e
a.s = g... | e" | class A:
def __init__(self, txt: str):
self.s: A = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
c = A("c")
f = B("f")
e = B("e")
g = A("g")
a = A("a")
c.s = a
c.w = e
f.w = e
e.w = f
g.s = c
g.w = e
a.s = g... | a | f | e | f | e | x | x | x | e | f | e | f | a | x | x | x | 5 | 8 | 2 | 4 | 2 |
3,526 | class A:
def __init__(self, txt: str):
self.u: B = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
c = A("c")
i = B("i")
e = A("e")
d = A("d")
b = B("b")
g = A("g")
c.u = i
c.p = e
i.q = b
e.u = i
e.p = d
d.u ... | b" | class A:
def __init__(self, txt: str):
self.u: B = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
c = A("c")
i = B("i")
e = A("e")
d = A("d")
b = B("b")
g = A("g")
c.u = i
c.p = e
i.q = b
e.u = i
e.p = d
d.u ... | i | b | i | b | x | x | x | x | b | i | b | i | x | x | x | x | 6 | 10 | 2 | 3 | 2 |
3,527 | class A:
def __init__(self, txt: str):
self.u: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.u: A = None
self.txt = txt
i = A("i")
b = B("b")
h = B("h")
g = B("g")
f = A("f")
c = B("c")
j = B("j")
i.u = c
... | c" | class A:
def __init__(self, txt: str):
self.u: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.u: A = None
self.txt = txt
i = A("i")
b = B("b")
h = B("h")
g = B("g")
f = A("f")
c = B("c")
j = B("j")
i.u = c
... | g | c | i | c | i | c | b | c | c | b | c | i | c | i | c | g | 7 | 13 | 2 | 7 | 4 |
3,528 | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.y: B = None
self.txt = txt
i = A("i")
f = B("f")
c = A("c")
j = B("j")
d = B("d")
g = B("g")
a = A("a")
i.x = g
f.r = j
f.y = g
c.x = f
j... | f" | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.y: B = None
self.txt = txt
i = A("i")
f = B("f")
c = A("c")
j = B("j")
d = B("d")
g = B("g")
a = A("a")
i.x = g
f.r = j
f.y = g
c.x = f
j... | g | f | j | f | j | f | x | x | f | j | f | j | f | g | x | x | 7 | 9 | 2 | 5 | 3 |
3,529 | class A:
def __init__(self, txt: str):
self.r: A = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
b = A("b")
d = B("d")
g = B("g")
f = A("f")
b.r = f
b.o = f
d.z = g
g.z = d
f.r = b
f.o = b
assert f.o.o.o.r.t... | f" | class A:
def __init__(self, txt: str):
self.r: A = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
b = A("b")
d = B("d")
g = B("g")
f = A("f")
b.r = f
b.o = f
d.z = g
g.z = d
f.r = b
f.o = b
assert f.o.o.o.r.t... | f | b | f | b | f | x | x | x | f | b | f | b | f | x | x | x | 4 | 4 | 2 | 4 | 3 |
3,530 | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.s: A = None
self.txt = txt
b = A("b")
i = B("i")
g = B("g")
f = B("f")
j = A("j")
h = A("h")
b.w = g
i.t = h
i.s = j
g.t = h
g.s = b
f.t ... | j" | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.s: A = None
self.txt = txt
b = A("b")
i = B("i")
g = B("g")
f = B("f")
j = A("j")
h = A("h")
b.w = g
i.t = h
i.s = j
g.t = h
g.s = b
f.t ... | b | g | h | f | j | x | x | x | j | f | h | g | b | x | x | x | 6 | 9 | 2 | 4 | 0 |
3,531 | class A:
def __init__(self, txt: str):
self.t: A = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
e = A("e")
g = B("g")
j = B("j")
i = B("i")
a = B("a")
h = B("h")
b = A("b")
e.t = b
e.v = j
g.y = j
j.y = h
i... | g" | class A:
def __init__(self, txt: str):
self.t: A = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
e = A("e")
g = B("g")
j = B("j")
i = B("i")
a = B("a")
h = B("h")
b = A("b")
e.t = b
e.v = j
g.y = j
j.y = h
i... | g | j | h | i | a | g | x | x | g | a | i | h | j | g | x | x | 7 | 9 | 2 | 5 | 1 |
3,532 | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.y: B = None
self.txt = txt
a = A("a")
d = B("d")
h = A("h")
g = B("g")
a.o = g
d.s = g
d.y = g
h.o = g
g.s = d
g.y = d
assert h.o.y.y.txt... | g" | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.y: B = None
self.txt = txt
a = A("a")
d = B("d")
h = A("h")
g = B("g")
a.o = g
d.s = g
d.y = g
h.o = g
g.s = d
g.y = d
assert h.o.y.y.txt... | h | g | d | g | x | x | x | x | g | d | g | h | x | x | x | x | 4 | 4 | 2 | 3 | 1 |
3,533 | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.z: A = None
self.txt = txt
i = A("i")
e = B("e")
f = A("f")
h = B("h")
c = A("c")
a = B("a")
b = B("b")
i.v = f
e.q = i
e.z = c
f.v = i
h... | i" | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.z: A = None
self.txt = txt
i = A("i")
e = B("e")
f = A("f")
h = B("h")
c = A("c")
a = B("a")
b = B("b")
i.v = f
e.q = i
e.z = c
f.v = i
h... | h | i | f | i | f | i | f | i | i | f | i | f | i | f | i | h | 7 | 11 | 2 | 7 | 5 |
3,534 | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.y: B = None
self.txt = txt
d = A("d")
h = B("h")
a = B("a")
i = B("i")
f = A("f")
b = A("b")
c = A("c")
d.x = b
h.t = d
h.y = a
a.t = b
a... | c" | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.y: B = None
self.txt = txt
d = A("d")
h = B("h")
a = B("a")
i = B("i")
f = A("f")
b = A("b")
c = A("c")
d.x = b
h.t = d
h.y = a
a.t = b
a... | c | b | c | b | c | b | c | x | c | b | c | b | c | b | c | x | 7 | 10 | 2 | 6 | 5 |
3,535 | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.p: A = None
self.txt = txt
c = A("c")
h = B("h")
g = A("g")
e = A("e")
c.w = g
h.o = e
h.p = e
g.w = c
e.w = g
assert c.w.w.w.txt == " | g" | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.p: A = None
self.txt = txt
c = A("c")
h = B("h")
g = A("g")
e = A("e")
c.w = g
h.o = e
h.p = e
g.w = c
e.w = g
assert c.w.w.w.txt == "g" | c | g | c | g | x | x | x | x | g | c | g | c | x | x | x | x | 4 | 4 | 2 | 3 | 2 |
3,536 | class A:
def __init__(self, txt: str):
self.s: A = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.y: A = None
self.txt = txt
h = A("h")
f = B("f")
e = A("e")
a = A("a")
j = B("j")
h.s = e
h.o = j
f.p = j
f.y = ... | e" | class A:
def __init__(self, txt: str):
self.s: A = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.y: A = None
self.txt = txt
h = A("h")
f = B("f")
e = A("e")
a = A("a")
j = B("j")
h.s = e
h.o = j
f.p = j
f.y = ... | h | j | a | h | e | x | x | x | e | h | a | j | h | x | x | x | 5 | 10 | 2 | 4 | 1 |
3,537 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
j = A("j")
d = B("d")
c = B("c")
i = A("i")
h = A("h")
j.s = d
d.u = c
c.u = d
i.s = c
h.s = c
assert i.s.u.u.u.txt == " | d" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
j = A("j")
d = B("d")
c = B("c")
i = A("i")
h = A("h")
j.s = d
d.u = c
c.u = d
i.s = c
h.s = c
assert i.s.u.u.u.txt == "d" | i | c | d | c | d | x | x | x | d | c | d | c | i | x | x | x | 5 | 5 | 2 | 4 | 2 |
3,538 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
h = A("h")
b = B("b")
a = A("a")
g = A("g")
i = A("i")
j = B("j")
h.t = b
b.t = g
a.t = j
g.t = b
i.t = j
j.t = a
assert a.t.t.t.t.txt ... | a" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
h = A("h")
b = B("b")
a = A("a")
g = A("g")
i = A("i")
j = B("j")
h.t = b
b.t = g
a.t = j
g.t = b
i.t = j
j.t = a
assert a.t.t.t.t.txt ... | a | j | a | j | a | x | x | x | a | j | a | j | a | x | x | x | 6 | 6 | 2 | 4 | 3 |
3,539 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.q: A = None
self.txt = txt
i = A("i")
b = B("b")
j = B("j")
g = B("g")
d = B("d")
i.r = g
b.z = i
b.q = i
j.z = i
j.q = i
g.z = i
g.q = i... | g" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.q: A = None
self.txt = txt
i = A("i")
b = B("b")
j = B("j")
g = B("g")
d = B("d")
i.r = g
b.z = i
b.q = i
j.z = i
j.q = i
g.z = i
g.q = i... | g | i | g | i | g | x | x | x | g | i | g | i | g | x | x | x | 5 | 5 | 2 | 4 | 3 |
3,540 | class A:
def __init__(self, txt: str):
self.r: A = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.o: B = None
self.txt = txt
b = A("b")
c = B("c")
g = A("g")
j = B("j")
i = B("i")
b.r = g
b.o = c
c.p = j
c.o = ... | i" | class A:
def __init__(self, txt: str):
self.r: A = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.o: B = None
self.txt = txt
b = A("b")
c = B("c")
g = A("g")
j = B("j")
i = B("i")
b.r = g
b.o = c
c.p = j
c.o = ... | g | i | c | i | c | i | x | x | i | c | i | c | i | g | x | x | 5 | 10 | 2 | 5 | 3 |
3,541 | 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.y: A = None
self.txt = txt
h = A("h")
c = B("c")
d = B("d")
f = B("f")
h.o = f
h.x = c
c.y = h
d.y = h
f.y = h
assert d.y.o.y.txt == " | h" | 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.y: A = None
self.txt = txt
h = A("h")
c = B("c")
d = B("d")
f = B("f")
h.o = f
h.x = c
c.y = h
d.y = h
f.y = h
assert d.y.o.y.txt == "h" | d | h | f | h | x | x | x | x | h | f | h | d | x | x | x | x | 4 | 5 | 2 | 3 | 1 |
3,542 | 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.z: B = None
self.txt = txt
d = A("d")
a = B("a")
e = B("e")
j = A("j")
d.q = e
a.u = e
a.z = e
e.u = a
e.z = a
j.q = a
assert d.q.z.z.txt... | e" | 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.z: B = None
self.txt = txt
d = A("d")
a = B("a")
e = B("e")
j = A("j")
d.q = e
a.u = e
a.z = e
e.u = a
e.z = a
j.q = a
assert d.q.z.z.txt... | d | e | a | e | x | x | x | x | e | a | e | d | x | x | x | x | 4 | 4 | 2 | 3 | 1 |
3,543 | 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")
j = B("j")
f = A("f")
b.z = j
j.u = b
f.z = j
assert j.u.z.u.txt == " | b" | 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")
j = B("j")
f = A("f")
b.z = j
j.u = b
f.z = j
assert j.u.z.u.txt == "b" | j | b | j | b | x | x | x | x | b | j | b | j | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
3,544 | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
i = A("i")
a = B("a")
c = A("c")
b = B("b")
j = B("j")
f = A("f")
g = A("g")
i.o = j
a.r = j
c.o = a
b.r = a
j.r = b
f.o = a
g.o = a
as... | a" | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
i = A("i")
a = B("a")
c = A("c")
b = B("b")
j = B("j")
f = A("f")
g = A("g")
i.o = j
a.r = j
c.o = a
b.r = a
j.r = b
f.o = a
g.o = a
as... | c | a | j | b | a | j | b | a | a | b | j | a | b | j | a | c | 7 | 7 | 2 | 7 | 4 |
3,545 | class A:
def __init__(self, txt: str):
self.t: A = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.u: B = None
self.txt = txt
d = A("d")
i = B("i")
c = B("c")
h = A("h")
g = A("g")
d.t = h
d.v = c
i.o = c
i.u = ... | c" | class A:
def __init__(self, txt: str):
self.t: A = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.u: B = None
self.txt = txt
d = A("d")
i = B("i")
c = B("c")
h = A("h")
g = A("g")
d.t = h
d.v = c
i.o = c
i.u = ... | i | c | i | c | x | x | x | x | c | i | c | i | x | x | x | x | 5 | 8 | 2 | 3 | 2 |
3,546 | class A:
def __init__(self, txt: str):
self.p: A = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
f = A("f")
i = B("i")
j = B("j")
e = A("e")
h = B("h")
c = A("c")
a = A("a")
f.p = a
f.q = c
i.q = j
j.q = h
e... | c" | class A:
def __init__(self, txt: str):
self.p: A = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
f = A("f")
i = B("i")
j = B("j")
e = A("e")
h = B("h")
c = A("c")
a = A("a")
f.p = a
f.q = c
i.q = j
j.q = h
e... | c | a | c | a | c | x | x | x | c | a | c | a | c | x | x | x | 7 | 8 | 2 | 4 | 3 |
3,547 | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
d = A("d")
i = B("i")
a = B("a")
d.o = a
i.v = a
a.v = i
assert a.v.v.v.txt == " | i" | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
d = A("d")
i = B("i")
a = B("a")
d.o = a
i.v = a
a.v = i
assert a.v.v.v.txt == "i" | a | i | a | i | x | x | x | x | i | a | i | a | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
3,548 | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
a = A("a")
d = B("d")
h = A("h")
f = B("f")
a.o = f
d.q = h
h.o = d
f.q = a
assert h.o.q.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.q: A = None
self.txt = txt
a = A("a")
d = B("d")
h = A("h")
f = B("f")
a.o = f
d.q = h
h.o = d
f.q = a
assert h.o.q.o.txt == "d" | h | d | h | d | x | x | x | x | d | h | d | h | x | x | x | x | 4 | 4 | 2 | 3 | 2 |
3,549 | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
a = A("a")
g = B("g")
e = B("e")
f = A("f")
d = A("d")
a.w = f
g.p = e
e.p = g
f.w = a
d.w = f
assert f.w.w.w.w.txt == " | f" | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
a = A("a")
g = B("g")
e = B("e")
f = A("f")
d = A("d")
a.w = f
g.p = e
e.p = g
f.w = a
d.w = f
assert f.w.w.w.w.txt == "f" | f | a | f | a | f | x | x | x | f | a | f | a | f | x | x | x | 5 | 5 | 2 | 4 | 3 |
3,550 | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.q: A = None
self.txt = txt
d = A("d")
g = B("g")
i = A("i")
c = A("c")
b = B("b")
e = B("e")
a = A("a")
d.s = c
g.z = c
g.q = c
i.s = d
c... | a" | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.q: A = None
self.txt = txt
d = A("d")
g = B("g")
i = A("i")
c = A("c")
b = B("b")
e = B("e")
a = A("a")
d.s = c
g.z = c
g.q = c
i.s = d
c... | c | a | c | a | x | x | x | x | a | c | a | c | x | x | x | x | 7 | 8 | 2 | 3 | 2 |
3,551 | class A:
def __init__(self, txt: str):
self.t: B = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.o: B = None
self.txt = txt
e = A("e")
a = B("a")
i = A("i")
c = A("c")
b = B("b")
d = B("d")
e.t = a
e.z = c
a.u... | i" | class A:
def __init__(self, txt: str):
self.t: B = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.o: B = None
self.txt = txt
e = A("e")
a = B("a")
i = A("i")
c = A("c")
b = B("b")
d = B("d")
e.t = a
e.z = c
a.u... | i | e | a | i | x | x | x | x | i | a | e | i | x | x | x | x | 6 | 12 | 2 | 3 | 1 |
3,552 | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.y: A = None
self.txt = txt
g = A("g")
d = B("d")
c = A("c")
j = B("j")
e = B("e")
g.w = c
d.v = e
d.y = c
c.w = g
j.v = e
j.y = c
e.v = d... | e" | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.y: A = None
self.txt = txt
g = A("g")
d = B("d")
c = A("c")
j = B("j")
e = B("e")
g.w = c
d.v = e
d.y = c
c.w = g
j.v = e
j.y = c
e.v = d... | d | e | d | e | x | x | x | x | e | d | e | d | x | x | x | x | 5 | 8 | 2 | 3 | 2 |
3,553 | class A:
def __init__(self, txt: str):
self.z: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
f = A("f")
j = B("j")
c = A("c")
f.z = j
f.s = j
j.p = f
c.z = j
c.s = j
assert c.z.p.s.txt == " | j" | class A:
def __init__(self, txt: str):
self.z: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
f = A("f")
j = B("j")
c = A("c")
f.z = j
f.s = j
j.p = f
c.z = j
c.s = j
assert c.z.p.s.txt == "j" | c | j | f | j | x | x | x | x | j | f | j | c | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
3,554 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.r: A = None
self.txt = txt
a = A("a")
c = B("c")
f = B("f")
b = A("b")
d = B("d")
a.p = c
c.u = b
c.r = a
f.u = b
f.r = a
b.p = d
d.u = a... | c" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.r: A = None
self.txt = txt
a = A("a")
c = B("c")
f = B("f")
b = A("b")
d = B("d")
a.p = c
c.u = b
c.r = a
f.u = b
f.r = a
b.p = d
d.u = a... | b | d | a | c | a | c | x | x | c | a | c | a | d | b | x | x | 5 | 8 | 2 | 5 | 2 |
3,555 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
f = A("f")
c = B("c")
e = A("e")
g = A("g")
f.p = c
c.q = e
e.p = c
g.p = c
assert c.q.p.q.p.txt == " | c" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
f = A("f")
c = B("c")
e = A("e")
g = A("g")
f.p = c
c.q = e
e.p = c
g.p = c
assert c.q.p.q.p.txt == "c" | c | e | c | e | c | x | x | x | c | e | c | e | c | x | x | x | 4 | 4 | 2 | 4 | 3 |
3,556 | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
d = A("d")
c = B("c")
h = A("h")
g = B("g")
a = B("a")
e = A("e")
d.x = h
c.t = a
h.x = d
g.t = c
a.t = c
e.x = d
assert a.t.t.t.t.t.tx... | c" | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
d = A("d")
c = B("c")
h = A("h")
g = B("g")
a = B("a")
e = A("e")
d.x = h
c.t = a
h.x = d
g.t = c
a.t = c
e.x = d
assert a.t.t.t.t.t.tx... | a | c | a | c | a | c | x | x | c | a | c | a | c | a | x | x | 6 | 6 | 2 | 5 | 4 |
3,557 | 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: B = None
self.txt = txt
d = A("d")
b = B("b")
g = B("g")
c = B("c")
i = A("i")
d.u = i
d.q = i
b.o = c
g.o = b
c.o = g
i.u = d
i.q = d... | g" | 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: B = None
self.txt = txt
d = A("d")
b = B("b")
g = B("g")
c = B("c")
i = A("i")
d.u = i
d.q = i
b.o = c
g.o = b
c.o = g
i.u = d
i.q = d... | c | g | b | c | g | x | x | x | g | c | b | g | c | x | x | x | 5 | 5 | 2 | 4 | 2 |
3,558 | class A:
def __init__(self, txt: str):
self.v: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.y: B = None
self.txt = txt
j = A("j")
e = B("e")
i = A("i")
b = B("b")
h = B("h")
g = B("g")
f = A("f")
j.v = h
... | h" | class A:
def __init__(self, txt: str):
self.v: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.y: B = None
self.txt = txt
j = A("j")
e = B("e")
i = A("i")
b = B("b")
h = B("h")
g = B("g")
f = A("f")
j.v = h
... | b | h | b | h | g | h | b | h | h | b | h | g | h | b | h | b | 7 | 12 | 2 | 7 | 5 |
3,559 | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
b = A("b")
h = B("h")
g = B("g")
c = A("c")
j = A("j")
e = B("e")
b.o = h
h.w = g
g.w = e
c.o = h
j.o = g
e.w = g
assert b.o.w.w.txt ==... | e" | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
b = A("b")
h = B("h")
g = B("g")
c = A("c")
j = A("j")
e = B("e")
b.o = h
h.w = g
g.w = e
c.o = h
j.o = g
e.w = g
assert b.o.w.w.txt ==... | b | h | g | e | x | x | x | x | e | g | h | b | x | x | x | x | 6 | 6 | 2 | 3 | 0 |
3,560 | 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
a = A("a")
h = B("h")
i = B("i")
b = B("b")
a.x = i
h.w = i
i.w = b
b.w = h
assert i.w.w.w.w.txt == " | b" | 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
a = A("a")
h = B("h")
i = B("i")
b = B("b")
a.x = i
h.w = i
i.w = b
b.w = h
assert i.w.w.w.w.txt == "b" | i | b | h | i | b | x | x | x | b | i | h | b | i | x | x | x | 4 | 4 | 2 | 4 | 2 |
3,561 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
a = A("a")
d = B("d")
i = B("i")
a.s = d
d.z = a
i.z = a
assert a.s.z.s.txt == " | d" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
a = A("a")
d = B("d")
i = B("i")
a.s = d
d.z = a
i.z = a
assert a.s.z.s.txt == "d" | a | d | a | d | x | x | x | x | d | a | d | a | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
3,562 | class A:
def __init__(self, txt: str):
self.w: A = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.r: A = None
self.txt = txt
j = A("j")
f = B("f")
d = A("d")
a = B("a")
e = A("e")
b = A("b")
g = A("g")
j.w = g
... | f" | class A:
def __init__(self, txt: str):
self.w: A = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.r: A = None
self.txt = txt
j = A("j")
f = B("f")
d = A("d")
a = B("a")
e = A("e")
b = A("b")
g = A("g")
j.w = g
... | d | f | d | f | x | x | x | x | f | d | f | d | x | x | x | x | 7 | 14 | 2 | 3 | 2 |
3,563 | class A:
def __init__(self, txt: str):
self.t: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.p: A = None
self.txt = txt
j = A("j")
g = B("g")
a = A("a")
c = B("c")
e = B("e")
f = B("f")
j.t = g
j.s = g
g.s... | c" | class A:
def __init__(self, txt: str):
self.t: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.p: A = None
self.txt = txt
j = A("j")
g = B("g")
a = A("a")
c = B("c")
e = B("e")
f = B("f")
j.t = g
j.s = g
g.s... | j | g | j | g | c | x | x | x | c | g | j | g | j | x | x | x | 6 | 10 | 2 | 4 | 2 |
3,564 | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
e = A("e")
j = B("j")
f = A("f")
a = A("a")
i = A("i")
d = B("d")
e.p = a
j.v = e
f.p = e
a.p = e
i.p = f
d.v = i
assert a.p.p.p.p.p.p.... | a" | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
e = A("e")
j = B("j")
f = A("f")
a = A("a")
i = A("i")
d = B("d")
e.p = a
j.v = e
f.p = e
a.p = e
i.p = f
d.v = i
assert a.p.p.p.p.p.p.... | a | e | a | e | a | e | a | x | a | e | a | e | a | e | a | x | 6 | 6 | 2 | 6 | 5 |
3,565 | class A:
def __init__(self, txt: str):
self.y: A = None
self.p: A = 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 = A("e")
j = A("j")
f = B("f")
d.y = e
d.p = e
b.v = f
e.y = j
e.p = d
j.y = e
j.p = d... | j" | class A:
def __init__(self, txt: str):
self.y: A = None
self.p: A = 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 = A("e")
j = A("j")
f = B("f")
d.y = e
d.p = e
b.v = f
e.y = j
e.p = d
j.y = e
j.p = d... | j | e | j | e | j | x | x | x | j | e | j | e | j | x | x | x | 5 | 7 | 2 | 4 | 3 |
3,566 | 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.y: B = None
self.txt = txt
i = A("i")
b = B("b")
j = B("j")
a = A("a")
g = A("g")
c = B("c")
h = A("h")
i.y = a
i.s = j
b.y = c
j.y = b
a... | a" | 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.y: B = None
self.txt = txt
i = A("i")
b = B("b")
j = B("j")
a = A("a")
g = A("g")
c = B("c")
h = A("h")
i.y = a
i.s = j
b.y = c
j.y = b
a... | g | h | i | a | x | x | x | x | a | i | h | g | x | x | x | x | 7 | 11 | 2 | 3 | 0 |
3,567 | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
e = A("e")
h = B("h")
a = A("a")
e.w = h
h.v = e
a.w = h
assert a.w.v.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.v: A = None
self.txt = txt
e = A("e")
h = B("h")
a = A("a")
e.w = h
h.v = e
a.w = h
assert a.w.v.w.txt == "h" | a | h | e | h | x | x | x | x | h | e | h | a | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
3,568 | class A:
def __init__(self, txt: str):
self.r: A = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
d = A("d")
a = B("a")
f = A("f")
e = B("e")
g = A("g")
h = B("h")
d.r = f
d.v = h
a.z = e
f.r = g
f.v = e
e.z ... | h" | class A:
def __init__(self, txt: str):
self.r: A = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
d = A("d")
a = B("a")
f = A("f")
e = B("e")
g = A("g")
h = B("h")
d.r = f
d.v = h
a.z = e
f.r = g
f.v = e
e.z ... | f | g | a | e | h | e | h | x | h | e | h | e | a | g | f | x | 6 | 9 | 2 | 6 | 2 |
3,569 | 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
b = A("b")
e = B("e")
c = A("c")
h = B("h")
b.w = e
e.y = c
c.w = e
h.y = b
assert c.w.y.w.y.txt == " | c" | 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
b = A("b")
e = B("e")
c = A("c")
h = B("h")
b.w = e
e.y = c
c.w = e
h.y = b
assert c.w.y.w.y.txt == "c" | c | e | c | e | c | x | x | x | c | e | c | e | c | x | x | x | 4 | 4 | 2 | 4 | 3 |
3,570 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.p: B = None
self.txt = txt
e = A("e")
d = B("d")
c = B("c")
f = B("f")
e.t = f
d.t = e
d.p = f
c.t = e
c.p = f
f.t = e
f.p = d
assert f.p... | e" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.p: B = None
self.txt = txt
e = A("e")
d = B("d")
c = B("c")
f = B("f")
e.t = f
d.t = e
d.p = f
c.t = e
c.p = f
f.t = e
f.p = d
assert f.p... | f | d | f | e | x | x | x | x | e | f | d | f | x | x | x | x | 4 | 7 | 2 | 3 | 1 |
3,571 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
a = A("a")
g = B("g")
e = B("e")
a.p = g
g.r = a
e.r = a
assert e.r.p.r.txt == " | a" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
a = A("a")
g = B("g")
e = B("e")
a.p = g
g.r = a
e.r = a
assert e.r.p.r.txt == "a" | e | a | g | a | x | x | x | x | a | g | a | e | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
3,572 | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.p: B = None
self.txt = txt
a = A("a")
g = B("g")
i = B("i")
e = A("e")
d = A("d")
f = B("f")
a.r = e
g.z = a
g.p = i
i.z = a
i.p = f
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.z: A = None
self.p: B = None
self.txt = txt
a = A("a")
g = B("g")
i = B("i")
e = A("e")
d = A("d")
f = B("f")
a.r = e
g.z = a
g.p = i
i.z = a
i.p = f
e.r ... | g | i | f | g | a | e | x | x | e | a | g | f | i | g | x | x | 6 | 9 | 2 | 5 | 1 |
3,573 | class A:
def __init__(self, txt: str):
self.s: B = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.q: A = None
self.txt = txt
d = A("d")
c = B("c")
i = A("i")
a = B("a")
f = B("f")
h = B("h")
d.s = a
d.r = c
c.w... | c" | class A:
def __init__(self, txt: str):
self.s: B = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.q: A = None
self.txt = txt
d = A("d")
c = B("c")
i = A("i")
a = B("a")
f = B("f")
h = B("h")
d.s = a
d.r = c
c.w... | d | a | f | c | i | c | x | x | c | i | c | f | a | d | x | x | 6 | 12 | 2 | 5 | 1 |
3,574 | 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.txt = txt
i = A("i")
g = B("g")
j = B("j")
a = B("a")
e = A("e")
h = B("h")
d = B("d")
i.v = e
g.s = d
j.s = a
a.s = j
e.v = i
h.s = g
d.s = h
as... | 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.txt = txt
i = A("i")
g = B("g")
j = B("j")
a = B("a")
e = A("e")
h = B("h")
d = B("d")
i.v = e
g.s = d
j.s = a
a.s = j
e.v = i
h.s = g
d.s = h
as... | h | g | d | h | g | x | x | x | g | h | d | g | h | x | x | x | 7 | 7 | 2 | 4 | 2 |
3,575 | 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.y: A = None
self.txt = txt
h = A("h")
a = B("a")
d = A("d")
j = A("j")
h.w = j
h.q = j
a.y = h
d.w = j
d.q = h
j.w = d
j.q = d
assert j.q... | d" | 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.y: A = None
self.txt = txt
h = A("h")
a = B("a")
d = A("d")
j = A("j")
h.w = j
h.q = j
a.y = h
d.w = j
d.q = h
j.w = d
j.q = d
assert j.q... | j | d | h | j | d | x | x | x | d | j | h | d | j | x | x | x | 4 | 5 | 2 | 4 | 2 |
3,576 | class A:
def __init__(self, txt: str):
self.q: A = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
h = A("h")
f = B("f")
d = A("d")
i = B("i")
a = A("a")
j = B("j")
h.q = a
h.s = i
f.o = i
d.q = a
d.s = j
i.o ... | i" | class A:
def __init__(self, txt: str):
self.q: A = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
h = A("h")
f = B("f")
d = A("d")
i = B("i")
a = A("a")
j = B("j")
h.q = a
h.s = i
f.o = i
d.q = a
d.s = j
i.o ... | h | i | f | i | x | x | x | x | i | f | i | h | x | x | x | x | 6 | 9 | 2 | 3 | 1 |
3,577 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
c = A("c")
e = B("e")
a = B("a")
c.r = e
e.r = c
a.r = c
assert e.r.r.r.txt == " | c" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
c = A("c")
e = B("e")
a = B("a")
c.r = e
e.r = c
a.r = c
assert e.r.r.r.txt == "c" | e | c | e | c | x | x | x | x | c | e | c | e | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
3,578 | class A:
def __init__(self, txt: str):
self.s: B = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.t: B = None
self.txt = txt
j = A("j")
h = B("h")
c = A("c")
f = A("f")
a = B("a")
d = A("d")
i = A("i")
j.s = h
... | i" | class A:
def __init__(self, txt: str):
self.s: B = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.t: B = None
self.txt = txt
j = A("j")
h = B("h")
c = A("c")
f = A("f")
a = B("a")
d = A("d")
i = A("i")
j.s = h
... | a | h | a | h | i | x | x | x | i | h | a | h | a | x | x | x | 7 | 11 | 2 | 4 | 2 |
3,579 | class A:
def __init__(self, txt: str):
self.x: A = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
d = A("d")
i = B("i")
e = B("e")
c = B("c")
g = A("g")
j = B("j")
h = A("h")
d.x = h
d.w = j
i.v = d
e.v = h
c... | g" | class A:
def __init__(self, txt: str):
self.x: A = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
d = A("d")
i = B("i")
e = B("e")
c = B("c")
g = A("g")
j = B("j")
h = A("h")
d.x = h
d.w = j
i.v = d
e.v = h
c... | i | d | j | h | g | h | g | x | g | h | g | h | j | d | i | x | 7 | 10 | 2 | 6 | 2 |
3,580 | class A:
def __init__(self, txt: str):
self.w: B = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.r: A = None
self.txt = txt
d = A("d")
b = B("b")
j = A("j")
h = B("h")
i = A("i")
d.w = h
d.p = j
b.w = h
b.r = ... | j" | class A:
def __init__(self, txt: str):
self.w: B = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.r: A = None
self.txt = txt
d = A("d")
b = B("b")
j = A("j")
h = B("h")
i = A("i")
d.w = h
d.p = j
b.w = h
b.r = ... | h | j | d | h | j | x | x | x | j | h | d | j | h | x | x | x | 5 | 10 | 2 | 4 | 2 |
3,581 | class A:
def __init__(self, txt: str):
self.s: A = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.p: B = None
self.txt = txt
c = A("c")
j = B("j")
d = A("d")
b = B("b")
f = B("f")
c.s = d
c.r = d
j.t = d
j.p = ... | c" | class A:
def __init__(self, txt: str):
self.s: A = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.p: B = None
self.txt = txt
c = A("c")
j = B("j")
d = A("d")
b = B("b")
f = B("f")
c.s = d
c.r = d
j.t = d
j.p = ... | j | d | c | d | c | x | x | x | c | d | c | d | j | x | x | x | 5 | 8 | 2 | 4 | 2 |
3,582 | class A:
def __init__(self, txt: str):
self.v: B = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
f = A("f")
h = B("h")
d = A("d")
f.v = h
f.r = d
h.t = d
d.v = h
d.r = f
assert f.r.r.r.txt == " | d" | class A:
def __init__(self, txt: str):
self.v: B = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
f = A("f")
h = B("h")
d = A("d")
f.v = h
f.r = d
h.t = d
d.v = h
d.r = f
assert f.r.r.r.txt == "d" | f | d | f | d | x | x | x | x | d | f | d | f | x | x | x | x | 3 | 5 | 2 | 3 | 2 |
3,583 | 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
f = A("f")
d = B("d")
a = B("a")
f.y = d
d.q = a
a.q = d
assert a.q.q.q.txt == " | d" | 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
f = A("f")
d = B("d")
a = B("a")
f.y = d
d.q = a
a.q = d
assert a.q.q.q.txt == "d" | a | d | a | d | x | x | x | x | d | a | d | a | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
3,584 | class A:
def __init__(self, txt: str):
self.x: A = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.z: A = None
self.txt = txt
a = A("a")
e = B("e")
h = B("h")
i = A("i")
d = A("d")
j = A("j")
a.x = j
a.o = d
e.s... | i" | class A:
def __init__(self, txt: str):
self.x: A = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.z: A = None
self.txt = txt
a = A("a")
e = B("e")
h = B("h")
i = A("i")
d = A("d")
j = A("j")
a.x = j
a.o = d
e.s... | i | a | j | a | d | j | i | x | i | j | d | a | j | a | i | x | 6 | 12 | 2 | 6 | 3 |
3,585 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.z: B = None
self.txt = txt
i = A("i")
g = B("g")
j = B("j")
e = B("e")
d = B("d")
i.r = j
g.r = i
g.z = e
j.r = i
j.z = e
e.r = i
e.z = g... | e" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.z: B = None
self.txt = txt
i = A("i")
g = B("g")
j = B("j")
e = B("e")
d = B("d")
i.r = j
g.r = i
g.z = e
j.r = i
j.z = e
e.r = i
e.z = g... | g | i | j | i | j | e | x | x | e | j | i | j | i | g | x | x | 5 | 9 | 2 | 5 | 2 |
3,586 | class A:
def __init__(self, txt: str):
self.o: B = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.q: B = None
self.txt = txt
f = A("f")
i = B("i")
g = B("g")
c = B("c")
f.o = g
f.q = g
i.p = c
i.q = g
g.p = c
g... | c" | class A:
def __init__(self, txt: str):
self.o: B = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.q: B = None
self.txt = txt
f = A("f")
i = B("i")
g = B("g")
c = B("c")
f.o = g
f.q = g
i.p = c
i.q = g
g.p = c
g... | f | g | i | g | c | x | x | x | c | g | i | g | f | x | x | x | 4 | 6 | 2 | 4 | 1 |
3,587 | class A:
def __init__(self, txt: str):
self.y: A = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.v: B = None
self.txt = txt
d = A("d")
e = B("e")
b = A("b")
a = A("a")
g = A("g")
f = B("f")
c = A("c")
d.y = c
... | g" | class A:
def __init__(self, txt: str):
self.y: A = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.v: B = None
self.txt = txt
d = A("d")
e = B("e")
b = A("b")
a = A("a")
g = A("g")
f = B("f")
c = A("c")
d.y = c
... | d | c | b | g | c | g | x | x | g | c | g | b | c | d | x | x | 7 | 13 | 2 | 5 | 2 |
3,588 | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.o: B = None
self.txt = txt
a = A("a")
h = B("h")
f = A("f")
c = B("c")
g = B("g")
b = B("b")
a.z = c
h.y = c
h.o = b
f.z = g
c.y = b
c.o ... | b" | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.o: B = None
self.txt = txt
a = A("a")
h = B("h")
f = A("f")
c = B("c")
g = B("g")
b = B("b")
a.z = c
h.y = c
h.o = b
f.z = g
c.y = b
c.o ... | f | g | b | g | b | x | x | x | b | g | b | g | f | x | x | x | 6 | 7 | 2 | 4 | 2 |
3,589 | class A:
def __init__(self, txt: str):
self.p: A = None
self.x: 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")
b = A("b")
c = B("c")
i = B("i")
e.p = f
e.x = f
h.q = b
f.p = b
f.x = e
b.p ... | e" | class A:
def __init__(self, txt: str):
self.p: A = None
self.x: 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")
b = A("b")
c = B("c")
i = B("i")
e.p = f
e.x = f
h.q = b
f.p = b
f.x = e
b.p ... | h | b | e | f | b | e | x | x | e | b | f | e | b | h | x | x | 6 | 7 | 2 | 5 | 2 |
3,590 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.t: A = None
self.txt = txt
b = A("b")
c = B("c")
f = B("f")
b.r = f
c.x = b
c.t = b
f.x = b
f.t = b
assert c.t.r.x.txt == " | b" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.t: A = None
self.txt = txt
b = A("b")
c = B("c")
f = B("f")
b.r = f
c.x = b
c.t = b
f.x = b
f.t = b
assert c.t.r.x.txt == "b" | c | b | f | b | x | x | x | x | b | f | b | c | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
3,591 | 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.v: B = None
self.txt = txt
i = A("i")
b = B("b")
d = A("d")
f = A("f")
e = B("e")
c = A("c")
a = A("a")
i.s = f
b.u = i
b.v = e
d.s = i
f... | i" | 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.v: B = None
self.txt = txt
i = A("i")
b = B("b")
d = A("d")
f = A("f")
e = B("e")
c = A("c")
a = A("a")
i.s = f
b.u = i
b.v = e
d.s = i
f... | d | i | f | i | x | x | x | x | i | f | i | d | x | x | x | x | 7 | 9 | 2 | 3 | 1 |
3,592 | class A:
def __init__(self, txt: str):
self.q: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.o: A = None
self.txt = txt
j = A("j")
a = B("a")
b = B("b")
j.q = a
j.z = a
a.v = j
a.o = j
b.v = j
b.o = j
asse... | a" | class A:
def __init__(self, txt: str):
self.q: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.o: A = None
self.txt = txt
j = A("j")
a = B("a")
b = B("b")
j.q = a
j.z = a
a.v = j
a.o = j
b.v = j
b.o = j
asse... | j | a | j | a | x | x | x | x | a | j | a | j | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
3,593 | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
f = A("f")
b = B("b")
g = B("g")
h = B("h")
d = B("d")
j = B("j")
f.o = d
b.u = f
g.u = f
h.u = f
d.u = f
j.u = f
assert f.o.u.o.u.txt ... | f" | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
f = A("f")
b = B("b")
g = B("g")
h = B("h")
d = B("d")
j = B("j")
f.o = d
b.u = f
g.u = f
h.u = f
d.u = f
j.u = f
assert f.o.u.o.u.txt ... | f | d | f | d | f | x | x | x | f | d | f | d | f | x | x | x | 6 | 6 | 2 | 4 | 3 |
3,594 | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.q: B = None
self.txt = txt
j = A("j")
i = B("i")
g = A("g")
f = A("f")
e = B("e")
c = A("c")
h = A("h")
j.w = e
i.p = e
i.q = e
g.w = e
f... | i" | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.q: B = None
self.txt = txt
j = A("j")
i = B("i")
g = A("g")
f = A("f")
e = B("e")
c = A("c")
h = A("h")
j.w = e
i.p = e
i.q = e
g.w = e
f... | c | i | e | i | x | x | x | x | i | e | i | c | x | x | x | x | 7 | 7 | 2 | 3 | 1 |
3,595 | 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.q: B = None
self.txt = txt
f = A("f")
a = B("a")
e = B("e")
d = A("d")
j = A("j")
f.s = j
f.x = a
a.q = e
e.q = a
d.s = f
d.x = e
j.s = d... | a" | 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.q: B = None
self.txt = txt
f = A("f")
a = B("a")
e = B("e")
d = A("d")
j = A("j")
f.s = j
f.x = a
a.q = e
e.q = a
d.s = f
d.x = e
j.s = d... | d | f | j | d | e | a | x | x | a | e | d | j | f | d | x | x | 5 | 8 | 2 | 5 | 1 |
3,596 | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.o: A = None
self.txt = txt
i = A("i")
a = B("a")
c = B("c")
f = A("f")
d = B("d")
i.v = f
a.v = f
a.o = f
c.v = i
c.o = f
f.v = i
d.v = i... | i" | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.o: A = None
self.txt = txt
i = A("i")
a = B("a")
c = B("c")
f = A("f")
d = B("d")
i.v = f
a.v = f
a.o = f
c.v = i
c.o = f
f.v = i
d.v = i... | i | f | i | f | i | x | x | x | i | f | i | f | i | x | x | x | 5 | 7 | 2 | 4 | 3 |
3,597 | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.s: B = None
self.txt = txt
d = A("d")
g = B("g")
h = A("h")
f = A("f")
j = B("j")
d.v = f
g.u = j
g.s = j
h.v = d
f.v = h
j.u = g
j.s = g... | h" | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.s: B = None
self.txt = txt
d = A("d")
g = B("g")
h = A("h")
f = A("f")
j = B("j")
d.v = f
g.u = j
g.s = j
h.v = d
f.v = h
j.u = g
j.s = g... | f | h | d | f | h | x | x | x | h | f | d | h | f | x | x | x | 5 | 5 | 2 | 4 | 2 |
3,598 | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
h = A("h")
a = B("a")
i = A("i")
c = B("c")
e = A("e")
d = A("d")
h.o = c
a.u = i
i.o = a
c.u = d
e.o = c
d.o = c
assert e.o.u.o.u.o.tx... | c" | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
h = A("h")
a = B("a")
i = A("i")
c = B("c")
e = A("e")
d = A("d")
h.o = c
a.u = i
i.o = a
c.u = d
e.o = c
d.o = c
assert e.o.u.o.u.o.tx... | e | c | d | c | d | c | x | x | c | d | c | d | c | e | x | x | 6 | 6 | 2 | 5 | 3 |
3,599 | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.v: A = None
self.txt = txt
i = A("i")
e = B("e")
j = B("j")
g = B("g")
i.q = e
e.x = i
e.v = i
j.x = i
j.v = i
g.x = i
g.v = i
assert g.x... | e" | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.v: A = None
self.txt = txt
i = A("i")
e = B("e")
j = B("j")
g = B("g")
i.q = e
e.x = i
e.v = i
j.x = i
j.v = i
g.x = i
g.v = i
assert g.x... | g | i | e | i | e | x | x | x | e | i | e | i | g | x | x | x | 4 | 4 | 2 | 4 | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.