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