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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1,800 | class A:
def __init__(self, txt: str):
self.p: A = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.t: B = None
self.txt = txt
e = A("e")
g = B("g")
f = A("f")
i = B("i")
e.p = f
e.s = f
g.p = i
g.t = i
f.p = e
f... | g" | class A:
def __init__(self, txt: str):
self.p: A = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.t: B = None
self.txt = txt
e = A("e")
g = B("g")
f = A("f")
i = B("i")
e.p = f
e.s = f
g.p = i
g.t = i
f.p = e
f... | g | i | g | i | g | x | x | x | g | i | g | i | g | x | x | x | 4 | 4 | 2 | 4 | 3 |
1,801 | 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.w: A = None
self.txt = txt
g = A("g")
b = B("b")
j = B("j")
d = A("d")
g.p = d
b.q = d
b.w = d
j.q = d
j.w = g
d.p = g
assert g.p.p.p.p.t... | g" | 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.w: A = None
self.txt = txt
g = A("g")
b = B("b")
j = B("j")
d = A("d")
g.p = d
b.q = d
b.w = d
j.q = d
j.w = g
d.p = g
assert g.p.p.p.p.t... | g | d | g | d | g | x | x | x | g | d | g | d | g | x | x | x | 4 | 5 | 2 | 4 | 3 |
1,802 | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.x: A = None
self.txt = txt
f = A("f")
d = B("d")
h = B("h")
g = A("g")
b = B("b")
i = B("i")
f.z = g
d.s = f
d.x = g
h.s = g
h.x = f
g.z ... | f" | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.x: A = None
self.txt = txt
f = A("f")
d = B("d")
h = B("h")
g = A("g")
b = B("b")
i = B("i")
f.z = g
d.s = f
d.x = g
h.s = g
h.x = f
g.z ... | d | g | f | g | f | x | x | x | f | g | f | g | d | x | x | x | 6 | 10 | 2 | 4 | 2 |
1,803 | 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.s: A = None
self.q: B = None
self.txt = txt
g = A("g")
c = B("c")
d = B("d")
e = A("e")
a = A("a")
b = A("b")
g.y = d
g.r = a
c.s... | d" | 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.s: A = None
self.q: B = None
self.txt = txt
g = A("g")
c = B("c")
d = B("d")
e = A("e")
a = A("a")
b = A("b")
g.y = d
g.r = a
c.s... | a | d | c | a | d | x | x | x | d | a | c | d | a | x | x | x | 6 | 12 | 2 | 4 | 2 |
1,804 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
i = A("i")
g = B("g")
h = B("h")
i.p = g
g.t = i
h.t = i
assert h.t.p.t.txt == " | i" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
i = A("i")
g = B("g")
h = B("h")
i.p = g
g.t = i
h.t = i
assert h.t.p.t.txt == "i" | h | i | g | i | x | x | x | x | i | g | i | h | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
1,805 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
h = A("h")
d = B("d")
b = B("b")
c = B("c")
a = B("a")
g = B("g")
e = B("e")
h.s = b
d.t = h
b.t = h
c.t = h
a.t = h
g.t = h
e.t = h
as... | b" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
h = A("h")
d = B("d")
b = B("b")
c = B("c")
a = B("a")
g = B("g")
e = B("e")
h.s = b
d.t = h
b.t = h
c.t = h
a.t = h
g.t = h
e.t = h
as... | h | b | h | b | h | b | x | x | b | h | b | h | b | h | x | x | 7 | 7 | 2 | 5 | 4 |
1,806 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.o: A = None
self.txt = txt
h = A("h")
i = B("i")
c = B("c")
g = B("g")
h.s = i
i.u = h
i.o = h
c.u = h
c.o = h
g.u = h
g.o = h
assert i.u... | h" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.o: A = None
self.txt = txt
h = A("h")
i = B("i")
c = B("c")
g = B("g")
h.s = i
i.u = h
i.o = h
c.u = h
c.o = h
g.u = h
g.o = h
assert i.u... | i | h | i | h | x | x | x | x | h | i | h | i | x | x | x | x | 4 | 4 | 2 | 3 | 2 |
1,807 | class A:
def __init__(self, txt: str):
self.u: B = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
j = A("j")
h = B("h")
a = B("a")
g = A("g")
i = B("i")
e = B("e")
d = B("d")
j.u = a
j.x = h
h.t = j
a.t = g
g... | j" | class A:
def __init__(self, txt: str):
self.u: B = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
j = A("j")
h = B("h")
a = B("a")
g = A("g")
i = B("i")
e = B("e")
d = B("d")
j.u = a
j.x = h
h.t = j
a.t = g
g... | g | a | g | d | j | h | j | x | j | h | j | d | g | a | g | x | 7 | 9 | 2 | 6 | 2 |
1,808 | class A:
def __init__(self, txt: str):
self.w: A = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
j = A("j")
f = B("f")
b = A("b")
e = B("e")
c = A("c")
i = B("i")
g = A("g")
j.w = b
j.s = c
f.t = j
b.w = g
b... | c" | class A:
def __init__(self, txt: str):
self.w: A = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
j = A("j")
f = B("f")
b = A("b")
e = B("e")
c = A("c")
i = B("i")
g = A("g")
j.w = b
j.s = c
f.t = j
b.w = g
b... | g | b | g | b | c | x | x | x | c | b | g | b | g | x | x | x | 7 | 10 | 2 | 4 | 2 |
1,809 | class A:
def __init__(self, txt: str):
self.r: A = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
b = A("b")
h = B("h")
d = B("d")
i = B("i")
j = A("j")
a = B("a")
f = A("f")
b.r = f
b.o = a
h.z = i
d.z = a
i... | i" | class A:
def __init__(self, txt: str):
self.r: A = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
b = A("b")
h = B("h")
d = B("d")
i = B("i")
j = A("j")
a = B("a")
f = A("f")
b.r = f
b.o = a
h.z = i
d.z = a
i... | d | a | h | i | x | x | x | x | i | h | a | d | x | x | x | x | 7 | 10 | 2 | 3 | 0 |
1,810 | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
d = A("d")
j = B("j")
h = A("h")
d.r = h
j.p = h
h.r = d
assert h.r.r.r.txt == " | d" | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
d = A("d")
j = B("j")
h = A("h")
d.r = h
j.p = h
h.r = d
assert h.r.r.r.txt == "d" | h | d | h | d | x | x | x | x | d | h | d | h | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
1,811 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.p: B = None
self.txt = txt
c = A("c")
h = B("h")
g = A("g")
e = A("e")
i = B("i")
f = B("f")
d = A("d")
c.r = i
h.s = e
h.p = i
g.r = f
e... | i" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.p: B = None
self.txt = txt
c = A("c")
h = B("h")
g = A("g")
e = A("e")
i = B("i")
f = B("f")
d = A("d")
c.r = i
h.s = e
h.p = i
g.r = f
e... | d | h | i | f | i | f | i | x | i | f | i | f | i | h | d | x | 7 | 10 | 2 | 6 | 3 |
1,812 | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
g = A("g")
e = B("e")
h = A("h")
c = A("c")
i = B("i")
a = B("a")
d = A("d")
g.z = c
e.w = h
h.z = c
c.z = g
i.w = g
a.w = c
d.z = h
as... | c" | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
g = A("g")
e = B("e")
h = A("h")
c = A("c")
i = B("i")
a = B("a")
d = A("d")
g.z = c
e.w = h
h.z = c
c.z = g
i.w = g
a.w = c
d.z = h
as... | g | c | g | c | x | x | x | x | c | g | c | g | x | x | x | x | 7 | 7 | 2 | 3 | 2 |
1,813 | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.o: A = None
self.txt = txt
b = A("b")
f = B("f")
g = A("g")
d = A("d")
c = A("c")
j = B("j")
i = B("i")
b.o = i
f.u = g
f.o = d
g.o = i
d... | i" | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.o: A = None
self.txt = txt
b = A("b")
f = B("f")
g = A("g")
d = A("d")
c = A("c")
j = B("j")
i = B("i")
b.o = i
f.u = g
f.o = d
g.o = i
d... | j | g | i | c | i | x | x | x | i | c | i | g | j | x | x | x | 7 | 10 | 2 | 4 | 1 |
1,814 | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.r: B = None
self.txt = txt
a = A("a")
i = B("i")
c = B("c")
a.x = i
i.v = c
i.r = c
c.v = i
c.r = i
assert i.v.v.r.txt == " | c" | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.r: B = None
self.txt = txt
a = A("a")
i = B("i")
c = B("c")
a.x = i
i.v = c
i.r = c
c.v = i
c.r = i
assert i.v.v.r.txt == "c" | i | c | i | c | x | x | x | x | c | i | c | i | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
1,815 | class A:
def __init__(self, txt: str):
self.v: B = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.o: B = None
self.txt = txt
f = A("f")
j = B("j")
h = A("h")
a = B("a")
e = B("e")
c = A("c")
f.v = a
f.o = c
j.p... | h" | class A:
def __init__(self, txt: str):
self.v: B = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.o: B = None
self.txt = txt
f = A("f")
j = B("j")
h = A("h")
a = B("a")
e = B("e")
c = A("c")
f.v = a
f.o = c
j.p... | c | h | f | c | h | x | x | x | h | c | f | h | c | x | x | x | 6 | 12 | 2 | 4 | 2 |
1,816 | 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.x: A = None
self.txt = txt
e = A("e")
f = B("f")
a = A("a")
c = B("c")
g = B("g")
e.p = a
f.z = g
f.x = e
a.p = e
c.z = g
c.x = a
g.z = f... | 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.x: A = None
self.txt = txt
e = A("e")
f = B("f")
a = A("a")
c = B("c")
g = B("g")
e.p = a
f.z = g
f.x = e
a.p = e
c.z = g
c.x = a
g.z = f... | g | f | g | f | e | a | x | x | a | e | f | g | f | g | x | x | 5 | 8 | 2 | 5 | 2 |
1,817 | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
d = A("d")
g = B("g")
e = A("e")
b = A("b")
h = B("h")
a = A("a")
c = A("c")
d.w = c
g.u = h
e.w = c
b.w = d
h.u = g
a.w = c
c.w = a
as... | g" | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
d = A("d")
g = B("g")
e = A("e")
b = A("b")
h = B("h")
a = A("a")
c = A("c")
d.w = c
g.u = h
e.w = c
b.w = d
h.u = g
a.w = c
c.w = a
as... | g | h | g | h | g | h | g | x | g | h | g | h | g | h | g | x | 7 | 7 | 2 | 6 | 5 |
1,818 | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
b = A("b")
j = B("j")
f = B("f")
b.o = j
j.s = b
f.s = b
assert f.s.o.s.txt == " | b" | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
b = A("b")
j = B("j")
f = B("f")
b.o = j
j.s = b
f.s = b
assert f.s.o.s.txt == "b" | f | b | j | b | x | x | x | x | b | j | b | f | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
1,819 | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
e = A("e")
c = B("c")
i = B("i")
g = B("g")
e.y = g
c.x = e
i.x = e
g.x = e
assert g.x.y.x.txt == " | e" | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
e = A("e")
c = B("c")
i = B("i")
g = B("g")
e.y = g
c.x = e
i.x = e
g.x = e
assert g.x.y.x.txt == "e" | g | e | g | e | x | x | x | x | e | g | e | g | x | x | x | x | 4 | 4 | 2 | 3 | 2 |
1,820 | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.y: A = None
self.txt = txt
h = A("h")
i = B("i")
d = A("d")
f = B("f")
h.w = i
i.r = f
i.y = d
d.w = f
f.r = i
f.y = d
assert d.w.r.y.w.t... | f" | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.y: A = None
self.txt = txt
h = A("h")
i = B("i")
d = A("d")
f = B("f")
h.w = i
i.r = f
i.y = d
d.w = f
f.r = i
f.y = d
assert d.w.r.y.w.t... | d | f | i | d | f | x | x | x | f | d | i | f | d | x | x | x | 4 | 6 | 2 | 4 | 2 |
1,821 | class A:
def __init__(self, txt: str):
self.y: A = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
e = A("e")
h = B("h")
j = B("j")
b = A("b")
f = B("f")
c = B("c")
e.y = b
e.p = b
h.r = j
j.r = c
b.y = e
b.p ... | f" | class A:
def __init__(self, txt: str):
self.y: A = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
e = A("e")
h = B("h")
j = B("j")
b = A("b")
f = B("f")
c = B("c")
e.y = b
e.p = b
h.r = j
j.r = c
b.y = e
b.p ... | c | f | c | f | x | x | x | x | f | c | f | c | x | x | x | x | 6 | 6 | 2 | 3 | 2 |
1,822 | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.s: A = None
self.txt = txt
j = A("j")
d = B("d")
i = A("i")
e = B("e")
b = B("b")
f = A("f")
a = B("a")
j.w = i
d.v = f
d.s = i
i.w = f
e... | f" | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.s: A = None
self.txt = txt
j = A("j")
d = B("d")
i = A("i")
e = B("e")
b = B("b")
f = A("f")
a = B("a")
j.w = i
d.v = f
d.s = i
i.w = f
e... | d | f | j | i | f | x | x | x | f | i | j | f | d | x | x | x | 7 | 10 | 2 | 4 | 1 |
1,823 | 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.p: A = None
self.txt = txt
j = A("j")
e = B("e")
b = B("b")
g = A("g")
j.p = e
j.w = b
e.p = g
b.p = j
g.p = e
g.w = e
assert j.w.p.p.p.t... | g" | 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.p: A = None
self.txt = txt
j = A("j")
e = B("e")
b = B("b")
g = A("g")
j.p = e
j.w = b
e.p = g
b.p = j
g.p = e
g.w = e
assert j.w.p.p.p.t... | j | b | j | e | g | x | x | x | g | e | j | b | j | x | x | x | 4 | 5 | 2 | 4 | 1 |
1,824 | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.v: A = None
self.txt = txt
f = A("f")
j = B("j")
c = A("c")
f.v = c
j.z = f
j.v = c
c.v = f
assert j.v.v.v.txt == " | c" | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.v: A = None
self.txt = txt
f = A("f")
j = B("j")
c = A("c")
f.v = c
j.z = f
j.v = c
c.v = f
assert j.v.v.v.txt == "c" | j | c | f | c | x | x | x | x | c | f | c | j | x | x | x | x | 3 | 4 | 2 | 3 | 1 |
1,825 | class A:
def __init__(self, txt: str):
self.p: A = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
j = A("j")
b = B("b")
a = A("a")
j.p = a
j.r = b
b.x = j
a.p = j
a.r = b
assert a.p.p.p.txt == " | j" | class A:
def __init__(self, txt: str):
self.p: A = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
j = A("j")
b = B("b")
a = A("a")
j.p = a
j.r = b
b.x = j
a.p = j
a.r = b
assert a.p.p.p.txt == "j" | a | j | a | j | x | x | x | x | j | a | j | a | x | x | x | x | 3 | 5 | 2 | 3 | 2 |
1,826 | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
a = A("a")
e = B("e")
j = B("j")
h = B("h")
i = A("i")
a.w = j
e.v = h
j.v = e
h.v = e
i.w = e
assert e.v.v.v.v.txt == " | e" | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
a = A("a")
e = B("e")
j = B("j")
h = B("h")
i = A("i")
a.w = j
e.v = h
j.v = e
h.v = e
i.w = e
assert e.v.v.v.v.txt == "e" | e | h | e | h | e | x | x | x | e | h | e | h | e | x | x | x | 5 | 5 | 2 | 4 | 3 |
1,827 | class A:
def __init__(self, txt: str):
self.u: A = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
h = A("h")
c = B("c")
g = A("g")
a = B("a")
d = B("d")
i = B("i")
h.u = g
h.x = g
c.q = a
g.u = h
g.x = h
a.q ... | g" | class A:
def __init__(self, txt: str):
self.u: A = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
h = A("h")
c = B("c")
g = A("g")
a = B("a")
d = B("d")
i = B("i")
h.u = g
h.x = g
c.q = a
g.u = h
g.x = h
a.q ... | g | h | g | h | g | h | g | x | g | h | g | h | g | h | g | x | 6 | 6 | 2 | 6 | 5 |
1,828 | class A:
def __init__(self, txt: str):
self.q: B = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.z: A = None
self.txt = txt
b = A("b")
e = B("e")
i = B("i")
f = A("f")
a = B("a")
j = A("j")
g = A("g")
b.q = a
... | a" | class A:
def __init__(self, txt: str):
self.q: B = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.z: A = None
self.txt = txt
b = A("b")
e = B("e")
i = B("i")
f = A("f")
a = B("a")
j = A("j")
g = A("g")
b.q = a
... | g | b | a | f | i | f | j | a | a | j | f | i | f | a | b | g | 7 | 14 | 2 | 7 | 2 |
1,829 | class A:
def __init__(self, txt: str):
self.y: A = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
j = A("j")
g = B("g")
a = A("a")
h = B("h")
j.y = a
j.p = h
g.o = j
a.y = j
a.p = h
h.o = a
assert a.p.o.y.p.t... | h" | class A:
def __init__(self, txt: str):
self.y: A = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
j = A("j")
g = B("g")
a = A("a")
h = B("h")
j.y = a
j.p = h
g.o = j
a.y = j
a.p = h
h.o = a
assert a.p.o.y.p.t... | a | h | a | j | h | x | x | x | h | j | a | h | a | x | x | x | 4 | 6 | 2 | 4 | 2 |
1,830 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
e = A("e")
f = B("f")
c = B("c")
h = B("h")
g = B("g")
b = A("b")
e.t = c
f.t = e
c.t = b
h.t = b
g.t = e
b.t = g
assert g.t.t.t.txt ==... | b" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
e = A("e")
f = B("f")
c = B("c")
h = B("h")
g = B("g")
b = A("b")
e.t = c
f.t = e
c.t = b
h.t = b
g.t = e
b.t = g
assert g.t.t.t.txt ==... | g | e | c | b | x | x | x | x | b | c | e | g | x | x | x | x | 6 | 6 | 2 | 3 | 0 |
1,831 | class A:
def __init__(self, txt: str):
self.w: A = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
j = A("j")
c = B("c")
e = B("e")
i = A("i")
b = A("b")
j.w = b
j.r = b
c.o = i
e.o = i
i.w = j
i.r = b
b.w = i... | b" | class A:
def __init__(self, txt: str):
self.w: A = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
j = A("j")
c = B("c")
e = B("e")
i = A("i")
b = A("b")
j.w = b
j.r = b
c.o = i
e.o = i
i.w = j
i.r = b
b.w = i... | b | i | b | i | j | b | x | x | b | j | i | b | i | b | x | x | 5 | 6 | 2 | 5 | 3 |
1,832 | 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.s: B = None
self.txt = txt
f = A("f")
g = B("g")
i = A("i")
a = B("a")
f.t = a
g.u = i
g.s = a
i.t = a
a.u = f
a.s = g
assert f.t.s.s.txt... | a" | 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.s: B = None
self.txt = txt
f = A("f")
g = B("g")
i = A("i")
a = B("a")
f.t = a
g.u = i
g.s = a
i.t = a
a.u = f
a.s = g
assert f.t.s.s.txt... | f | a | g | a | x | x | x | x | a | g | a | f | x | x | x | x | 4 | 6 | 2 | 3 | 1 |
1,833 | class A:
def __init__(self, txt: str):
self.z: B = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.u: A = None
self.txt = txt
e = A("e")
h = B("h")
i = B("i")
e.z = i
e.x = h
h.s = i
h.u = e
i.s = h
i.u = e
asse... | i" | class A:
def __init__(self, txt: str):
self.z: B = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.u: A = None
self.txt = txt
e = A("e")
h = B("h")
i = B("i")
e.z = i
e.x = h
h.s = i
h.u = e
i.s = h
i.u = e
asse... | e | i | e | i | x | x | x | x | i | e | i | e | x | x | x | x | 3 | 6 | 2 | 3 | 2 |
1,834 | 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
b = A("b")
f = B("f")
a = B("a")
b.p = f
f.q = a
a.q = f
assert f.q.q.q.txt == " | a" | 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
b = A("b")
f = B("f")
a = B("a")
b.p = f
f.q = a
a.q = f
assert f.q.q.q.txt == "a" | f | a | f | a | x | x | x | x | a | f | a | f | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
1,835 | class A:
def __init__(self, txt: str):
self.v: A = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
i = A("i")
j = B("j")
d = A("d")
a = B("a")
i.v = d
i.y = j
j.s = a
d.v = i
d.y = a
a.s = j
assert i.y.s.s.s.t... | a" | class A:
def __init__(self, txt: str):
self.v: A = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
i = A("i")
j = B("j")
d = A("d")
a = B("a")
i.v = d
i.y = j
j.s = a
d.v = i
d.y = a
a.s = j
assert i.y.s.s.s.t... | i | j | a | j | a | x | x | x | a | j | a | j | i | x | x | x | 4 | 6 | 2 | 4 | 2 |
1,836 | class A:
def __init__(self, txt: str):
self.v: A = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
b = A("b")
c = B("c")
e = B("e")
f = A("f")
g = A("g")
a = B("a")
j = B("j")
b.v = f
b.w = f
c.x = a
e.x = j
f... | g" | class A:
def __init__(self, txt: str):
self.v: A = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
b = A("b")
c = B("c")
e = B("e")
f = A("f")
g = A("g")
a = B("a")
j = B("j")
b.v = f
b.w = f
c.x = a
e.x = j
f... | b | f | b | f | b | f | g | x | g | f | b | f | b | f | b | x | 7 | 8 | 2 | 6 | 4 |
1,837 | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
b = A("b")
g = B("g")
h = B("h")
j = B("j")
d = B("d")
c = B("c")
i = A("i")
b.r = i
g.s = i
h.s = b
j.s = b
d.s = i
c.s = b
i.r = b
as... | i" | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
b = A("b")
g = B("g")
h = B("h")
j = B("j")
d = B("d")
c = B("c")
i = A("i")
b.r = i
g.s = i
h.s = b
j.s = b
d.s = i
c.s = b
i.r = b
as... | i | b | i | b | i | x | x | x | i | b | i | b | i | x | x | x | 7 | 7 | 2 | 4 | 3 |
1,838 | class A:
def __init__(self, txt: str):
self.z: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.w: A = None
self.txt = txt
h = A("h")
i = B("i")
f = B("f")
c = A("c")
d = B("d")
a = B("a")
b = B("b")
h.z = i
... | i" | class A:
def __init__(self, txt: str):
self.z: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.w: A = None
self.txt = txt
h = A("h")
i = B("i")
f = B("f")
c = A("c")
d = B("d")
a = B("a")
b = B("b")
h.z = i
... | f | c | d | c | i | x | x | x | i | c | d | c | f | x | x | x | 7 | 11 | 2 | 4 | 1 |
1,839 | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.p: B = None
self.txt = txt
h = A("h")
g = B("g")
j = B("j")
a = A("a")
e = A("e")
h.t = e
g.w = j
g.p = j
j.w = g
j.p = g
a.t = e
e.t = a... | a" | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.p: B = None
self.txt = txt
h = A("h")
g = B("g")
j = B("j")
a = A("a")
e = A("e")
h.t = e
g.w = j
g.p = j
j.w = g
j.p = g
a.t = e
e.t = a... | e | a | e | a | x | x | x | x | a | e | a | e | x | x | x | x | 5 | 5 | 2 | 3 | 2 |
1,840 | class A:
def __init__(self, txt: str):
self.r: B = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
i = A("i")
j = B("j")
g = B("g")
e = A("e")
f = B("f")
i.r = f
i.o = e
j.r = e
g.r = i
e.r = g
e.o = i
f.r = i... | i" | class A:
def __init__(self, txt: str):
self.r: B = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
i = A("i")
j = B("j")
g = B("g")
e = A("e")
f = B("f")
i.r = f
i.o = e
j.r = e
g.r = i
e.r = g
e.o = i
f.r = i... | g | i | e | i | f | i | x | x | i | f | i | e | i | g | x | x | 5 | 7 | 2 | 5 | 2 |
1,841 | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
i = A("i")
e = B("e")
h = B("h")
g = A("g")
b = B("b")
i.w = e
e.u = b
h.u = e
g.w = b
b.u = h
assert e.u.u.u.u.txt == " | b" | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
i = A("i")
e = B("e")
h = B("h")
g = A("g")
b = B("b")
i.w = e
e.u = b
h.u = e
g.w = b
b.u = h
assert e.u.u.u.u.txt == "b" | e | b | h | e | b | x | x | x | b | e | h | b | e | x | x | x | 5 | 5 | 2 | 4 | 2 |
1,842 | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.x: A = None
self.txt = txt
f = A("f")
j = B("j")
h = B("h")
i = B("i")
e = B("e")
g = B("g")
c = B("c")
f.q = i
j.y = f
j.x = f
h.y = f
h... | f" | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.x: A = None
self.txt = txt
f = A("f")
j = B("j")
h = B("h")
i = B("i")
e = B("e")
g = B("g")
c = B("c")
f.q = i
j.y = f
j.x = f
h.y = f
h... | h | f | i | f | i | f | i | f | f | i | f | i | f | i | f | h | 7 | 7 | 2 | 7 | 5 |
1,843 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
a = A("a")
d = B("d")
c = B("c")
a.s = d
d.s = a
c.s = a
assert d.s.s.s.txt == " | a" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
a = A("a")
d = B("d")
c = B("c")
a.s = d
d.s = a
c.s = a
assert d.s.s.s.txt == "a" | d | a | d | a | x | x | x | x | a | d | a | d | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
1,844 | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.x: A = None
self.txt = txt
h = A("h")
d = B("d")
j = B("j")
a = A("a")
f = B("f")
b = B("b")
i = A("i")
h.o = i
d.r = j
d.x = i
j.r = b
j... | i" | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.x: A = None
self.txt = txt
h = A("h")
d = B("d")
j = B("j")
a = A("a")
f = B("f")
b = B("b")
i = A("i")
h.o = i
d.r = j
d.x = i
j.r = b
j... | i | h | i | h | i | h | i | x | i | h | i | h | i | h | i | x | 7 | 11 | 2 | 6 | 5 |
1,845 | class A:
def __init__(self, txt: str):
self.q: A = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.x: A = None
self.txt = txt
b = A("b")
f = B("f")
c = A("c")
b.q = c
b.z = c
f.z = c
f.x = b
c.q = b
c.z = b
asse... | c" | class A:
def __init__(self, txt: str):
self.q: A = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.x: A = None
self.txt = txt
b = A("b")
f = B("f")
c = A("c")
b.q = c
b.z = c
f.z = c
f.x = b
c.q = b
c.z = b
asse... | b | c | b | c | x | x | x | x | c | b | c | b | x | x | x | x | 3 | 4 | 2 | 3 | 2 |
1,846 | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.z: A = None
self.txt = txt
a = A("a")
f = B("f")
j = B("j")
d = A("d")
e = B("e")
a.o = d
f.r = j
f.z = a
j.r = e
j.z = d
d.o = a
e.r = j... | a" | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.z: A = None
self.txt = txt
a = A("a")
f = B("f")
j = B("j")
d = A("d")
e = B("e")
a.o = d
f.r = j
f.z = a
j.r = e
j.z = d
d.o = a
e.r = j... | e | j | e | j | e | a | x | x | a | e | j | e | j | e | x | x | 5 | 8 | 2 | 5 | 3 |
1,847 | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.q: B = None
self.txt = txt
i = A("i")
c = B("c")
f = B("f")
b = B("b")
h = A("h")
i.s = h
c.w = f
c.q = f
f.w = b
f.q = c
b.w = f
b.q = f... | f" | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.q: B = None
self.txt = txt
i = A("i")
c = B("c")
f = B("f")
b = B("b")
h = A("h")
i.s = h
c.w = f
c.q = f
f.w = b
f.q = c
b.w = f
b.q = f... | b | f | c | f | x | x | x | x | f | c | f | b | x | x | x | x | 5 | 6 | 2 | 3 | 1 |
1,848 | class A:
def __init__(self, txt: str):
self.x: A = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.t: B = None
self.txt = txt
g = A("g")
b = B("b")
e = A("e")
f = B("f")
d = B("d")
a = B("a")
i = B("i")
g.x = e
... | g" | class A:
def __init__(self, txt: str):
self.x: A = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.t: B = None
self.txt = txt
g = A("g")
b = B("b")
e = A("e")
f = B("f")
d = B("d")
a = B("a")
i = B("i")
g.x = e
... | e | d | g | e | g | x | x | x | g | e | g | d | e | x | x | x | 7 | 14 | 2 | 4 | 2 |
1,849 | 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.t: B = None
self.x: B = None
self.txt = txt
f = A("f")
i = B("i")
d = B("d")
a = B("a")
c = A("c")
j = B("j")
f.q = j
f.x = c
i.t... | j" | 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.t: B = None
self.x: B = None
self.txt = txt
f = A("f")
i = B("i")
d = B("d")
a = B("a")
c = A("c")
j = B("j")
f.q = j
f.x = c
i.t... | a | d | i | j | i | j | x | x | j | i | j | i | d | a | x | x | 6 | 10 | 2 | 5 | 2 |
1,850 | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.v: B = None
self.txt = txt
d = A("d")
h = B("h")
c = A("c")
e = B("e")
d.v = c
h.r = d
h.v = e
c.v = d
e.r = d
e.v = h
assert d.v.v.v.txt... | c" | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.v: B = None
self.txt = txt
d = A("d")
h = B("h")
c = A("c")
e = B("e")
d.v = c
h.r = d
h.v = e
c.v = d
e.r = d
e.v = h
assert d.v.v.v.txt... | d | c | d | c | x | x | x | x | c | d | c | d | x | x | x | x | 4 | 6 | 2 | 3 | 2 |
1,851 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
i = A("i")
h = B("h")
b = B("b")
f = B("f")
d = B("d")
a = A("a")
i.s = h
h.u = i
b.u = a
f.u = i
d.u = i
a.s = h
assert b.u.s.u.s.u.tx... | i" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
i = A("i")
h = B("h")
b = B("b")
f = B("f")
d = B("d")
a = A("a")
i.s = h
h.u = i
b.u = a
f.u = i
d.u = i
a.s = h
assert b.u.s.u.s.u.tx... | b | a | h | i | h | i | x | x | i | h | i | h | a | b | x | x | 6 | 6 | 2 | 5 | 2 |
1,852 | class A:
def __init__(self, txt: str):
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")
f = B("f")
d = A("d")
h = A("h")
g = B("g")
c.x = h
b.v = d
f.v = c
d.x = c
h.x = c
g.v = h
assert b.v.x.x.x.x.tx... | h" | class A:
def __init__(self, txt: str):
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")
f = B("f")
d = A("d")
h = A("h")
g = B("g")
c.x = h
b.v = d
f.v = c
d.x = c
h.x = c
g.v = h
assert b.v.x.x.x.x.tx... | b | d | c | h | c | h | x | x | h | c | h | c | d | b | x | x | 6 | 6 | 2 | 5 | 2 |
1,853 | class A:
def __init__(self, txt: str):
self.q: B = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.v: B = None
self.txt = txt
h = A("h")
g = B("g")
d = A("d")
f = B("f")
h.q = f
h.u = d
g.z = f
g.v = f
d.q = f
d... | g" | class A:
def __init__(self, txt: str):
self.q: B = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.v: B = None
self.txt = txt
h = A("h")
g = B("g")
d = A("d")
f = B("f")
h.q = f
h.u = d
g.z = f
g.v = f
d.q = f
d... | g | f | g | f | g | x | x | x | g | f | g | f | g | x | x | x | 4 | 6 | 2 | 4 | 3 |
1,854 | class A:
def __init__(self, txt: str):
self.p: B = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
c = A("c")
g = B("g")
a = A("a")
e = B("e")
f = B("f")
h = A("h")
c.p = f
c.w = a
g.y = a
a.p = g
a.w = h
e.y ... | e" | class A:
def __init__(self, txt: str):
self.p: B = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
c = A("c")
g = B("g")
a = A("a")
e = B("e")
f = B("f")
h = A("h")
c.p = f
c.w = a
g.y = a
a.p = g
a.w = h
e.y ... | a | g | a | h | e | h | e | x | e | h | e | h | a | g | a | x | 6 | 9 | 2 | 6 | 3 |
1,855 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.v: A = None
self.txt = txt
a = A("a")
d = B("d")
i = A("i")
a.p = d
d.y = a
d.v = a
i.p = d
assert d.y.p.y.txt == " | a" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.v: A = None
self.txt = txt
a = A("a")
d = B("d")
i = A("i")
a.p = d
d.y = a
d.v = a
i.p = d
assert d.y.p.y.txt == "a" | d | a | d | a | x | x | x | x | a | d | a | d | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
1,856 | 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.w: A = None
self.o: A = None
self.txt = txt
i = A("i")
e = B("e")
b = B("b")
d = A("d")
c = A("c")
h = A("h")
f = B("f")
i.w = d
... | h" | 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.w: A = None
self.o: A = None
self.txt = txt
i = A("i")
e = B("e")
b = B("b")
d = A("d")
c = A("c")
h = A("h")
f = B("f")
i.w = d
... | h | c | e | h | b | h | x | x | h | b | h | e | c | h | x | x | 7 | 14 | 2 | 5 | 2 |
1,857 | class A:
def __init__(self, txt: str):
self.q: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
e = A("e")
a = B("a")
f = A("f")
h = B("h")
e.q = h
e.y = a
a.r = e
f.q = h
f.y = a
h.r = f
assert f.q.r.y.r.t... | e" | class A:
def __init__(self, txt: str):
self.q: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
e = A("e")
a = B("a")
f = A("f")
h = B("h")
e.q = h
e.y = a
a.r = e
f.q = h
f.y = a
h.r = f
assert f.q.r.y.r.t... | f | h | f | a | e | x | x | x | e | a | f | h | f | x | x | x | 4 | 6 | 2 | 4 | 1 |
1,858 | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.y: B = None
self.txt = txt
h = A("h")
i = B("i")
c = B("c")
f = A("f")
j = B("j")
b = B("b")
e = B("e")
h.x = j
i.r = e
i.y = c
c.r = e
c... | e" | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.y: B = None
self.txt = txt
h = A("h")
i = B("i")
c = B("c")
f = A("f")
j = B("j")
b = B("b")
e = B("e")
h.x = j
i.r = e
i.y = c
c.r = e
c... | c | e | c | e | x | x | x | x | e | c | e | c | x | x | x | x | 7 | 11 | 2 | 3 | 2 |
1,859 | 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.z: A = None
self.txt = txt
a = A("a")
e = B("e")
b = B("b")
d = B("d")
h = A("h")
j = B("j")
i = A("i")
a.w = b
e.t = a
e.z = h
b.t = i
b... | b" | 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.z: A = None
self.txt = txt
a = A("a")
e = B("e")
b = B("b")
d = B("d")
h = A("h")
j = B("j")
i = A("i")
a.w = b
e.t = a
e.z = h
b.t = i
b... | i | b | i | b | i | b | i | b | b | i | b | i | b | i | b | i | 7 | 8 | 2 | 7 | 6 |
1,860 | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
i = A("i")
d = B("d")
h = A("h")
g = B("g")
e = B("e")
i.o = h
d.o = h
h.o = i
g.o = h
e.o = h
assert g.o.o.o.txt == " | h" | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
i = A("i")
d = B("d")
h = A("h")
g = B("g")
e = B("e")
i.o = h
d.o = h
h.o = i
g.o = h
e.o = h
assert g.o.o.o.txt == "h" | g | h | i | h | x | x | x | x | h | i | h | g | x | x | x | x | 5 | 5 | 2 | 3 | 1 |
1,861 | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
i = A("i")
f = B("f")
e = A("e")
j = B("j")
i.s = e
f.u = j
e.s = i
j.u = f
assert e.s.s.s.txt == " | i" | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
i = A("i")
f = B("f")
e = A("e")
j = B("j")
i.s = e
f.u = j
e.s = i
j.u = f
assert e.s.s.s.txt == "i" | e | i | e | i | x | x | x | x | i | e | i | e | x | x | x | x | 4 | 4 | 2 | 3 | 2 |
1,862 | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.u: B = None
self.txt = txt
i = A("i")
h = B("h")
c = B("c")
i.w = h
h.o = c
h.u = c
c.o = h
c.u = h
assert c.u.u.o.txt == " | h" | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.u: B = None
self.txt = txt
i = A("i")
h = B("h")
c = B("c")
i.w = h
h.o = c
h.u = c
c.o = h
c.u = h
assert c.u.u.o.txt == "h" | c | h | c | h | x | x | x | x | h | c | h | c | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
1,863 | class A:
def __init__(self, txt: str):
self.s: A = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
b = A("b")
h = B("h")
f = A("f")
e = B("e")
b.s = f
b.r = f
h.y = f
f.s = b
f.r = b
e.y = f
assert e.y.s.s.txt... | f" | class A:
def __init__(self, txt: str):
self.s: A = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
b = A("b")
h = B("h")
f = A("f")
e = B("e")
b.s = f
b.r = f
h.y = f
f.s = b
f.r = b
e.y = f
assert e.y.s.s.txt... | e | f | b | f | x | x | x | x | f | b | f | e | x | x | x | x | 4 | 4 | 2 | 3 | 1 |
1,864 | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
g = A("g")
j = B("j")
a = A("a")
g.o = a
j.q = g
a.o = g
assert j.q.o.o.txt == " | g" | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
g = A("g")
j = B("j")
a = A("a")
g.o = a
j.q = g
a.o = g
assert j.q.o.o.txt == "g" | j | g | a | g | x | x | x | x | g | a | g | j | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
1,865 | class A:
def __init__(self, txt: str):
self.x: A = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.r: A = None
self.txt = txt
j = A("j")
b = B("b")
g = A("g")
i = B("i")
e = A("e")
h = A("h")
j.x = e
j.s = h
b.q... | e" | class A:
def __init__(self, txt: str):
self.x: A = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.r: A = None
self.txt = txt
j = A("j")
b = B("b")
g = A("g")
i = B("i")
e = A("e")
h = A("h")
j.x = e
j.s = h
b.q... | b | e | h | g | j | e | x | x | e | j | g | h | e | b | x | x | 6 | 11 | 2 | 5 | 1 |
1,866 | 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.txt = txt
j = A("j")
d = B("d")
e = B("e")
f = A("f")
j.y = f
d.w = e
e.w = d
f.y = j
assert f.y.y.y.y.txt == " | f" | 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.txt = txt
j = A("j")
d = B("d")
e = B("e")
f = A("f")
j.y = f
d.w = e
e.w = d
f.y = j
assert f.y.y.y.y.txt == "f" | f | j | f | j | f | x | x | x | f | j | f | j | f | x | x | x | 4 | 4 | 2 | 4 | 3 |
1,867 | class A:
def __init__(self, txt: str):
self.w: A = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
d = A("d")
a = B("a")
b = B("b")
f = B("f")
i = A("i")
d.w = i
d.r = i
a.p = b
b.p = f
f.p = b
i.w = d
i.r = d... | i" | class A:
def __init__(self, txt: str):
self.w: A = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
d = A("d")
a = B("a")
b = B("b")
f = B("f")
i = A("i")
d.w = i
d.r = i
a.p = b
b.p = f
f.p = b
i.w = d
i.r = d... | i | d | i | d | i | x | x | x | i | d | i | d | i | x | x | x | 5 | 5 | 2 | 4 | 3 |
1,868 | 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.y: A = None
self.txt = txt
h = A("h")
d = B("d")
a = A("a")
f = A("f")
h.o = f
d.u = h
d.y = a
a.o = f
f.o = a
assert h.o.o.o.o.txt == " | a" | 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.y: A = None
self.txt = txt
h = A("h")
d = B("d")
a = A("a")
f = A("f")
h.o = f
d.u = h
d.y = a
a.o = f
f.o = a
assert h.o.o.o.o.txt == "a... | h | f | a | f | a | x | x | x | a | f | a | f | h | x | x | x | 4 | 5 | 2 | 4 | 2 |
1,869 | class A:
def __init__(self, txt: str):
self.y: B = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
b = A("b")
f = B("f")
a = B("a")
b.y = a
b.q = a
f.o = b
a.o = b
assert f.o.y.o.txt == " | b" | class A:
def __init__(self, txt: str):
self.y: B = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
b = A("b")
f = B("f")
a = B("a")
b.y = a
b.q = a
f.o = b
a.o = b
assert f.o.y.o.txt == "b" | f | b | a | b | x | x | x | x | b | a | b | f | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
1,870 | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
h = A("h")
f = B("f")
b = A("b")
g = B("g")
i = B("i")
h.r = b
f.v = i
b.r = h
g.v = f
i.v = g
assert b.r.r.r.r.r.txt == " | h" | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
h = A("h")
f = B("f")
b = A("b")
g = B("g")
i = B("i")
h.r = b
f.v = i
b.r = h
g.v = f
i.v = g
assert b.r.r.r.r.r.txt == "h" | b | h | b | h | b | h | x | x | h | b | h | b | h | b | x | x | 5 | 5 | 2 | 5 | 4 |
1,871 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
j = A("j")
c = B("c")
i = A("i")
e = A("e")
d = A("d")
a = A("a")
h = A("h")
j.u = c
c.q = d
i.u = c
e.u = c
d.u = c
a.u = c
h.u = c
as... | d" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
j = A("j")
c = B("c")
i = A("i")
e = A("e")
d = A("d")
a = A("a")
h = A("h")
j.u = c
c.q = d
i.u = c
e.u = c
d.u = c
a.u = c
h.u = c
as... | e | c | d | c | d | x | x | x | d | c | d | c | e | x | x | x | 7 | 7 | 2 | 4 | 2 |
1,872 | class A:
def __init__(self, txt: str):
self.u: A = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.x: B = None
self.txt = txt
d = A("d")
i = B("i")
a = A("a")
b = A("b")
e = B("e")
c = B("c")
j = B("j")
d.u = b
... | b" | class A:
def __init__(self, txt: str):
self.u: A = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.x: B = None
self.txt = txt
d = A("d")
i = B("i")
a = A("a")
b = A("b")
e = B("e")
c = B("c")
j = B("j")
d.u = b
... | a | b | d | b | d | b | d | b | b | d | b | d | b | d | b | a | 7 | 11 | 2 | 7 | 5 |
1,873 | 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.p: A = None
self.txt = txt
b = A("b")
h = B("h")
e = A("e")
b.s = e
b.y = e
h.p = e
e.s = b
e.y = b
assert e.y.s.y.txt == " | b" | 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.p: A = None
self.txt = txt
b = A("b")
h = B("h")
e = A("e")
b.s = e
b.y = e
h.p = e
e.s = b
e.y = b
assert e.y.s.y.txt == "b" | e | b | e | b | x | x | x | x | b | e | b | e | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
1,874 | 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
h = A("h")
j = B("j")
i = B("i")
g = B("g")
h.w = g
j.w = i
i.w = j
g.w = i
assert h.w.w.w.w.txt == " | i" | 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
h = A("h")
j = B("j")
i = B("i")
g = B("g")
h.w = g
j.w = i
i.w = j
g.w = i
assert h.w.w.w.w.txt == "i" | h | g | i | j | i | x | x | x | i | j | i | g | h | x | x | x | 4 | 4 | 2 | 4 | 1 |
1,875 | class A:
def __init__(self, txt: str):
self.v: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
d = A("d")
j = B("j")
i = B("i")
d.v = j
d.p = j
j.r = i
i.r = j
assert d.p.r.r.txt == " | j" | class A:
def __init__(self, txt: str):
self.v: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
d = A("d")
j = B("j")
i = B("i")
d.v = j
d.p = j
j.r = i
i.r = j
assert d.p.r.r.txt == "j" | d | j | i | j | x | x | x | x | j | i | j | d | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
1,876 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.s: B = None
self.txt = txt
e = A("e")
d = B("d")
a = A("a")
i = A("i")
h = B("h")
j = B("j")
c = A("c")
e.r = h
d.t = c
d.s = h
a.r = j
i... | d" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.s: B = None
self.txt = txt
e = A("e")
d = B("d")
a = A("a")
i = A("i")
h = B("h")
j = B("j")
c = A("c")
e.r = h
d.t = c
d.s = h
a.r = j
i... | d | c | d | c | d | x | x | x | d | c | d | c | d | x | x | x | 7 | 10 | 2 | 4 | 3 |
1,877 | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.p: B = None
self.txt = txt
e = A("e")
a = B("a")
c = A("c")
f = B("f")
j = A("j")
d = A("d")
i = A("i")
e.p = i
a.v = f
a.p = f
c.p = d
f... | i" | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.p: B = None
self.txt = txt
e = A("e")
a = B("a")
c = A("c")
f = B("f")
j = A("j")
d = A("d")
i = A("i")
e.p = i
a.v = f
a.p = f
c.p = d
f... | d | e | i | e | i | x | x | x | i | e | i | e | d | x | x | x | 7 | 7 | 2 | 4 | 2 |
1,878 | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.w: A = None
self.txt = txt
h = A("h")
d = B("d")
j = A("j")
e = B("e")
g = B("g")
c = B("c")
f = B("f")
h.x = j
d.p = e
d.w = h
j.x = h
e... | j" | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.w: A = None
self.txt = txt
h = A("h")
d = B("d")
j = A("j")
e = B("e")
g = B("g")
c = B("c")
f = B("f")
h.x = j
d.p = e
d.w = h
j.x = h
e... | h | j | h | j | h | j | x | x | j | h | j | h | j | h | x | x | 7 | 12 | 2 | 5 | 4 |
1,879 | 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: A = None
self.txt = txt
e = A("e")
b = B("b")
f = A("f")
e.p = b
e.v = f
b.p = e
f.p = b
f.v = e
assert e.p.p.p.txt == " | b" | 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: A = None
self.txt = txt
e = A("e")
b = B("b")
f = A("f")
e.p = b
e.v = f
b.p = e
f.p = b
f.v = e
assert e.p.p.p.txt == "b" | e | b | e | b | x | x | x | x | b | e | b | e | x | x | x | x | 3 | 5 | 2 | 3 | 2 |
1,880 | class A:
def __init__(self, txt: str):
self.v: B = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
j = A("j")
a = B("a")
c = A("c")
j.v = a
j.x = a
a.o = c
c.v = a
c.x = a
assert a.o.x.o.txt == " | c" | class A:
def __init__(self, txt: str):
self.v: B = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
j = A("j")
a = B("a")
c = A("c")
j.v = a
j.x = a
a.o = c
c.v = a
c.x = a
assert a.o.x.o.txt == "c" | a | c | a | c | x | x | x | x | c | a | c | a | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
1,881 | class A:
def __init__(self, txt: str):
self.s: B = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
g = A("g")
c = B("c")
b = A("b")
e = A("e")
i = B("i")
d = A("d")
f = B("f")
g.s = i
g.t = b
c.o = i
b.s = i
b... | f" | class A:
def __init__(self, txt: str):
self.s: B = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
g = A("g")
c = B("c")
b = A("b")
e = A("e")
i = B("i")
d = A("d")
f = B("f")
g.s = i
g.t = b
c.o = i
b.s = i
b... | b | g | b | g | b | g | i | f | f | i | g | b | g | b | g | b | 7 | 11 | 2 | 7 | 4 |
1,882 | class A:
def __init__(self, txt: str):
self.p: B = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.r: A = None
self.txt = txt
j = A("j")
e = B("e")
f = B("f")
i = B("i")
j.p = e
j.r = i
e.u = i
e.r = j
f.u = e
f... | j" | class A:
def __init__(self, txt: str):
self.p: B = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.r: A = None
self.txt = txt
j = A("j")
e = B("e")
f = B("f")
i = B("i")
j.p = e
j.r = i
e.u = i
e.r = j
f.u = e
f... | j | i | j | e | j | x | x | x | j | e | j | i | j | x | x | x | 4 | 8 | 2 | 4 | 2 |
1,883 | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
a = A("a")
h = B("h")
g = B("g")
a.x = h
h.q = g
g.q = h
assert a.x.q.q.txt == " | h" | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
a = A("a")
h = B("h")
g = B("g")
a.x = h
h.q = g
g.q = h
assert a.x.q.q.txt == "h" | a | h | g | h | x | x | x | x | h | g | h | a | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
1,884 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
j = A("j")
b = B("b")
c = B("c")
a = A("a")
h = A("h")
i = A("i")
g = B("g")
j.s = c
b.q = g
c.q = g
a.s = g
h.s = g
i.s = g
g.q = b
as... | b" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
j = A("j")
b = B("b")
c = B("c")
a = A("a")
h = A("h")
i = A("i")
g = B("g")
j.s = c
b.q = g
c.q = g
a.s = g
h.s = g
i.s = g
g.q = b
as... | a | g | b | g | b | x | x | x | b | g | b | g | a | x | x | x | 7 | 7 | 2 | 4 | 2 |
1,885 | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.s: B = None
self.txt = txt
h = A("h")
e = B("e")
i = A("i")
c = A("c")
j = B("j")
h.z = c
e.x = j
e.s = j
i.z = h
c.z = i
j.x = e
j.s = e... | c" | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.s: B = None
self.txt = txt
h = A("h")
e = B("e")
i = A("i")
c = A("c")
j = B("j")
h.z = c
e.x = j
e.s = j
i.z = h
c.z = i
j.x = e
j.s = e... | i | h | c | i | h | c | x | x | c | h | i | c | h | i | x | x | 5 | 5 | 2 | 5 | 3 |
1,886 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.s: B = None
self.txt = txt
j = A("j")
g = B("g")
b = B("b")
a = A("a")
j.v = b
g.r = j
g.s = b
b.r = j
b.s = g
a.v = b
assert g.r.v.s.txt... | g" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.s: B = None
self.txt = txt
j = A("j")
g = B("g")
b = B("b")
a = A("a")
j.v = b
g.r = j
g.s = b
b.r = j
b.s = g
a.v = b
assert g.r.v.s.txt... | g | j | b | g | x | x | x | x | g | b | j | g | x | x | x | x | 4 | 6 | 2 | 3 | 1 |
1,887 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
i = A("i")
h = B("h")
b = B("b")
g = B("g")
d = B("d")
i.r = d
h.r = i
b.r = i
g.r = i
d.r = i
assert i.r.r.r.r.txt == " | i" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
i = A("i")
h = B("h")
b = B("b")
g = B("g")
d = B("d")
i.r = d
h.r = i
b.r = i
g.r = i
d.r = i
assert i.r.r.r.r.txt == "i" | i | d | i | d | i | x | x | x | i | d | i | d | i | x | x | x | 5 | 5 | 2 | 4 | 3 |
1,888 | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.r: A = None
self.txt = txt
b = A("b")
a = B("a")
f = B("f")
c = A("c")
j = B("j")
i = B("i")
e = A("e")
b.z = e
a.x = c
a.r = c
f.x = c
f... | e" | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.r: A = None
self.txt = txt
b = A("b")
a = B("a")
f = B("f")
c = A("c")
j = B("j")
i = B("i")
e = A("e")
b.z = e
a.x = c
a.r = c
f.x = c
f... | b | e | c | e | x | x | x | x | e | c | e | b | x | x | x | x | 7 | 7 | 2 | 3 | 1 |
1,889 | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
j = A("j")
c = B("c")
h = A("h")
b = B("b")
d = A("d")
g = B("g")
j.w = h
c.t = g
h.w = j
b.t = c
d.w = j
g.t = b
assert h.w.w.w.txt ==... | j" | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
j = A("j")
c = B("c")
h = A("h")
b = B("b")
d = A("d")
g = B("g")
j.w = h
c.t = g
h.w = j
b.t = c
d.w = j
g.t = b
assert h.w.w.w.txt ==... | h | j | h | j | x | x | x | x | j | h | j | h | x | x | x | x | 6 | 6 | 2 | 3 | 2 |
1,890 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.t: B = None
self.txt = txt
g = A("g")
a = B("a")
e = B("e")
g.p = a
a.z = e
a.t = e
e.z = a
e.t = a
assert e.t.t.t.txt == " | a" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.t: B = None
self.txt = txt
g = A("g")
a = B("a")
e = B("e")
g.p = a
a.z = e
a.t = e
e.z = a
e.t = a
assert e.t.t.t.txt == "a" | e | a | e | a | x | x | x | x | a | e | a | e | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
1,891 | class A:
def __init__(self, txt: str):
self.v: B = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.s: A = None
self.txt = txt
a = A("a")
h = B("h")
b = A("b")
f = B("f")
a.v = h
a.s = b
h.t = f
h.s = b
b.v = h
b... | a" | class A:
def __init__(self, txt: str):
self.v: B = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.s: A = None
self.txt = txt
a = A("a")
h = B("h")
b = A("b")
f = B("f")
a.v = h
a.s = b
h.t = f
h.s = b
b.v = h
b... | a | h | f | b | a | x | x | x | a | b | f | h | a | x | x | x | 4 | 8 | 2 | 4 | 1 |
1,892 | class A:
def __init__(self, txt: str):
self.q: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
h = A("h")
i = B("i")
c = B("c")
j = A("j")
h.q = i
h.s = c
i.o = h
c.o = h
j.q = c
j.s = c
assert c.o.s.o.s.t... | c" | class A:
def __init__(self, txt: str):
self.q: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
h = A("h")
i = B("i")
c = B("c")
j = A("j")
h.q = i
h.s = c
i.o = h
c.o = h
j.q = c
j.s = c
assert c.o.s.o.s.t... | c | h | c | h | c | x | x | x | c | h | c | h | c | x | x | x | 4 | 5 | 2 | 4 | 3 |
1,893 | class A:
def __init__(self, txt: str):
self.x: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.r: B = None
self.txt = txt
d = A("d")
i = B("i")
e = B("e")
f = B("f")
a = A("a")
d.x = i
d.q = a
i.q = a
i.r = ... | a" | class A:
def __init__(self, txt: str):
self.x: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.r: B = None
self.txt = txt
d = A("d")
i = B("i")
e = B("e")
f = B("f")
a = A("a")
d.x = i
d.q = a
i.q = a
i.r = ... | a | d | a | f | e | a | x | x | a | e | f | a | d | a | x | x | 5 | 10 | 2 | 5 | 2 |
1,894 | 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.o: A = None
self.txt = txt
a = A("a")
c = B("c")
b = A("b")
a.p = b
c.t = a
c.o = b
b.p = a
assert c.o.p.p.txt == " | b" | 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.o: A = None
self.txt = txt
a = A("a")
c = B("c")
b = A("b")
a.p = b
c.t = a
c.o = b
b.p = a
assert c.o.p.p.txt == "b" | c | b | a | b | x | x | x | x | b | a | b | c | x | x | x | x | 3 | 4 | 2 | 3 | 1 |
1,895 | class A:
def __init__(self, txt: str):
self.p: A = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
e = A("e")
d = B("d")
j = A("j")
a = A("a")
h = B("h")
i = B("i")
b = B("b")
e.p = a
e.z = b
d.u = j
j.p = e
j... | a" | class A:
def __init__(self, txt: str):
self.p: A = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
e = A("e")
d = B("d")
j = A("j")
a = A("a")
h = B("h")
i = B("i")
b = B("b")
e.p = a
e.z = b
d.u = j
j.p = e
j... | d | j | h | a | x | x | x | x | a | h | j | d | x | x | x | x | 7 | 10 | 2 | 3 | 0 |
1,896 | class A:
def __init__(self, txt: str):
self.s: B = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.s: B = None
self.txt = txt
h = A("h")
e = B("e")
i = A("i")
a = B("a")
b = A("b")
g = A("g")
f = B("f")
h.s = a
... | a" | class A:
def __init__(self, txt: str):
self.s: B = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.s: B = None
self.txt = txt
h = A("h")
e = B("e")
i = A("i")
a = B("a")
b = A("b")
g = A("g")
f = B("f")
h.s = a
... | e | a | e | a | x | x | x | x | a | e | a | e | x | x | x | x | 7 | 13 | 2 | 3 | 2 |
1,897 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
c = A("c")
j = B("j")
i = B("i")
g = B("g")
d = A("d")
a = B("a")
h = A("h")
c.u = g
j.u = a
i.u = g
g.u = i
d.u = a
a.u = g
h.u = a
as... | g" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
c = A("c")
j = B("j")
i = B("i")
g = B("g")
d = A("d")
a = B("a")
h = A("h")
c.u = g
j.u = a
i.u = g
g.u = i
d.u = a
a.u = g
h.u = a
as... | c | g | i | g | i | g | x | x | g | i | g | i | g | c | x | x | 7 | 7 | 2 | 5 | 3 |
1,898 | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
j = A("j")
a = B("a")
d = A("d")
j.u = d
a.w = d
d.u = j
assert j.u.u.u.txt == " | d" | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
j = A("j")
a = B("a")
d = A("d")
j.u = d
a.w = d
d.u = j
assert j.u.u.u.txt == "d" | j | d | j | d | x | x | x | x | d | j | d | j | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
1,899 | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
f = A("f")
b = B("b")
c = A("c")
j = B("j")
a = A("a")
f.w = j
b.y = j
c.w = j
j.y = b
a.w = b
assert a.w.y.y.txt == " | b" | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
f = A("f")
b = B("b")
c = A("c")
j = B("j")
a = A("a")
f.w = j
b.y = j
c.w = j
j.y = b
a.w = b
assert a.w.y.y.txt == "b" | a | b | j | b | x | x | x | x | b | j | b | a | x | x | x | x | 5 | 5 | 2 | 3 | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.