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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4,300 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
g = A("g")
a = B("a")
f = A("f")
c = A("c")
j = A("j")
e = B("e")
g.r = a
a.p = f
f.r = e
c.r = a
j.r = e
e.p = f
assert j.r.p.r.txt ==... | e" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
g = A("g")
a = B("a")
f = A("f")
c = A("c")
j = A("j")
e = B("e")
g.r = a
a.p = f
f.r = e
c.r = a
j.r = e
e.p = f
assert j.r.p.r.txt ==... | j | e | f | e | x | x | x | x | e | f | e | j | x | x | x | x | 6 | 6 | 2 | 3 | 1 |
4,301 | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.s: A = None
self.txt = txt
b = A("b")
a = B("a")
h = A("h")
b.r = h
a.x = b
a.s = b
h.r = b
assert a.s.r.r.txt == " | b" | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.s: A = None
self.txt = txt
b = A("b")
a = B("a")
h = A("h")
b.r = h
a.x = b
a.s = b
h.r = b
assert a.s.r.r.txt == "b" | a | b | h | b | x | x | x | x | b | h | b | a | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
4,302 | class A:
def __init__(self, txt: str):
self.r: A = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
i = A("i")
f = B("f")
e = A("e")
c = B("c")
b = A("b")
h = A("h")
j = A("j")
i.r = h
i.x = c
f.p = c
e.r = j
e... | c" | class A:
def __init__(self, txt: str):
self.r: A = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
i = A("i")
f = B("f")
e = A("e")
c = B("c")
b = A("b")
h = A("h")
j = A("j")
i.r = h
i.x = c
f.p = c
e.r = j
e... | f | c | f | c | f | c | f | c | c | f | c | f | c | f | c | f | 7 | 12 | 2 | 7 | 6 |
4,303 | class A:
def __init__(self, txt: str):
self.t: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.z: B = None
self.txt = txt
e = A("e")
b = B("b")
c = B("c")
f = B("f")
a = B("a")
d = B("d")
g = A("g")
e.t = b
... | c" | class A:
def __init__(self, txt: str):
self.t: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.z: B = None
self.txt = txt
e = A("e")
b = B("b")
c = B("c")
f = B("f")
a = B("a")
d = B("d")
g = A("g")
e.t = b
... | f | d | c | b | c | d | c | x | c | d | c | b | c | d | f | x | 7 | 13 | 2 | 6 | 3 |
4,304 | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
g = A("g")
j = B("j")
f = A("f")
g.x = j
j.z = g
f.x = j
assert f.x.z.x.txt == " | j" | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
g = A("g")
j = B("j")
f = A("f")
g.x = j
j.z = g
f.x = j
assert f.x.z.x.txt == "j" | f | j | g | j | x | x | x | x | j | g | j | f | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
4,305 | class A:
def __init__(self, txt: str):
self.s: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.p: A = None
self.txt = txt
c = A("c")
d = B("d")
b = A("b")
a = B("a")
h = B("h")
g = B("g")
i = B("i")
c.s = g
... | g" | class A:
def __init__(self, txt: str):
self.s: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.p: A = None
self.txt = txt
c = A("c")
d = B("d")
b = A("b")
a = B("a")
h = B("h")
g = B("g")
i = B("i")
c.s = g
... | h | i | g | h | i | g | x | x | g | i | h | g | i | h | x | x | 7 | 14 | 2 | 5 | 3 |
4,306 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.s: A = None
self.txt = txt
e = A("e")
d = B("d")
b = A("b")
g = B("g")
e.t = d
d.o = e
d.s = b
b.t = g
g.o = e
g.s = e
assert d.o.t.s.txt... | b" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.s: A = None
self.txt = txt
e = A("e")
d = B("d")
b = A("b")
g = B("g")
e.t = d
d.o = e
d.s = b
b.t = g
g.o = e
g.s = e
assert d.o.t.s.txt... | d | e | d | b | x | x | x | x | b | d | e | d | x | x | x | x | 4 | 5 | 2 | 3 | 1 |
4,307 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
g = A("g")
h = B("h")
d = B("d")
g.r = h
h.v = g
d.v = g
assert g.r.v.r.txt == " | h" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
g = A("g")
h = B("h")
d = B("d")
g.r = h
h.v = g
d.v = g
assert g.r.v.r.txt == "h" | g | h | g | h | x | x | x | x | h | g | h | g | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
4,308 | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.o: B = None
self.txt = txt
d = A("d")
e = B("e")
i = A("i")
c = A("c")
f = B("f")
b = B("b")
g = B("g")
d.v = i
e.q = b
e.o = f
i.v = d
c... | e" | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.o: B = None
self.txt = txt
d = A("d")
e = B("e")
i = A("i")
c = A("c")
f = B("f")
b = B("b")
g = B("g")
d.v = i
e.q = b
e.o = f
i.v = d
c... | f | e | b | f | g | e | x | x | e | g | f | b | e | f | x | x | 7 | 9 | 2 | 5 | 2 |
4,309 | class A:
def __init__(self, txt: str):
self.s: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
a = A("a")
g = B("g")
e = A("e")
d = B("d")
a.s = g
a.v = g
g.q = a
e.s = g
e.v = d
d.q = e
assert g.q.s.q.txt... | a" | class A:
def __init__(self, txt: str):
self.s: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
a = A("a")
g = B("g")
e = A("e")
d = B("d")
a.s = g
a.v = g
g.q = a
e.s = g
e.v = d
d.q = e
assert g.q.s.q.txt... | g | a | g | a | x | x | x | x | a | g | a | g | x | x | x | x | 4 | 5 | 2 | 3 | 2 |
4,310 | class A:
def __init__(self, txt: str):
self.w: B = None
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
g = A("g")
i = B("i")
j = B("j")
h = B("h")
c = B("c")
b = B("b")
a = A("a")
g.w = b
... | b" | class A:
def __init__(self, txt: str):
self.w: B = None
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
g = A("g")
i = B("i")
j = B("j")
h = B("h")
c = B("c")
b = B("b")
a = A("a")
g.w = b
... | a | b | g | c | a | b | a | b | b | a | b | a | c | g | b | a | 7 | 10 | 2 | 7 | 4 |
4,311 | class A:
def __init__(self, txt: str):
self.o: A = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.x: A = None
self.txt = txt
d = A("d")
b = B("b")
g = A("g")
d.o = g
d.q = g
b.p = d
b.x = g
g.o = d
g.q = d
asse... | g" | class A:
def __init__(self, txt: str):
self.o: A = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.x: A = None
self.txt = txt
d = A("d")
b = B("b")
g = A("g")
d.o = g
d.q = g
b.p = d
b.x = g
g.o = d
g.q = d
asse... | d | g | d | g | x | x | x | x | g | d | g | d | x | x | x | x | 3 | 4 | 2 | 3 | 2 |
4,312 | class A:
def __init__(self, txt: str):
self.q: A = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
d = A("d")
h = B("h")
b = B("b")
f = B("f")
i = B("i")
g = A("g")
a = B("a")
d.q = g
d.r = b
h.s = g
b.s = g
f... | g" | class A:
def __init__(self, txt: str):
self.q: A = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
d = A("d")
h = B("h")
b = B("b")
f = B("f")
i = B("i")
g = A("g")
a = B("a")
d.q = g
d.r = b
h.s = g
b.s = g
f... | f | d | b | g | d | g | x | x | g | d | g | b | d | f | x | x | 7 | 9 | 2 | 5 | 2 |
4,313 | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.x: A = None
self.txt = txt
d = A("d")
j = B("j")
b = A("b")
d.v = b
j.s = b
j.x = d
b.v = d
assert d.v.v.v.txt == " | b" | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.x: A = None
self.txt = txt
d = A("d")
j = B("j")
b = A("b")
d.v = b
j.s = b
j.x = d
b.v = d
assert d.v.v.v.txt == "b" | d | b | d | b | x | x | x | x | b | d | b | d | x | x | x | x | 3 | 4 | 2 | 3 | 2 |
4,314 | class A:
def __init__(self, txt: str):
self.s: A = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
c = A("c")
f = B("f")
g = A("g")
h = A("h")
c.s = h
c.y = f
f.x = h
g.s = c
g.y = f
h.s = g
h.y = f
assert h.s... | h" | class A:
def __init__(self, txt: str):
self.s: A = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
c = A("c")
f = B("f")
g = A("g")
h = A("h")
c.s = h
c.y = f
f.x = h
g.s = c
g.y = f
h.s = g
h.y = f
assert h.s... | h | g | f | h | x | x | x | x | h | f | g | h | x | x | x | x | 4 | 7 | 2 | 3 | 1 |
4,315 | class A:
def __init__(self, txt: str):
self.t: B = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.w: A = None
self.txt = txt
c = A("c")
e = B("e")
h = A("h")
g = A("g")
j = B("j")
d = A("d")
b = A("b")
c.t = e
... | c" | class A:
def __init__(self, txt: str):
self.t: B = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.w: A = None
self.txt = txt
c = A("c")
e = B("e")
h = A("h")
g = A("g")
j = B("j")
d = A("d")
b = A("b")
c.t = e
... | b | j | e | b | j | g | c | x | c | g | j | b | e | j | b | x | 7 | 14 | 2 | 6 | 2 |
4,316 | 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.r: B = None
self.txt = txt
d = A("d")
e = B("e")
a = B("a")
c = B("c")
i = B("i")
f = A("f")
d.v = f
e.s = a
e.r = i
a.s = e
a.r = i
c.s ... | f" | 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.r: B = None
self.txt = txt
d = A("d")
e = B("e")
a = B("a")
c = B("c")
i = B("i")
f = A("f")
d.v = f
e.s = a
e.r = i
a.s = e
a.r = i
c.s ... | d | f | d | f | x | x | x | x | f | d | f | d | x | x | x | x | 6 | 10 | 2 | 3 | 2 |
4,317 | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.p: B = None
self.txt = txt
e = A("e")
b = B("b")
d = B("d")
i = B("i")
h = A("h")
e.x = h
b.y = e
b.p = d
d.y = h
d.p = b
i.y = e
i.p = d... | h" | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.p: B = None
self.txt = txt
e = A("e")
b = B("b")
d = B("d")
i = B("i")
h = A("h")
e.x = h
b.y = e
b.p = d
d.y = h
d.p = b
i.y = e
i.p = d... | h | e | h | e | h | x | x | x | h | e | h | e | h | x | x | x | 5 | 8 | 2 | 4 | 3 |
4,318 | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
d = A("d")
g = B("g")
c = B("c")
b = A("b")
a = B("a")
d.s = b
g.x = d
c.x = b
b.s = d
a.x = d
assert b.s.s.s.txt == " | d" | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
d = A("d")
g = B("g")
c = B("c")
b = A("b")
a = B("a")
d.s = b
g.x = d
c.x = b
b.s = d
a.x = d
assert b.s.s.s.txt == "d" | b | d | b | d | x | x | x | x | d | b | d | b | x | x | x | x | 5 | 5 | 2 | 3 | 2 |
4,319 | class A:
def __init__(self, txt: str):
self.y: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.p: B = None
self.txt = txt
c = A("c")
f = B("f")
e = B("e")
a = A("a")
d = B("d")
g = B("g")
c.y = g
c.w = d
f.s... | f" | class A:
def __init__(self, txt: str):
self.y: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.p: B = None
self.txt = txt
c = A("c")
f = B("f")
e = B("e")
a = A("a")
d = B("d")
g = B("g")
c.y = g
c.w = d
f.s... | d | e | g | f | x | x | x | x | f | g | e | d | x | x | x | x | 6 | 10 | 2 | 3 | 0 |
4,320 | class A:
def __init__(self, txt: str):
self.s: A = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
f = A("f")
j = B("j")
h = A("h")
a = A("a")
i = A("i")
g = B("g")
b = A("b")
f.s = b
f.o = b
j.p = g
h.s = b
h... | j" | class A:
def __init__(self, txt: str):
self.s: A = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
f = A("f")
j = B("j")
h = A("h")
a = A("a")
i = A("i")
g = B("g")
b = A("b")
f.s = b
f.o = b
j.p = g
h.s = b
h... | j | g | j | g | j | g | j | x | j | g | j | g | j | g | j | x | 7 | 10 | 2 | 6 | 5 |
4,321 | 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.q: A = None
self.r: B = None
self.txt = txt
j = A("j")
f = B("f")
h = B("h")
d = B("d")
c = A("c")
j.v = d
j.q = d
f.q = j
f.r = ... | j" | 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.q: A = None
self.r: B = None
self.txt = txt
j = A("j")
f = B("f")
h = B("h")
d = B("d")
c = A("c")
j.v = d
j.q = d
f.q = j
f.r = ... | d | j | d | j | x | x | x | x | j | d | j | d | x | x | x | x | 5 | 8 | 2 | 3 | 2 |
4,322 | class A:
def __init__(self, txt: str):
self.v: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.r: A = None
self.txt = txt
c = A("c")
h = B("h")
j = B("j")
d = B("d")
i = B("i")
c.v = h
c.y = d
h.v = c
h.r = ... | c" | class A:
def __init__(self, txt: str):
self.v: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.r: A = None
self.txt = txt
c = A("c")
h = B("h")
j = B("j")
d = B("d")
i = B("i")
c.v = h
c.y = d
h.v = c
h.r = ... | i | c | h | c | x | x | x | x | c | h | c | i | x | x | x | x | 5 | 6 | 2 | 3 | 1 |
4,323 | class A:
def __init__(self, txt: str):
self.w: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
a = A("a")
e = B("e")
c = A("c")
h = A("h")
d = A("d")
j = A("j")
f = B("f")
a.w = e
a.v = e
e.u = f
c.w = e
c... | e" | class A:
def __init__(self, txt: str):
self.w: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
a = A("a")
e = B("e")
c = A("c")
h = A("h")
d = A("d")
j = A("j")
f = B("f")
a.w = e
a.v = e
e.u = f
c.w = e
c... | d | f | e | f | e | f | e | x | e | f | e | f | e | f | d | x | 7 | 8 | 2 | 6 | 4 |
4,324 | class A:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
c = A("c")
i = B("i")
e = A("e")
d = A("d")
h = B("h")
f = A("f")
c.q = d
i.v = h
e.q = d
d.q = e
h.v = i
f.q = c
assert c.q.q.q.q.q.tx... | d" | class A:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
c = A("c")
i = B("i")
e = A("e")
d = A("d")
h = B("h")
f = A("f")
c.q = d
i.v = h
e.q = d
d.q = e
h.v = i
f.q = c
assert c.q.q.q.q.q.tx... | c | d | e | d | e | d | x | x | d | e | d | e | d | c | x | x | 6 | 6 | 2 | 5 | 3 |
4,325 | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.o: B = None
self.txt = txt
d = A("d")
f = B("f")
h = A("h")
a = B("a")
d.y = f
f.r = d
f.o = a
h.y = f
a.r = d
a.o = f
assert f.o.o.r.txt... | d" | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.o: B = None
self.txt = txt
d = A("d")
f = B("f")
h = A("h")
a = B("a")
d.y = f
f.r = d
f.o = a
h.y = f
a.r = d
a.o = f
assert f.o.o.r.txt... | f | a | f | d | x | x | x | x | d | f | a | f | x | x | x | x | 4 | 6 | 2 | 3 | 1 |
4,326 | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.z: A = None
self.txt = txt
b = A("b")
a = B("a")
d = B("d")
f = B("f")
g = B("g")
i = A("i")
b.r = i
a.u = g
a.z = i
d.u = f
d.z = i
f.u ... | i" | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.z: A = None
self.txt = txt
b = A("b")
a = B("a")
d = B("d")
f = B("f")
g = B("g")
i = A("i")
b.r = i
a.u = g
a.z = i
d.u = f
d.z = i
f.u ... | a | i | b | i | x | x | x | x | i | b | i | a | x | x | x | x | 6 | 10 | 2 | 3 | 1 |
4,327 | class A:
def __init__(self, txt: str):
self.q: A = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
i = A("i")
h = B("h")
a = A("a")
g = A("g")
j = A("j")
c = A("c")
i.q = g
i.r = j
h.s = g
a.q = j
a.r = j
g.q ... | c" | class A:
def __init__(self, txt: str):
self.q: A = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
i = A("i")
h = B("h")
a = A("a")
g = A("g")
j = A("j")
c = A("c")
i.q = g
i.r = j
h.s = g
a.q = j
a.r = j
g.q ... | c | j | g | c | x | x | x | x | c | g | j | c | x | x | x | x | 6 | 9 | 2 | 3 | 1 |
4,328 | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.u: A = None
self.txt = txt
h = A("h")
e = B("e")
i = A("i")
f = B("f")
a = A("a")
b = B("b")
h.q = b
e.t = a
e.u = a
i.q = e
f.t = i
f.u ... | a" | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.u: A = None
self.txt = txt
h = A("h")
e = B("e")
i = A("i")
f = B("f")
a = A("a")
b = B("b")
h.q = b
e.t = a
e.u = a
i.q = e
f.t = i
f.u ... | b | i | e | a | e | a | x | x | a | e | a | e | i | b | x | x | 6 | 8 | 2 | 5 | 2 |
4,329 | class A:
def __init__(self, txt: str):
self.o: A = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
f = A("f")
c = B("c")
d = A("d")
a = A("a")
e = B("e")
f.o = a
f.w = c
c.t = e
d.o = a
d.w = e
a.o = f
a.w = e... | c" | class A:
def __init__(self, txt: str):
self.o: A = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
f = A("f")
c = B("c")
d = A("d")
a = A("a")
e = B("e")
f.o = a
f.w = c
c.t = e
d.o = a
d.w = e
a.o = f
a.w = e... | e | c | e | c | x | x | x | x | c | e | c | e | x | x | x | x | 5 | 8 | 2 | 3 | 2 |
4,330 | class A:
def __init__(self, txt: str):
self.p: B = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.w: A = None
self.txt = txt
b = A("b")
a = B("a")
d = B("d")
g = A("g")
c = A("c")
b.p = d
b.v = c
a.p = d
a.w = ... | d" | class A:
def __init__(self, txt: str):
self.p: B = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.w: A = None
self.txt = txt
b = A("b")
a = B("a")
d = B("d")
g = A("g")
c = A("c")
b.p = d
b.v = c
a.p = d
a.w = ... | c | g | a | d | x | x | x | x | d | a | g | c | x | x | x | x | 5 | 10 | 2 | 3 | 0 |
4,331 | 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.q: B = None
self.txt = txt
h = A("h")
a = B("a")
f = B("f")
e = A("e")
g = B("g")
h.w = g
a.t = h
a.q = g
f.t = h
f.q = g
e.w = f
g.t = h... | f" | 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.q: B = None
self.txt = txt
h = A("h")
a = B("a")
f = B("f")
e = A("e")
g = B("g")
h.w = g
a.t = h
a.q = g
f.t = h
f.q = g
e.w = f
g.t = h... | a | g | h | g | f | x | x | x | f | g | h | g | a | x | x | x | 5 | 8 | 2 | 4 | 1 |
4,332 | class A:
def __init__(self, txt: str):
self.p: B = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
b = A("b")
e = B("e")
c = B("c")
g = A("g")
h = A("h")
i = B("i")
b.p = c
b.y = g
e.o = i
c.o = e
g.p = c
g.y ... | c" | class A:
def __init__(self, txt: str):
self.p: B = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
b = A("b")
e = B("e")
c = B("c")
g = A("g")
h = A("h")
i = B("i")
b.p = c
b.y = g
e.o = i
c.o = e
g.p = c
g.y ... | h | i | c | e | i | c | x | x | c | i | e | c | i | h | x | x | 6 | 9 | 2 | 5 | 2 |
4,333 | class A:
def __init__(self, txt: str):
self.r: A = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
d = A("d")
h = B("h")
b = A("b")
d.r = b
d.q = h
h.x = d
b.r = d
b.q = h
assert d.q.x.q.txt == " | h" | class A:
def __init__(self, txt: str):
self.r: A = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
d = A("d")
h = B("h")
b = A("b")
d.r = b
d.q = h
h.x = d
b.r = d
b.q = h
assert d.q.x.q.txt == "h" | d | h | d | h | x | x | x | x | h | d | h | d | x | x | x | x | 3 | 5 | 2 | 3 | 2 |
4,334 | class A:
def __init__(self, txt: str):
self.r: A = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.u: B = None
self.txt = txt
a = A("a")
c = B("c")
i = B("i")
j = B("j")
f = A("f")
d = B("d")
a.r = f
a.p = i
c.v... | i" | class A:
def __init__(self, txt: str):
self.r: A = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.u: B = None
self.txt = txt
a = A("a")
c = B("c")
i = B("i")
j = B("j")
f = A("f")
d = B("d")
a.r = f
a.p = i
c.v... | a | i | c | i | x | x | x | x | i | c | i | a | x | x | x | x | 6 | 12 | 2 | 3 | 1 |
4,335 | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.o: A = None
self.txt = txt
c = A("c")
i = B("i")
h = A("h")
j = B("j")
g = A("g")
c.r = h
i.s = c
i.o = c
h.r = c
j.s = g
j.o = h
g.r = c... | c" | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.o: A = None
self.txt = txt
c = A("c")
i = B("i")
h = A("h")
j = B("j")
g = A("g")
c.r = h
i.s = c
i.o = c
h.r = c
j.s = g
j.o = h
g.r = c... | c | h | c | h | c | x | x | x | c | h | c | h | c | x | x | x | 5 | 6 | 2 | 4 | 3 |
4,336 | class A:
def __init__(self, txt: str):
self.w: A = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
e = A("e")
b = B("b")
a = A("a")
c = A("c")
e.w = a
e.x = a
b.r = a
a.w = c
a.x = c
c.w = e
c.x = a
assert e.w... | e" | class A:
def __init__(self, txt: str):
self.w: A = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
e = A("e")
b = B("b")
a = A("a")
c = A("c")
e.w = a
e.x = a
b.r = a
a.w = c
a.x = c
c.w = e
c.x = a
assert e.w... | e | a | c | e | x | x | x | x | e | c | a | e | x | x | x | x | 4 | 5 | 2 | 3 | 1 |
4,337 | class A:
def __init__(self, txt: str):
self.w: A = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.w: A = None
self.txt = txt
i = A("i")
d = B("d")
j = B("j")
g = A("g")
i.w = g
i.x = j
d.z = j
d.w = g
j.z = d
j... | j" | class A:
def __init__(self, txt: str):
self.w: A = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.w: A = None
self.txt = txt
i = A("i")
d = B("d")
j = B("j")
g = A("g")
i.w = g
i.x = j
d.z = j
d.w = g
j.z = d
j... | i | j | d | j | x | x | x | x | j | d | j | i | x | x | x | x | 4 | 8 | 2 | 3 | 1 |
4,338 | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.u: A = None
self.txt = txt
i = A("i")
b = B("b")
j = A("j")
f = B("f")
i.v = j
b.p = f
b.u = j
j.v = i
f.p = b
f.u = j
assert j.v.v.v.v.t... | j" | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.u: A = None
self.txt = txt
i = A("i")
b = B("b")
j = A("j")
f = B("f")
i.v = j
b.p = f
b.u = j
j.v = i
f.p = b
f.u = j
assert j.v.v.v.v.t... | j | i | j | i | j | x | x | x | j | i | j | i | j | x | x | x | 4 | 6 | 2 | 4 | 3 |
4,339 | 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
b = A("b")
d = B("d")
h = A("h")
a = B("a")
i = A("i")
b.x = d
d.w = a
h.x = d
a.w = d
i.x = a
assert d.w.w.w.w.txt == " | d" | 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
b = A("b")
d = B("d")
h = A("h")
a = B("a")
i = A("i")
b.x = d
d.w = a
h.x = d
a.w = d
i.x = a
assert d.w.w.w.w.txt == "d" | d | a | d | a | d | x | x | x | d | a | d | a | d | x | x | x | 5 | 5 | 2 | 4 | 3 |
4,340 | class A:
def __init__(self, txt: str):
self.s: A = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.y: B = None
self.txt = txt
c = A("c")
i = B("i")
h = A("h")
a = B("a")
d = A("d")
c.s = d
c.u = h
i.q = a
i.y = ... | h" | class A:
def __init__(self, txt: str):
self.s: A = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.y: B = None
self.txt = txt
c = A("c")
i = B("i")
h = A("h")
a = B("a")
d = A("d")
c.s = d
c.u = h
i.q = a
i.y = ... | c | h | d | c | h | x | x | x | h | c | d | h | c | x | x | x | 5 | 8 | 2 | 4 | 2 |
4,341 | class A:
def __init__(self, txt: str):
self.r: B = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.s: B = None
self.txt = txt
i = A("i")
g = B("g")
e = A("e")
j = B("j")
i.r = j
i.u = j
g.o = i
g.s = j
e.r = g
e... | i" | class A:
def __init__(self, txt: str):
self.r: B = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.s: B = None
self.txt = txt
i = A("i")
g = B("g")
e = A("e")
j = B("j")
i.r = j
i.u = j
g.o = i
g.s = j
e.r = g
e... | e | j | g | i | x | x | x | x | i | g | j | e | x | x | x | x | 4 | 7 | 2 | 3 | 0 |
4,342 | class A:
def __init__(self, txt: str):
self.o: B = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
j = A("j")
g = B("g")
a = A("a")
c = A("c")
j.o = g
j.y = c
g.p = j
a.o = g
a.y = j
c.o = g
c.y = j
assert g.p... | j" | class A:
def __init__(self, txt: str):
self.o: B = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
j = A("j")
g = B("g")
a = A("a")
c = A("c")
j.o = g
j.y = c
g.p = j
a.o = g
a.y = j
c.o = g
c.y = j
assert g.p... | g | j | g | j | x | x | x | x | j | g | j | g | x | x | x | x | 4 | 7 | 2 | 3 | 2 |
4,343 | class A:
def __init__(self, txt: str):
self.z: B = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.u: A = None
self.txt = txt
b = A("b")
f = B("f")
g = A("g")
d = A("d")
e = B("e")
j = B("j")
h = A("h")
b.z = j
... | j" | class A:
def __init__(self, txt: str):
self.z: B = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.u: A = None
self.txt = txt
b = A("b")
f = B("f")
g = A("g")
d = A("d")
e = B("e")
j = B("j")
h = A("h")
b.z = j
... | e | g | j | h | j | x | x | x | j | h | j | g | e | x | x | x | 7 | 13 | 2 | 4 | 1 |
4,344 | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.q: B = None
self.txt = txt
j = A("j")
h = B("h")
g = B("g")
i = B("i")
j.y = h
h.r = g
h.q = g
g.r = i
g.q = i
i.r = h
i.q = g
assert g.r... | i" | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.q: B = None
self.txt = txt
j = A("j")
h = B("h")
g = B("g")
i = B("i")
j.y = h
h.r = g
h.q = g
g.r = i
g.q = i
i.r = h
i.q = g
assert g.r... | g | i | g | i | x | x | x | x | i | g | i | g | x | x | x | x | 4 | 5 | 2 | 3 | 2 |
4,345 | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
b = A("b")
j = B("j")
c = A("c")
a = A("a")
b.t = a
j.w = c
c.t = b
a.t = b
assert b.t.t.t.t.txt == " | b" | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
b = A("b")
j = B("j")
c = A("c")
a = A("a")
b.t = a
j.w = c
c.t = b
a.t = b
assert b.t.t.t.t.txt == "b" | b | a | b | a | b | x | x | x | b | a | b | a | b | x | x | x | 4 | 4 | 2 | 4 | 3 |
4,346 | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.s: B = None
self.txt = txt
d = A("d")
h = B("h")
e = A("e")
i = B("i")
d.x = h
h.o = e
h.s = i
e.x = h
i.o = e
i.s = h
assert i.o.x.o.txt... | e" | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.s: B = None
self.txt = txt
d = A("d")
h = B("h")
e = A("e")
i = B("i")
d.x = h
h.o = e
h.s = i
e.x = h
i.o = e
i.s = h
assert i.o.x.o.txt... | i | e | h | e | x | x | x | x | e | h | e | i | x | x | x | x | 4 | 6 | 2 | 3 | 1 |
4,347 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
f = A("f")
a = B("a")
j = A("j")
c = B("c")
f.v = c
a.o = j
j.v = a
c.o = f
assert j.v.o.v.o.txt == " | j" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
f = A("f")
a = B("a")
j = A("j")
c = B("c")
f.v = c
a.o = j
j.v = a
c.o = f
assert j.v.o.v.o.txt == "j" | j | a | j | a | j | x | x | x | j | a | j | a | j | x | x | x | 4 | 4 | 2 | 4 | 3 |
4,348 | class A:
def __init__(self, txt: str):
self.u: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
e = A("e")
h = B("h")
i = B("i")
e.u = i
e.t = h
h.x = i
i.x = h
assert h.x.x.x.txt == " | i" | class A:
def __init__(self, txt: str):
self.u: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
e = A("e")
h = B("h")
i = B("i")
e.u = i
e.t = h
h.x = i
i.x = h
assert h.x.x.x.txt == "i" | h | i | h | i | x | x | x | x | i | h | i | h | x | x | x | x | 3 | 4 | 2 | 3 | 2 |
4,349 | class A:
def __init__(self, txt: str):
self.q: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.y: A = None
self.txt = txt
h = A("h")
i = B("i")
d = B("d")
b = B("b")
h.q = d
h.t = i
i.t = b
i.y = h
d.t = b
d... | d" | class A:
def __init__(self, txt: str):
self.q: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.y: A = None
self.txt = txt
h = A("h")
i = B("i")
d = B("d")
b = B("b")
h.q = d
h.t = i
i.t = b
i.y = h
d.t = b
d... | i | h | i | h | d | x | x | x | d | h | i | h | i | x | x | x | 4 | 8 | 2 | 4 | 2 |
4,350 | class A:
def __init__(self, txt: str):
self.v: A = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
c = A("c")
a = B("a")
f = A("f")
e = B("e")
i = A("i")
d = A("d")
c.v = d
c.s = i
a.w = c
f.v = i
f.s = d
e.w ... | i" | class A:
def __init__(self, txt: str):
self.v: A = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
c = A("c")
a = B("a")
f = A("f")
e = B("e")
i = A("i")
d = A("d")
c.v = d
c.s = i
a.w = c
f.v = i
f.s = d
e.w ... | d | c | i | d | f | i | x | x | i | f | d | i | c | d | x | x | 6 | 10 | 2 | 5 | 2 |
4,351 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
c = A("c")
i = B("i")
j = B("j")
a = B("a")
d = A("d")
e = A("e")
c.t = i
i.v = j
j.v = i
a.v = j
d.t = i
e.t = a
assert j.v.v.v.txt ==... | i" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
c = A("c")
i = B("i")
j = B("j")
a = B("a")
d = A("d")
e = A("e")
c.t = i
i.v = j
j.v = i
a.v = j
d.t = i
e.t = a
assert j.v.v.v.txt ==... | j | i | j | i | x | x | x | x | i | j | i | j | x | x | x | x | 6 | 6 | 2 | 3 | 2 |
4,352 | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
f = A("f")
a = B("a")
c = B("c")
g = A("g")
e = A("e")
b = B("b")
f.o = g
a.p = c
c.p = a
g.o = e
e.o = f
b.p = a
assert a.p.p.p.p.p.p.... | a" | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
f = A("f")
a = B("a")
c = B("c")
g = A("g")
e = A("e")
b = B("b")
f.o = g
a.p = c
c.p = a
g.o = e
e.o = f
b.p = a
assert a.p.p.p.p.p.p.... | a | c | a | c | a | c | a | x | a | c | a | c | a | c | a | x | 6 | 6 | 2 | 6 | 5 |
4,353 | 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
a = A("a")
c = B("c")
i = B("i")
e = A("e")
a.v = e
c.q = a
c.z = a
i.q = a
i.z = e
e.v = a
assert c.q.v.v.txt... | a" | 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
a = A("a")
c = B("c")
i = B("i")
e = A("e")
a.v = e
c.q = a
c.z = a
i.q = a
i.z = e
e.v = a
assert c.q.v.v.txt... | c | a | e | a | x | x | x | x | a | e | a | c | x | x | x | x | 4 | 5 | 2 | 3 | 1 |
4,354 | class A:
def __init__(self, txt: str):
self.y: B = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
a = A("a")
f = B("f")
h = A("h")
g = A("g")
e = B("e")
c = B("c")
i = A("i")
a.y = c
a.v = h
f.o = e
h.y = f
h... | e" | class A:
def __init__(self, txt: str):
self.y: B = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
a = A("a")
f = B("f")
h = A("h")
g = A("g")
e = B("e")
c = B("c")
i = A("i")
a.y = c
a.v = h
f.o = e
h.y = f
h... | f | e | f | e | x | x | x | x | e | f | e | f | x | x | x | x | 7 | 11 | 2 | 3 | 2 |
4,355 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
g = A("g")
a = B("a")
i = B("i")
c = A("c")
e = B("e")
g.p = i
a.r = e
i.r = e
c.p = a
e.r = a
assert e.r.r.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: B = None
self.txt = txt
g = A("g")
a = B("a")
i = B("i")
c = A("c")
e = B("e")
g.p = i
a.r = e
i.r = e
c.p = a
e.r = a
assert e.r.r.r.txt == "a" | e | a | e | a | x | x | x | x | a | e | a | e | x | x | x | x | 5 | 5 | 2 | 3 | 2 |
4,356 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
a = A("a")
b = B("b")
d = A("d")
i = A("i")
g = A("g")
f = A("f")
a.r = b
b.p = g
d.r = b
i.r = b
g.r = b
f.r = b
assert g.r.p.r.txt ==... | b" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
a = A("a")
b = B("b")
d = A("d")
i = A("i")
g = A("g")
f = A("f")
a.r = b
b.p = g
d.r = b
i.r = b
g.r = b
f.r = b
assert g.r.p.r.txt ==... | g | b | g | b | x | x | x | x | b | g | b | g | x | x | x | x | 6 | 6 | 2 | 3 | 2 |
4,357 | class A:
def __init__(self, txt: str):
self.y: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.v: B = None
self.txt = txt
a = A("a")
c = B("c")
d = A("d")
g = B("g")
a.y = c
a.w = g
c.p = a
c.v = g
d.y = g
d... | c" | class A:
def __init__(self, txt: str):
self.y: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.v: B = None
self.txt = txt
a = A("a")
c = B("c")
d = A("d")
g = B("g")
a.y = c
a.w = g
c.p = a
c.v = g
d.y = g
d... | a | c | g | c | x | x | x | x | c | g | c | a | x | x | x | x | 4 | 7 | 2 | 3 | 1 |
4,358 | class A:
def __init__(self, txt: str):
self.q: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
a = A("a")
i = B("i")
g = B("g")
d = A("d")
h = A("h")
a.q = g
a.t = g
i.u = a
g.u = h
d.q = i
d.t = i
h.q = i... | i" | class A:
def __init__(self, txt: str):
self.q: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
a = A("a")
i = B("i")
g = B("g")
d = A("d")
h = A("h")
a.q = g
a.t = g
i.u = a
g.u = h
d.q = i
d.t = i
h.q = i... | g | h | g | h | i | x | x | x | i | h | g | h | g | x | x | x | 5 | 6 | 2 | 4 | 2 |
4,359 | class A:
def __init__(self, txt: str):
self.x: A = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
a = A("a")
e = B("e")
h = A("h")
j = A("j")
c = B("c")
a.x = j
a.u = j
e.u = c
h.x = j
h.u = a
j.x = h
j.u = a... | a" | class A:
def __init__(self, txt: str):
self.x: A = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
a = A("a")
e = B("e")
h = A("h")
j = A("j")
c = B("c")
a.x = j
a.u = j
e.u = c
h.x = j
h.u = a
j.x = h
j.u = a... | j | h | j | a | x | x | x | x | a | j | h | j | x | x | x | x | 5 | 7 | 2 | 3 | 1 |
4,360 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.s: A = None
self.txt = txt
e = A("e")
f = B("f")
a = B("a")
e.v = f
f.v = e
f.s = e
a.v = e
a.s = e
assert e.v.s.v.txt == " | f" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.s: A = None
self.txt = txt
e = A("e")
f = B("f")
a = B("a")
e.v = f
f.v = e
f.s = e
a.v = e
a.s = e
assert e.v.s.v.txt == "f" | e | f | e | f | x | x | x | x | f | e | f | e | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
4,361 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
j = A("j")
e = B("e")
b = A("b")
h = A("h")
g = B("g")
i = B("i")
j.t = e
e.u = b
b.t = e
h.t = i
g.u = j
i.u = h
assert j.t.u.t.txt ==... | e" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
j = A("j")
e = B("e")
b = A("b")
h = A("h")
g = B("g")
i = B("i")
j.t = e
e.u = b
b.t = e
h.t = i
g.u = j
i.u = h
assert j.t.u.t.txt ==... | j | e | b | e | x | x | x | x | e | b | e | j | x | x | x | x | 6 | 6 | 2 | 3 | 1 |
4,362 | class A:
def __init__(self, txt: str):
self.y: A = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
c = A("c")
f = B("f")
b = A("b")
e = B("e")
c.y = b
c.x = f
f.x = b
b.y = c
b.x = e
e.x = b
assert f.x.y.x.txt... | f" | class A:
def __init__(self, txt: str):
self.y: A = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
c = A("c")
f = B("f")
b = A("b")
e = B("e")
c.y = b
c.x = f
f.x = b
b.y = c
b.x = e
e.x = b
assert f.x.y.x.txt... | f | b | c | f | x | x | x | x | f | c | b | f | x | x | x | x | 4 | 6 | 2 | 3 | 1 |
4,363 | class A:
def __init__(self, txt: str):
self.p: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
f = A("f")
e = B("e")
c = A("c")
d = B("d")
g = B("g")
h = A("h")
j = B("j")
f.p = j
f.z = e
e.o = j
c.p = g
c... | d" | class A:
def __init__(self, txt: str):
self.p: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
f = A("f")
e = B("e")
c = A("c")
d = B("d")
g = B("g")
h = A("h")
j = B("j")
f.p = j
f.z = e
e.o = j
c.p = g
c... | h | j | d | j | d | x | x | x | d | j | d | j | h | x | x | x | 7 | 9 | 2 | 4 | 2 |
4,364 | class A:
def __init__(self, txt: str):
self.w: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
e = A("e")
g = B("g")
j = A("j")
c = A("c")
f = A("f")
d = B("d")
e.w = d
e.s = d
g.q = c
j.w = g
j.s = d
c.w ... | d" | class A:
def __init__(self, txt: str):
self.w: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
e = A("e")
g = B("g")
j = A("j")
c = A("c")
f = A("f")
d = B("d")
e.w = d
e.s = d
g.q = c
j.w = g
j.s = d
c.w ... | j | g | c | d | j | d | x | x | d | j | d | c | g | j | x | x | 6 | 7 | 2 | 5 | 2 |
4,365 | class A:
def __init__(self, txt: str):
self.s: B = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
i = A("i")
e = B("e")
f = B("f")
j = A("j")
c = A("c")
i.s = e
i.o = c
e.y = c
f.y = c
j.s = f
j.o = c
c.s = f... | f" | class A:
def __init__(self, txt: str):
self.s: B = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
i = A("i")
e = B("e")
f = B("f")
j = A("j")
c = A("c")
i.s = e
i.o = c
e.y = c
f.y = c
j.s = f
j.o = c
c.s = f... | c | f | c | f | c | f | x | x | f | c | f | c | f | c | x | x | 5 | 8 | 2 | 5 | 4 |
4,366 | class A:
def __init__(self, txt: str):
self.v: B = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.v: B = None
self.txt = txt
j = A("j")
d = B("d")
a = A("a")
f = A("f")
e = B("e")
b = A("b")
i = B("i")
j.v = d
... | j" | class A:
def __init__(self, txt: str):
self.v: B = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.v: B = None
self.txt = txt
j = A("j")
d = B("d")
a = A("a")
f = A("f")
e = B("e")
b = A("b")
i = B("i")
j.v = d
... | b | d | i | d | i | j | x | x | j | i | d | i | d | b | x | x | 7 | 14 | 2 | 5 | 2 |
4,367 | class A:
def __init__(self, txt: str):
self.x: 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")
i = B("i")
c = A("c")
j = B("j")
b = A("b")
h.x = i
h.q = j
i.p = h
c.x = i
c.q = i
j.p = c
b.x = i... | h" | class A:
def __init__(self, txt: str):
self.x: 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")
i = B("i")
c = A("c")
j = B("j")
b = A("b")
h.x = i
h.q = j
i.p = h
c.x = i
c.q = i
j.p = c
b.x = i... | j | c | i | h | x | x | x | x | h | i | c | j | x | x | x | x | 5 | 6 | 2 | 3 | 0 |
4,368 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
a = A("a")
i = B("i")
f = B("f")
g = A("g")
h = B("h")
c = A("c")
a.t = h
i.p = g
f.p = g
g.t = i
h.p = a
c.t = h
assert h.p.t.p.t.p.t.... | h" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
a = A("a")
i = B("i")
f = B("f")
g = A("g")
h = B("h")
c = A("c")
a.t = h
i.p = g
f.p = g
g.t = i
h.p = a
c.t = h
assert h.p.t.p.t.p.t.... | h | a | h | a | h | a | h | x | h | a | h | a | h | a | h | x | 6 | 6 | 2 | 6 | 5 |
4,369 | class A:
def __init__(self, txt: str):
self.q: A = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.p: A = None
self.txt = txt
d = A("d")
i = B("i")
h = B("h")
a = A("a")
b = A("b")
d.q = a
d.u = i
i.v = h
i.p = ... | a" | class A:
def __init__(self, txt: str):
self.q: A = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.p: A = None
self.txt = txt
d = A("d")
i = B("i")
h = B("h")
a = A("a")
b = A("b")
d.q = a
d.u = i
i.v = h
i.p = ... | b | i | h | a | x | x | x | x | a | h | i | b | x | x | x | x | 5 | 10 | 2 | 3 | 0 |
4,370 | class A:
def __init__(self, txt: str):
self.r: B = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
i = A("i")
d = B("d")
a = B("a")
h = B("h")
f = A("f")
c = A("c")
j = B("j")
i.r = j
i.x = c
d.p = c
a.p = c
h... | j" | class A:
def __init__(self, txt: str):
self.r: B = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
i = A("i")
d = B("d")
a = B("a")
h = B("h")
f = A("f")
c = A("c")
j = B("j")
i.r = j
i.x = c
d.p = c
a.p = c
h... | d | c | j | i | j | x | x | x | j | i | j | c | d | x | x | x | 7 | 10 | 2 | 4 | 1 |
4,371 | class A:
def __init__(self, txt: str):
self.x: A = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.v: B = None
self.txt = txt
i = A("i")
j = B("j")
a = B("a")
g = A("g")
c = A("c")
i.x = c
i.p = g
j.z = c
j.v = ... | c" | class A:
def __init__(self, txt: str):
self.x: A = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.v: B = None
self.txt = txt
i = A("i")
j = B("j")
a = B("a")
g = A("g")
c = A("c")
i.x = c
i.p = g
j.z = c
j.v = ... | j | c | g | c | g | c | x | x | c | g | c | g | c | j | x | x | 5 | 8 | 2 | 5 | 3 |
4,372 | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
j = A("j")
d = B("d")
e = A("e")
i = B("i")
g = A("g")
c = A("c")
b = A("b")
j.w = e
d.s = i
e.w = c
i.s = d
g.w = j
c.w = b
b.w = c
as... | b" | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
j = A("j")
d = B("d")
e = A("e")
i = B("i")
g = A("g")
c = A("c")
b = A("b")
j.w = e
d.s = i
e.w = c
i.s = d
g.w = j
c.w = b
b.w = c
as... | j | e | c | b | x | x | x | x | b | c | e | j | x | x | x | x | 7 | 7 | 2 | 3 | 0 |
4,373 | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
e = A("e")
g = B("g")
h = B("h")
f = A("f")
i = B("i")
d = B("d")
c = A("c")
e.o = f
g.s = d
h.s = g
f.o = c
i.s = g
d.s = h
c.o = e
as... | f" | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
e = A("e")
g = B("g")
h = B("h")
f = A("f")
i = B("i")
d = B("d")
c = A("c")
e.o = f
g.s = d
h.s = g
f.o = c
i.s = g
d.s = h
c.o = e
as... | f | c | e | f | x | x | x | x | f | e | c | f | x | x | x | x | 7 | 7 | 2 | 3 | 1 |
4,374 | class A:
def __init__(self, txt: str):
self.s: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.q: A = None
self.txt = txt
g = A("g")
c = B("c")
j = B("j")
g.s = c
g.z = j
c.t = j
c.q = g
j.t = c
j.q = g
asse... | g" | class A:
def __init__(self, txt: str):
self.s: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.q: A = None
self.txt = txt
g = A("g")
c = B("c")
j = B("j")
g.s = c
g.z = j
c.t = j
c.q = g
j.t = c
j.q = g
asse... | j | c | j | g | x | x | x | x | g | j | c | j | x | x | x | x | 3 | 6 | 2 | 3 | 1 |
4,375 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
e = A("e")
c = B("c")
i = B("i")
h = B("h")
g = A("g")
e.r = c
c.y = e
i.y = e
h.y = g
g.r = i
assert g.r.y.r.y.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.y: A = None
self.txt = txt
e = A("e")
c = B("c")
i = B("i")
h = B("h")
g = A("g")
e.r = c
c.y = e
i.y = e
h.y = g
g.r = i
assert g.r.y.r.y.r.txt == "c" | g | i | e | c | e | c | x | x | c | e | c | e | i | g | x | x | 5 | 5 | 2 | 5 | 2 |
4,376 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.r: B = None
self.txt = txt
c = A("c")
j = B("j")
g = B("g")
a = A("a")
h = A("h")
c.r = g
j.s = g
j.r = g
g.s = j
g.r = j
a.r = g
h.r = j... | g" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.r: B = None
self.txt = txt
c = A("c")
j = B("j")
g = B("g")
a = A("a")
h = A("h")
c.r = g
j.s = g
j.r = g
g.s = j
g.r = j
a.r = g
h.r = j... | c | g | j | g | j | g | x | x | g | j | g | j | g | c | x | x | 5 | 5 | 2 | 5 | 3 |
4,377 | class A:
def __init__(self, txt: str):
self.p: B = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
e = A("e")
f = B("f")
j = A("j")
c = A("c")
a = A("a")
i = B("i")
e.p = i
e.q = f
f.x = i
j.p = f
j.q = i
c.p ... | i" | class A:
def __init__(self, txt: str):
self.p: B = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
e = A("e")
f = B("f")
j = A("j")
c = A("c")
a = A("a")
i = B("i")
e.p = i
e.q = f
f.x = i
j.p = f
j.q = i
c.p ... | j | f | i | f | i | f | i | x | i | f | i | f | i | f | j | x | 6 | 9 | 2 | 6 | 4 |
4,378 | class A:
def __init__(self, txt: str):
self.y: A = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
f = A("f")
g = B("g")
d = A("d")
a = B("a")
h = B("h")
f.y = d
f.t = a
g.s = d
d.y = f
d.t = a
a.s = d
h.s = f... | a" | class A:
def __init__(self, txt: str):
self.y: A = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
f = A("f")
g = B("g")
d = A("d")
a = B("a")
h = B("h")
f.y = d
f.t = a
g.s = d
d.y = f
d.t = a
a.s = d
h.s = f... | g | d | a | d | f | a | x | x | a | f | d | a | d | g | x | x | 5 | 7 | 2 | 5 | 2 |
4,379 | class A:
def __init__(self, txt: str):
self.q: B = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
a = A("a")
d = B("d")
h = A("h")
f = B("f")
a.q = f
a.x = f
d.r = h
h.q = d
h.x = f
f.r = a
assert f.r.x.r.q.t... | f" | class A:
def __init__(self, txt: str):
self.q: B = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
a = A("a")
d = B("d")
h = A("h")
f = B("f")
a.q = f
a.x = f
d.r = h
h.q = d
h.x = f
f.r = a
assert f.r.x.r.q.t... | f | a | f | a | f | x | x | x | f | a | f | a | f | x | x | x | 4 | 5 | 2 | 4 | 3 |
4,380 | class A:
def __init__(self, txt: str):
self.o: B = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.s: A = None
self.txt = txt
d = A("d")
e = B("e")
g = A("g")
b = A("b")
j = A("j")
c = B("c")
d.o = e
d.s = g
e.z... | c" | class A:
def __init__(self, txt: str):
self.o: B = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.s: A = None
self.txt = txt
d = A("d")
e = B("e")
g = A("g")
b = A("b")
j = A("j")
c = B("c")
d.o = e
d.s = g
e.z... | b | c | g | c | x | x | x | x | c | g | c | b | x | x | x | x | 6 | 12 | 2 | 3 | 1 |
4,381 | 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.s: A = None
self.o: A = None
self.txt = txt
c = A("c")
h = B("h")
d = B("d")
j = B("j")
b = B("b")
a = A("a")
c.y = a
c.r = d
h.s... | a" | 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.s: A = None
self.o: A = None
self.txt = txt
c = A("c")
h = B("h")
d = B("d")
j = B("j")
b = B("b")
a = A("a")
c.y = a
c.r = d
h.s... | b | a | b | a | x | x | x | x | a | b | a | b | x | x | x | x | 6 | 11 | 2 | 3 | 2 |
4,382 | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
g = A("g")
a = B("a")
f = A("f")
j = B("j")
g.p = f
a.z = j
f.p = g
j.z = a
assert a.z.z.z.z.txt == " | a" | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
g = A("g")
a = B("a")
f = A("f")
j = B("j")
g.p = f
a.z = j
f.p = g
j.z = a
assert a.z.z.z.z.txt == "a" | a | j | a | j | a | x | x | x | a | j | a | j | a | x | x | x | 4 | 4 | 2 | 4 | 3 |
4,383 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.t: B = None
self.txt = txt
h = A("h")
a = B("a")
b = B("b")
h.r = a
a.v = h
a.t = b
b.v = h
b.t = a
assert h.r.t.v.txt == " | h" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.t: B = None
self.txt = txt
h = A("h")
a = B("a")
b = B("b")
h.r = a
a.v = h
a.t = b
b.v = h
b.t = a
assert h.r.t.v.txt == "h" | h | a | b | h | x | x | x | x | h | b | a | h | x | x | x | x | 3 | 5 | 2 | 3 | 1 |
4,384 | class A:
def __init__(self, txt: str):
self.r: A = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
g = A("g")
e = B("e")
a = A("a")
i = A("i")
f = B("f")
d = A("d")
g.r = i
g.t = i
e.s = f
a.r = i
a.t = i
i.r ... | e" | class A:
def __init__(self, txt: str):
self.r: A = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
g = A("g")
e = B("e")
a = A("a")
i = A("i")
f = B("f")
d = A("d")
g.r = i
g.t = i
e.s = f
a.r = i
a.t = i
i.r ... | e | f | e | f | e | x | x | x | e | f | e | f | e | x | x | x | 6 | 7 | 2 | 4 | 3 |
4,385 | class A:
def __init__(self, txt: str):
self.o: A = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
g = A("g")
c = B("c")
d = A("d")
j = B("j")
e = A("e")
b = A("b")
g.o = e
g.y = e
c.o = g
d.o = b
d.y = b
j.o ... | e" | class A:
def __init__(self, txt: str):
self.o: A = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
g = A("g")
c = B("c")
d = A("d")
j = B("j")
e = A("e")
b = A("b")
g.o = e
g.y = e
c.o = g
d.o = b
d.y = b
j.o ... | c | g | e | d | b | e | x | x | e | b | d | e | g | c | x | x | 6 | 8 | 2 | 5 | 1 |
4,386 | class A:
def __init__(self, txt: str):
self.v: A = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.z: B = None
self.txt = txt
i = A("i")
d = B("d")
j = B("j")
c = A("c")
f = B("f")
h = B("h")
a = A("a")
i.v = a
... | j" | class A:
def __init__(self, txt: str):
self.v: A = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.z: B = None
self.txt = txt
i = A("i")
d = B("d")
j = B("j")
c = A("c")
f = B("f")
h = B("h")
a = A("a")
i.v = a
... | d | j | f | d | j | f | d | j | j | d | f | j | d | f | j | d | 7 | 12 | 2 | 7 | 5 |
4,387 | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
f = A("f")
h = B("h")
i = B("i")
g = B("g")
a = A("a")
f.y = a
h.o = i
i.o = h
g.o = h
a.y = f
assert g.o.o.o.o.txt == " | i" | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
f = A("f")
h = B("h")
i = B("i")
g = B("g")
a = A("a")
f.y = a
h.o = i
i.o = h
g.o = h
a.y = f
assert g.o.o.o.o.txt == "i" | g | h | i | h | i | x | x | x | i | h | i | h | g | x | x | x | 5 | 5 | 2 | 4 | 2 |
4,388 | class A:
def __init__(self, txt: str):
self.o: A = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
g = A("g")
b = B("b")
e = B("e")
d = B("d")
c = A("c")
j = B("j")
i = A("i")
g.o = c
g.v = b
b.s = c
e.s = i
d... | d" | class A:
def __init__(self, txt: str):
self.o: A = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
g = A("g")
b = B("b")
e = B("e")
d = B("d")
c = A("c")
j = B("j")
i = A("i")
g.o = c
g.v = b
b.s = c
e.s = i
d... | i | d | g | b | c | j | i | d | d | i | j | c | b | g | d | i | 7 | 10 | 2 | 7 | 2 |
4,389 | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.y: B = None
self.txt = txt
d = A("d")
f = B("f")
a = A("a")
i = A("i")
g = B("g")
d.r = i
f.u = g
f.y = g
a.r = i
i.r = d
g.u = f
g.y = f... | g" | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.y: B = None
self.txt = txt
d = A("d")
f = B("f")
a = A("a")
i = A("i")
g = B("g")
d.r = i
f.u = g
f.y = g
a.r = i
i.r = d
g.u = f
g.y = f... | g | f | g | f | g | x | x | x | g | f | g | f | g | x | x | x | 5 | 5 | 2 | 4 | 3 |
4,390 | class A:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
b = A("b")
a = B("a")
j = B("j")
i = A("i")
h = A("h")
g = B("g")
f = A("f")
b.q = h
a.w = g
j.w = a
i.q = h
h.q = f
g.w = a
f.q = h
as... | h" | class A:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
b = A("b")
a = B("a")
j = B("j")
i = A("i")
h = A("h")
g = B("g")
f = A("f")
b.q = h
a.w = g
j.w = a
i.q = h
h.q = f
g.w = a
f.q = h
as... | h | f | h | f | h | f | h | x | h | f | h | f | h | f | h | x | 7 | 7 | 2 | 6 | 5 |
4,391 | class A:
def __init__(self, txt: str):
self.o: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.y: A = None
self.txt = txt
e = A("e")
i = B("i")
j = B("j")
f = A("f")
b = A("b")
a = A("a")
c = B("c")
e.o = i
... | c" | class A:
def __init__(self, txt: str):
self.o: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.y: A = None
self.txt = txt
e = A("e")
i = B("i")
j = B("j")
f = A("f")
b = A("b")
a = A("a")
c = B("c")
e.o = i
... | f | i | a | j | c | x | x | x | c | j | a | i | f | x | x | x | 7 | 13 | 2 | 4 | 0 |
4,392 | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
c = A("c")
e = B("e")
a = A("a")
f = B("f")
g = B("g")
c.z = f
e.r = g
a.z = g
f.r = g
g.r = f
assert e.r.r.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: B = None
self.txt = txt
c = A("c")
e = B("e")
a = A("a")
f = B("f")
g = B("g")
c.z = f
e.r = g
a.z = g
f.r = g
g.r = f
assert e.r.r.r.txt == "g" | e | g | f | g | x | x | x | x | g | f | g | e | x | x | x | x | 5 | 5 | 2 | 3 | 1 |
4,393 | class A:
def __init__(self, txt: str):
self.y: B = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.p: A = None
self.txt = txt
a = A("a")
d = B("d")
c = A("c")
a.y = d
a.r = c
d.w = c
d.p = c
c.y = d
c.r = a
asse... | c" | class A:
def __init__(self, txt: str):
self.y: B = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.p: A = None
self.txt = txt
a = A("a")
d = B("d")
c = A("c")
a.y = d
a.r = c
d.w = c
d.p = c
c.y = d
c.r = a
asse... | d | c | d | c | x | x | x | x | c | d | c | d | x | x | x | x | 3 | 5 | 2 | 3 | 2 |
4,394 | class A:
def __init__(self, txt: str):
self.x: B = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.r: B = None
self.txt = txt
g = A("g")
d = B("d")
a = A("a")
b = B("b")
g.x = d
g.s = a
d.u = b
d.r = b
a.x = d
a... | b" | class A:
def __init__(self, txt: str):
self.x: B = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.r: B = None
self.txt = txt
g = A("g")
d = B("d")
a = A("a")
b = B("b")
g.x = d
g.s = a
d.u = b
d.r = b
a.x = d
a... | b | d | b | d | b | x | x | x | b | d | b | d | b | x | x | x | 4 | 6 | 2 | 4 | 3 |
4,395 | class A:
def __init__(self, txt: str):
self.v: A = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.z: A = None
self.txt = txt
j = A("j")
g = B("g")
f = A("f")
j.v = f
j.r = f
g.y = j
g.z = j
f.v = j
f.r = j
asse... | j" | class A:
def __init__(self, txt: str):
self.v: A = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.z: A = None
self.txt = txt
j = A("j")
g = B("g")
f = A("f")
j.v = f
j.r = f
g.y = j
g.z = j
f.v = j
f.r = j
asse... | f | j | f | j | x | x | x | x | j | f | j | f | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
4,396 | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
e = A("e")
g = B("g")
c = B("c")
f = A("f")
b = A("b")
j = A("j")
e.p = j
g.s = c
c.s = g
f.p = b
b.p = j
j.p = b
assert g.s.s.s.s.s.tx... | c" | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
e = A("e")
g = B("g")
c = B("c")
f = A("f")
b = A("b")
j = A("j")
e.p = j
g.s = c
c.s = g
f.p = b
b.p = j
j.p = b
assert g.s.s.s.s.s.tx... | g | c | g | c | g | c | x | x | c | g | c | g | c | g | x | x | 6 | 6 | 2 | 5 | 4 |
4,397 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.q: B = None
self.txt = txt
b = A("b")
i = B("i")
f = A("f")
e = A("e")
g = B("g")
c = B("c")
a = B("a")
b.s = g
i.y = a
i.q = c
f.s = i
e... | c" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.q: B = None
self.txt = txt
b = A("b")
i = B("i")
f = A("f")
e = A("e")
g = B("g")
c = B("c")
a = B("a")
b.s = g
i.y = a
i.q = c
f.s = i
e... | a | i | a | c | x | x | x | x | c | a | i | a | x | x | x | x | 7 | 10 | 2 | 3 | 1 |
4,398 | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
d = A("d")
a = B("a")
f = A("f")
g = B("g")
e = B("e")
i = B("i")
d.x = a
a.t = d
f.x = e
g.t = f
e.t = f
i.t = f
assert f.x.t.x.txt ==... | e" | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
d = A("d")
a = B("a")
f = A("f")
g = B("g")
e = B("e")
i = B("i")
d.x = a
a.t = d
f.x = e
g.t = f
e.t = f
i.t = f
assert f.x.t.x.txt ==... | f | e | f | e | x | x | x | x | e | f | e | f | x | x | x | x | 6 | 6 | 2 | 3 | 2 |
4,399 | class A:
def __init__(self, txt: str):
self.r: A = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.w: B = None
self.txt = txt
a = A("a")
i = B("i")
g = B("g")
b = A("b")
d = A("d")
a.r = b
a.p = d
i.x = d
i.w = ... | i" | class A:
def __init__(self, txt: str):
self.r: A = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.w: B = None
self.txt = txt
a = A("a")
i = B("i")
g = B("g")
b = A("b")
d = A("d")
a.r = b
a.p = d
i.x = d
i.w = ... | g | i | g | i | x | x | x | x | i | g | i | g | x | x | x | x | 5 | 9 | 2 | 3 | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.