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