id int64 0 30k | prompt stringlengths 265 1.96k | answer stringclasses 10
values | pythoncode stringlengths 267 1.96k | depth0 stringclasses 10
values | depth1 stringclasses 10
values | depth2 stringclasses 10
values | depth3 stringclasses 10
values | depth4 stringclasses 11
values | depth5 stringclasses 11
values | depth6 stringclasses 11
values | depth7 stringclasses 11
values | depthn0 stringclasses 10
values | depthn1 stringclasses 10
values | depthn2 stringclasses 10
values | depthn3 stringclasses 10
values | depthn4 stringclasses 11
values | depthn5 stringclasses 11
values | depthn6 stringclasses 11
values | depthn7 stringclasses 11
values | num_nodes int64 3 7 | num_edges int64 3 30 | num_classes int64 2 7 | path_length int64 3 7 | num_cycle int64 0 6 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3,000 | class A:
def __init__(self, txt: str):
self.s: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.o: A = None
self.txt = txt
d = A("d")
f = B("f")
g = A("g")
a = B("a")
e = A("e")
b = A("b")
c = A("c")
d.s = a
... | f" | class A:
def __init__(self, txt: str):
self.s: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.o: A = None
self.txt = txt
d = A("d")
f = B("f")
g = A("g")
a = B("a")
e = A("e")
b = A("b")
c = A("c")
d.s = a
... | g | d | a | c | f | x | x | x | f | c | a | d | g | x | x | x | 7 | 14 | 2 | 4 | 0 |
3,001 | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
a = A("a")
d = B("d")
i = A("i")
c = A("c")
b = B("b")
h = B("h")
a.x = c
d.q = b
i.x = a
c.x = i
b.q = h
h.q = b
assert i.x.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.q: B = None
self.txt = txt
a = A("a")
d = B("d")
i = A("i")
c = A("c")
b = B("b")
h = B("h")
a.x = c
d.q = b
i.x = a
c.x = i
b.q = h
h.q = b
assert i.x.x.x.txt ==... | i | a | c | i | x | x | x | x | i | c | a | i | x | x | x | x | 6 | 6 | 2 | 3 | 1 |
3,002 | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.z: A = None
self.txt = txt
j = A("j")
g = B("g")
a = A("a")
d = B("d")
b = A("b")
i = B("i")
e = B("e")
j.p = a
g.p = e
g.z = a
a.p = b
d... | j" | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.z: A = None
self.txt = txt
j = A("j")
g = B("g")
a = A("a")
d = B("d")
b = A("b")
i = B("i")
e = B("e")
j.p = a
g.p = e
g.z = a
a.p = b
d... | j | a | b | j | a | b | j | x | j | b | a | j | b | a | j | x | 7 | 11 | 2 | 6 | 4 |
3,003 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
e = A("e")
f = B("f")
h = B("h")
a = A("a")
e.r = h
f.r = h
h.r = f
a.r = h
assert a.r.r.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.r: B = None
self.txt = txt
e = A("e")
f = B("f")
h = B("h")
a = A("a")
e.r = h
f.r = h
h.r = f
a.r = h
assert a.r.r.r.txt == "h" | a | h | f | h | x | x | x | x | h | f | h | a | x | x | x | x | 4 | 4 | 2 | 3 | 1 |
3,004 | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.u: A = None
self.txt = txt
j = A("j")
e = B("e")
a = A("a")
g = A("g")
c = B("c")
b = B("b")
d = B("d")
j.o = c
e.y = d
e.u = g
a.o = c
g... | e" | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.u: A = None
self.txt = txt
j = A("j")
e = B("e")
a = A("a")
g = A("g")
c = B("c")
b = B("b")
d = B("d")
j.o = c
e.y = d
e.u = g
a.o = c
g... | b | d | a | c | e | x | x | x | e | c | a | d | b | x | x | x | 7 | 11 | 2 | 4 | 0 |
3,005 | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.q: A = None
self.txt = txt
a = A("a")
j = B("j")
h = A("h")
b = B("b")
g = B("g")
c = A("c")
a.z = h
j.v = g
j.q = c
h.z = c
b.v = g
b.q ... | h" | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.q: A = None
self.txt = txt
a = A("a")
j = B("j")
h = A("h")
b = B("b")
g = B("g")
c = A("c")
a.z = h
j.v = g
j.q = c
h.z = c
b.v = g
b.q ... | j | c | h | c | h | x | x | x | h | c | h | c | j | x | x | x | 6 | 9 | 2 | 4 | 2 |
3,006 | class A:
def __init__(self, txt: str):
self.o: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.w: B = None
self.txt = txt
f = A("f")
c = B("c")
g = A("g")
e = B("e")
h = A("h")
f.o = e
f.s = c
c.q = e
c.w = ... | c" | class A:
def __init__(self, txt: str):
self.o: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.w: B = None
self.txt = txt
f = A("f")
c = B("c")
g = A("g")
e = B("e")
h = A("h")
f.o = e
f.s = c
c.q = e
c.w = ... | g | c | e | c | x | x | x | x | c | e | c | g | x | x | x | x | 5 | 7 | 2 | 3 | 1 |
3,007 | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.y: A = None
self.txt = txt
i = A("i")
b = B("b")
f = A("f")
g = B("g")
d = A("d")
a = B("a")
c = B("c")
i.p = f
b.p = f
b.y = f
f.p = i
g... | f" | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.y: A = None
self.txt = txt
i = A("i")
b = B("b")
f = A("f")
g = B("g")
d = A("d")
a = B("a")
c = B("c")
i.p = f
b.p = f
b.y = f
f.p = i
g... | d | f | i | f | i | f | i | f | f | i | f | i | f | i | f | d | 7 | 10 | 2 | 7 | 5 |
3,008 | class A:
def __init__(self, txt: str):
self.y: A = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.u: B = None
self.txt = txt
f = A("f")
c = B("c")
b = A("b")
g = B("g")
e = B("e")
d = A("d")
h = A("h")
f.y = h
... | d" | class A:
def __init__(self, txt: str):
self.y: A = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.u: B = None
self.txt = txt
f = A("f")
c = B("c")
b = A("b")
g = B("g")
e = B("e")
d = A("d")
h = A("h")
f.y = h
... | g | c | e | f | h | b | d | x | d | b | h | f | e | c | g | x | 7 | 11 | 2 | 6 | 0 |
3,009 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
e = A("e")
b = B("b")
i = B("i")
j = A("j")
c = A("c")
e.p = i
b.w = c
i.w = j
j.p = b
c.p = b
assert c.p.w.p.w.p.txt == " | b" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
e = A("e")
b = B("b")
i = B("i")
j = A("j")
c = A("c")
e.p = i
b.w = c
i.w = j
j.p = b
c.p = b
assert c.p.w.p.w.p.txt == "b" | c | b | c | b | c | b | x | x | b | c | b | c | b | c | x | x | 5 | 5 | 2 | 5 | 4 |
3,010 | class A:
def __init__(self, txt: str):
self.u: B = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.x: B = None
self.txt = txt
i = A("i")
g = B("g")
d = B("d")
a = B("a")
b = A("b")
f = A("f")
c = B("c")
i.u = g
... | d" | class A:
def __init__(self, txt: str):
self.u: B = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.x: B = None
self.txt = txt
i = A("i")
g = B("g")
d = B("d")
a = B("a")
b = A("b")
f = A("f")
c = B("c")
i.u = g
... | d | c | d | c | g | d | x | x | d | g | c | d | c | d | x | x | 7 | 13 | 2 | 5 | 3 |
3,011 | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.x: A = None
self.txt = txt
b = A("b")
d = B("d")
e = B("e")
g = A("g")
a = A("a")
b.o = e
d.z = e
d.x = g
e.z = d
e.x = b
g.o = e
a.o = e... | e" | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.x: A = None
self.txt = txt
b = A("b")
d = B("d")
e = B("e")
g = A("g")
a = A("a")
b.o = e
d.z = e
d.x = g
e.z = d
e.x = b
g.o = e
a.o = e... | b | e | b | e | x | x | x | x | e | b | e | b | x | x | x | x | 5 | 7 | 2 | 3 | 2 |
3,012 | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.q: A = None
self.txt = txt
a = A("a")
b = B("b")
f = A("f")
e = B("e")
d = A("d")
i = A("i")
g = B("g")
a.x = b
b.u = g
b.q = i
f.x = b
e... | e" | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.q: A = None
self.txt = txt
a = A("a")
b = B("b")
f = A("f")
e = B("e")
d = A("d")
i = A("i")
g = B("g")
a.x = b
b.u = g
b.q = i
f.x = b
e... | a | b | i | e | x | x | x | x | e | i | b | a | x | x | x | x | 7 | 10 | 2 | 3 | 0 |
3,013 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
e = A("e")
f = B("f")
j = A("j")
h = B("h")
g = B("g")
e.p = h
f.v = g
j.p = f
h.v = f
g.v = f
assert e.p.v.v.txt == " | g" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
e = A("e")
f = B("f")
j = A("j")
h = B("h")
g = B("g")
e.p = h
f.v = g
j.p = f
h.v = f
g.v = f
assert e.p.v.v.txt == "g" | e | h | f | g | x | x | x | x | g | f | h | e | x | x | x | x | 5 | 5 | 2 | 3 | 0 |
3,014 | 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.x: A = None
self.txt = txt
a = A("a")
d = B("d")
g = A("g")
a.q = d
a.y = d
d.x = g
g.q = d
g.y = d
assert a.y.x.y.txt == " | d" | 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.x: A = None
self.txt = txt
a = A("a")
d = B("d")
g = A("g")
a.q = d
a.y = d
d.x = g
g.q = d
g.y = d
assert a.y.x.y.txt == "d" | a | d | g | d | x | x | x | x | d | g | d | a | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
3,015 | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.o: A = None
self.txt = txt
d = A("d")
b = B("b")
h = A("h")
a = B("a")
d.r = h
b.x = a
b.o = d
h.r = d
a.x = b
a.o = h
assert d.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.x: B = None
self.o: A = None
self.txt = txt
d = A("d")
b = B("b")
h = A("h")
a = B("a")
d.r = h
b.x = a
b.o = d
h.r = d
a.x = b
a.o = h
assert d.r.r.r.txt... | d | h | d | h | x | x | x | x | h | d | h | d | x | x | x | x | 4 | 6 | 2 | 3 | 2 |
3,016 | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.v: B = None
self.txt = txt
i = A("i")
g = B("g")
c = B("c")
a = B("a")
h = B("h")
d = A("d")
i.u = d
g.u = a
g.v = a
c.u = h
c.v = a
a.u ... | a" | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.v: B = None
self.txt = txt
i = A("i")
g = B("g")
c = B("c")
a = B("a")
h = B("h")
d = A("d")
i.u = d
g.u = a
g.v = a
c.u = h
c.v = a
a.u ... | a | c | a | c | h | g | a | x | a | g | h | c | a | c | a | x | 6 | 9 | 2 | 6 | 3 |
3,017 | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
f = A("f")
g = B("g")
h = A("h")
j = B("j")
d = B("d")
c = A("c")
f.v = c
g.o = d
h.v = f
j.o = d
d.o = j
c.v = f
assert j.o.o.o.o.o.o.... | j" | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
f = A("f")
g = B("g")
h = A("h")
j = B("j")
d = B("d")
c = A("c")
f.v = c
g.o = d
h.v = f
j.o = d
d.o = j
c.v = f
assert j.o.o.o.o.o.o.... | j | d | j | d | j | d | j | x | j | d | j | d | j | d | j | x | 6 | 6 | 2 | 6 | 5 |
3,018 | 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
g = A("g")
f = B("f")
i = B("i")
e = A("e")
g.x = e
f.z = e
i.z = g
e.x = g
assert i.z.x.x.txt == " | g" | 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
g = A("g")
f = B("f")
i = B("i")
e = A("e")
g.x = e
f.z = e
i.z = g
e.x = g
assert i.z.x.x.txt == "g" | i | g | e | g | x | x | x | x | g | e | g | i | x | x | x | x | 4 | 4 | 2 | 3 | 1 |
3,019 | class A:
def __init__(self, txt: str):
self.t: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
a = A("a")
j = B("j")
f = A("f")
a.t = j
a.v = j
j.r = f
f.t = j
f.v = j
assert j.r.t.r.txt == " | f" | class A:
def __init__(self, txt: str):
self.t: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
a = A("a")
j = B("j")
f = A("f")
a.t = j
a.v = j
j.r = f
f.t = j
f.v = j
assert j.r.t.r.txt == "f" | j | f | j | f | x | x | x | x | f | j | f | j | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
3,020 | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.x: A = None
self.txt = txt
j = A("j")
e = B("e")
d = A("d")
j.t = d
e.r = j
e.x = d
d.t = j
assert e.x.t.t.txt == " | d" | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.x: A = None
self.txt = txt
j = A("j")
e = B("e")
d = A("d")
j.t = d
e.r = j
e.x = d
d.t = j
assert e.x.t.t.txt == "d" | e | d | j | d | x | x | x | x | d | j | d | e | x | x | x | x | 3 | 4 | 2 | 3 | 1 |
3,021 | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.w: B = None
self.txt = txt
f = A("f")
c = B("c")
j = A("j")
b = A("b")
h = B("h")
g = A("g")
d = B("d")
f.y = c
c.v = h
c.w = h
j.y = h
b... | d" | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.w: B = None
self.txt = txt
f = A("f")
c = B("c")
j = A("j")
b = A("b")
h = B("h")
g = A("g")
d = B("d")
f.y = c
c.v = h
c.w = h
j.y = h
b... | j | h | c | h | d | x | x | x | d | h | c | h | j | x | x | x | 7 | 9 | 2 | 4 | 1 |
3,022 | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
b = A("b")
h = B("h")
j = A("j")
c = B("c")
g = A("g")
f = B("f")
b.x = g
h.r = b
j.x = g
c.r = g
g.x = j
f.r = j
assert c.r.x.x.x.x.x.... | j" | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
b = A("b")
h = B("h")
j = A("j")
c = B("c")
g = A("g")
f = B("f")
b.x = g
h.r = b
j.x = g
c.r = g
g.x = j
f.r = j
assert c.r.x.x.x.x.x.... | c | g | j | g | j | g | j | x | j | g | j | g | j | g | c | x | 6 | 6 | 2 | 6 | 4 |
3,023 | class A:
def __init__(self, txt: str):
self.v: A = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
i = A("i")
h = B("h")
j = B("j")
a = A("a")
d = A("d")
e = B("e")
b = A("b")
i.v = d
i.q = e
h.p = d
j.p = b
a... | d" | class A:
def __init__(self, txt: str):
self.v: A = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
i = A("i")
h = B("h")
j = B("j")
a = A("a")
d = A("d")
e = B("e")
b = A("b")
i.v = d
i.q = e
h.p = d
j.p = b
a... | d | b | i | d | h | d | x | x | d | h | d | i | b | d | x | x | 7 | 11 | 2 | 5 | 2 |
3,024 | class A:
def __init__(self, txt: str):
self.o: A = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
c = A("c")
h = B("h")
i = A("i")
g = A("g")
c.o = g
c.x = i
h.q = i
i.o = g
i.x = c
g.o = i
g.x = c
assert h.q... | i" | class A:
def __init__(self, txt: str):
self.o: A = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
c = A("c")
h = B("h")
i = A("i")
g = A("g")
c.o = g
c.x = i
h.q = i
i.o = g
i.x = c
g.o = i
g.x = c
assert h.q... | h | i | c | g | i | x | x | x | i | g | c | i | h | x | x | x | 4 | 7 | 2 | 4 | 1 |
3,025 | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
d = A("d")
f = B("f")
h = B("h")
i = B("i")
e = A("e")
a = B("a")
b = A("b")
d.s = e
f.q = a
h.q = f
i.q = a
e.s = b
a.q = h
b.s = d
as... | b" | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
d = A("d")
f = B("f")
h = B("h")
i = B("i")
e = A("e")
a = B("a")
b = A("b")
d.s = e
f.q = a
h.q = f
i.q = a
e.s = b
a.q = h
b.s = d
as... | b | d | e | b | d | e | b | x | b | e | d | b | e | d | b | x | 7 | 7 | 2 | 6 | 4 |
3,026 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
h = A("h")
e = B("e")
a = A("a")
b = A("b")
g = B("g")
j = B("j")
h.p = g
e.r = j
a.p = j
b.p = e
g.r = e
j.r = e
assert j.r.r.r.r.r.tx... | e" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
h = A("h")
e = B("e")
a = A("a")
b = A("b")
g = B("g")
j = B("j")
h.p = g
e.r = j
a.p = j
b.p = e
g.r = e
j.r = e
assert j.r.r.r.r.r.tx... | j | e | j | e | j | e | x | x | e | j | e | j | e | j | x | x | 6 | 6 | 2 | 5 | 4 |
3,027 | class A:
def __init__(self, txt: str):
self.v: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.z: A = None
self.txt = txt
a = A("a")
h = B("h")
d = B("d")
b = B("b")
i = A("i")
f = A("f")
a.v = b
a.y = b
h.q... | b" | class A:
def __init__(self, txt: str):
self.v: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.z: A = None
self.txt = txt
a = A("a")
h = B("h")
d = B("d")
b = B("b")
i = A("i")
f = A("f")
a.v = b
a.y = b
h.q... | a | b | d | f | b | a | b | x | b | a | b | f | d | b | a | x | 6 | 10 | 2 | 6 | 3 |
3,028 | 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.t: B = None
self.s: A = None
self.txt = txt
f = A("f")
i = B("i")
b = B("b")
c = A("c")
f.r = c
f.o = i
i.t = b
i.s = c
b.t = i
b... | c" | 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.t: B = None
self.s: A = None
self.txt = txt
f = A("f")
i = B("i")
b = B("b")
c = A("c")
f.r = c
f.o = i
i.t = b
i.s = c
b.t = i
b... | c | f | c | f | c | x | x | x | c | f | c | f | c | x | x | x | 4 | 8 | 2 | 4 | 3 |
3,029 | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
i = A("i")
e = B("e")
b = A("b")
h = B("h")
i.o = b
e.y = h
b.o = i
h.y = e
assert e.y.y.y.y.txt == " | e" | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
i = A("i")
e = B("e")
b = A("b")
h = B("h")
i.o = b
e.y = h
b.o = i
h.y = e
assert e.y.y.y.y.txt == "e" | e | h | e | h | e | x | x | x | e | h | e | h | e | x | x | x | 4 | 4 | 2 | 4 | 3 |
3,030 | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.v: B = None
self.txt = txt
j = A("j")
g = B("g")
a = B("a")
c = A("c")
j.v = c
g.p = c
g.v = a
a.p = j
a.v = g
c.v = j
assert g.v.v.p.v.t... | j" | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.v: B = None
self.txt = txt
j = A("j")
g = B("g")
a = B("a")
c = A("c")
j.v = c
g.p = c
g.v = a
a.p = j
a.v = g
c.v = j
assert g.v.v.p.v.t... | g | a | g | c | j | x | x | x | j | c | g | a | g | x | x | x | 4 | 6 | 2 | 4 | 1 |
3,031 | class A:
def __init__(self, txt: str):
self.x: B = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.v: B = None
self.txt = txt
e = A("e")
a = B("a")
b = B("b")
e.x = a
e.u = a
a.r = b
a.v = b
b.r = a
b.v = a
asse... | b" | class A:
def __init__(self, txt: str):
self.x: B = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.v: B = None
self.txt = txt
e = A("e")
a = B("a")
b = B("b")
e.x = a
e.u = a
a.r = b
a.v = b
b.r = a
b.v = a
asse... | a | b | a | b | x | x | x | x | b | a | b | a | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
3,032 | class A:
def __init__(self, txt: str):
self.p: A = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.q: A = None
self.txt = txt
c = A("c")
g = B("g")
b = A("b")
j = B("j")
c.p = b
c.o = b
g.y = c
g.q = c
b.p = c
b... | b" | class A:
def __init__(self, txt: str):
self.p: A = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.q: A = None
self.txt = txt
c = A("c")
g = B("g")
b = A("b")
j = B("j")
c.p = b
c.o = b
g.y = c
g.q = c
b.p = c
b... | c | b | c | b | x | x | x | x | b | c | b | c | x | x | x | x | 4 | 4 | 2 | 3 | 2 |
3,033 | 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.x: A = None
self.txt = txt
b = A("b")
d = B("d")
i = B("i")
a = A("a")
b.s = a
d.u = i
d.x = b
i.u = d
i.x = a
a.s = b
assert a.s.s.s.txt... | b" | 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.x: A = None
self.txt = txt
b = A("b")
d = B("d")
i = B("i")
a = A("a")
b.s = a
d.u = i
d.x = b
i.u = d
i.x = a
a.s = b
assert a.s.s.s.txt... | a | b | a | b | x | x | x | x | b | a | b | a | x | x | x | x | 4 | 6 | 2 | 3 | 2 |
3,034 | class A:
def __init__(self, txt: str):
self.x: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
b = A("b")
i = B("i")
j = B("j")
b.x = i
b.s = i
i.w = b
j.w = b
assert i.w.x.w.txt == " | b" | class A:
def __init__(self, txt: str):
self.x: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
b = A("b")
i = B("i")
j = B("j")
b.x = i
b.s = i
i.w = b
j.w = b
assert i.w.x.w.txt == "b" | i | b | i | b | x | x | x | x | b | i | b | i | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
3,035 | class A:
def __init__(self, txt: str):
self.v: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
f = A("f")
d = B("d")
h = B("h")
i = B("i")
e = A("e")
c = B("c")
f.v = c
f.y = d
d.z = i
h.z = d
i.z = c
e.v ... | i" | class A:
def __init__(self, txt: str):
self.v: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
f = A("f")
d = B("d")
h = B("h")
i = B("i")
e = A("e")
c = B("c")
f.v = c
f.y = d
d.z = i
h.z = d
i.z = c
e.v ... | f | c | i | c | i | x | x | x | i | c | i | c | f | x | x | x | 6 | 7 | 2 | 4 | 2 |
3,036 | class A:
def __init__(self, txt: str):
self.q: A = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.y: B = None
self.txt = txt
e = A("e")
d = B("d")
f = B("f")
a = B("a")
j = A("j")
h = A("h")
e.q = h
e.p = h
d.s... | h" | class A:
def __init__(self, txt: str):
self.q: A = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.y: B = None
self.txt = txt
e = A("e")
d = B("d")
f = B("f")
a = B("a")
j = A("j")
h = A("h")
e.q = h
e.p = h
d.s... | f | a | j | h | j | h | x | x | h | j | h | j | a | f | x | x | 6 | 10 | 2 | 5 | 2 |
3,037 | class A:
def __init__(self, txt: str):
self.r: A = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
e = A("e")
h = B("h")
a = A("a")
e.r = a
e.u = h
h.w = e
a.r = e
a.u = h
assert h.w.r.r.txt == " | e" | class A:
def __init__(self, txt: str):
self.r: A = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
e = A("e")
h = B("h")
a = A("a")
e.r = a
e.u = h
h.w = e
a.r = e
a.u = h
assert h.w.r.r.txt == "e" | h | e | a | e | x | x | x | x | e | a | e | h | x | x | x | x | 3 | 5 | 2 | 3 | 1 |
3,038 | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
i = A("i")
f = B("f")
h = A("h")
e = A("e")
i.u = e
f.o = i
h.u = e
e.u = h
assert f.o.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.o: A = None
self.txt = txt
i = A("i")
f = B("f")
h = A("h")
e = A("e")
i.u = e
f.o = i
h.u = e
e.u = h
assert f.o.u.u.txt == "h" | f | i | e | h | x | x | x | x | h | e | i | f | x | x | x | x | 4 | 4 | 2 | 3 | 0 |
3,039 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.p: A = None
self.txt = txt
e = A("e")
i = B("i")
a = B("a")
e.s = i
i.y = e
i.p = e
a.y = e
a.p = e
assert a.y.s.y.txt == " | e" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.p: A = None
self.txt = txt
e = A("e")
i = B("i")
a = B("a")
e.s = i
i.y = e
i.p = e
a.y = e
a.p = e
assert a.y.s.y.txt == "e" | a | e | i | e | x | x | x | x | e | i | e | a | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
3,040 | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
i = A("i")
j = B("j")
a = A("a")
c = A("c")
g = A("g")
h = B("h")
d = B("d")
i.x = a
j.v = d
a.x = i
c.x = g
g.x = a
h.v = d
d.v = j
as... | j" | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
i = A("i")
j = B("j")
a = A("a")
c = A("c")
g = A("g")
h = B("h")
d = B("d")
i.x = a
j.v = d
a.x = i
c.x = g
g.x = a
h.v = d
d.v = j
as... | j | d | j | d | j | d | j | x | j | d | j | d | j | d | j | x | 7 | 7 | 2 | 6 | 5 |
3,041 | class A:
def __init__(self, txt: str):
self.s: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
d = A("d")
j = B("j")
f = B("f")
h = B("h")
a = A("a")
d.s = j
d.v = j
j.o = h
f.o = j
h.o = j
a.s = j
a.v = h... | j" | class A:
def __init__(self, txt: str):
self.s: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
d = A("d")
j = B("j")
f = B("f")
h = B("h")
a = A("a")
d.s = j
d.v = j
j.o = h
f.o = j
h.o = j
a.s = j
a.v = h... | j | h | j | h | j | x | x | x | j | h | j | h | j | x | x | x | 5 | 6 | 2 | 4 | 3 |
3,042 | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.y: B = None
self.txt = txt
b = A("b")
i = B("i")
e = B("e")
b.y = e
i.q = b
i.y = e
e.q = b
e.y = i
assert i.q.y.q.txt == " | b" | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.y: B = None
self.txt = txt
b = A("b")
i = B("i")
e = B("e")
b.y = e
i.q = b
i.y = e
e.q = b
e.y = i
assert i.q.y.q.txt == "b" | i | b | e | b | x | x | x | x | b | e | b | i | x | x | x | x | 3 | 5 | 2 | 3 | 1 |
3,043 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.w: A = None
self.txt = txt
h = A("h")
b = B("b")
f = B("f")
j = A("j")
c = B("c")
h.p = f
b.r = f
b.w = h
f.r = c
f.w = h
j.p = c
c.r = f... | f" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.w: A = None
self.txt = txt
h = A("h")
b = B("b")
f = B("f")
j = A("j")
c = B("c")
h.p = f
b.r = f
b.w = h
f.r = c
f.w = h
j.p = c
c.r = f... | j | c | h | f | h | f | x | x | f | h | f | h | c | j | x | x | 5 | 8 | 2 | 5 | 2 |
3,044 | class A:
def __init__(self, txt: str):
self.t: A = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
b = A("b")
f = B("f")
h = B("h")
j = A("j")
c = A("c")
d = B("d")
b.t = j
b.x = j
f.w = d
h.w = d
j.t = c
j.x ... | h" | class A:
def __init__(self, txt: str):
self.t: A = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
b = A("b")
f = B("f")
h = B("h")
j = A("j")
c = A("c")
d = B("d")
b.t = j
b.x = j
f.w = d
h.w = d
j.t = c
j.x ... | d | h | d | h | d | h | x | x | h | d | h | d | h | d | x | x | 6 | 7 | 2 | 5 | 4 |
3,045 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
d = A("d")
b = B("b")
j = B("j")
e = B("e")
d.r = b
b.v = e
j.v = e
e.v = b
assert e.v.v.v.txt == " | b" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
d = A("d")
b = B("b")
j = B("j")
e = B("e")
d.r = b
b.v = e
j.v = e
e.v = b
assert e.v.v.v.txt == "b" | e | b | e | b | x | x | x | x | b | e | b | e | x | x | x | x | 4 | 4 | 2 | 3 | 2 |
3,046 | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
f = A("f")
j = B("j")
i = B("i")
f.y = i
j.v = f
i.v = f
assert f.y.v.y.txt == " | i" | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
f = A("f")
j = B("j")
i = B("i")
f.y = i
j.v = f
i.v = f
assert f.y.v.y.txt == "i" | f | i | f | i | x | x | x | x | i | f | i | f | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
3,047 | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
g = A("g")
b = B("b")
d = A("d")
f = A("f")
c = B("c")
g.o = c
b.q = g
d.o = c
f.o = c
c.q = g
assert f.o.q.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.q: A = None
self.txt = txt
g = A("g")
b = B("b")
d = A("d")
f = A("f")
c = B("c")
g.o = c
b.q = g
d.o = c
f.o = c
c.q = g
assert f.o.q.o.txt == "c" | f | c | g | c | x | x | x | x | c | g | c | f | x | x | x | x | 5 | 5 | 2 | 3 | 1 |
3,048 | class A:
def __init__(self, txt: str):
self.u: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
f = A("f")
e = B("e")
g = B("g")
c = A("c")
a = A("a")
f.u = g
f.s = g
e.q = g
g.q = e
c.u = e
c.s = g
a.u = g... | g" | class A:
def __init__(self, txt: str):
self.u: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
f = A("f")
e = B("e")
g = B("g")
c = A("c")
a = A("a")
f.u = g
f.s = g
e.q = g
g.q = e
c.u = e
c.s = g
a.u = g... | a | e | g | e | g | x | x | x | g | e | g | e | a | x | x | x | 5 | 7 | 2 | 4 | 2 |
3,049 | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.o: A = None
self.txt = txt
j = A("j")
f = B("f")
e = B("e")
c = B("c")
b = B("b")
a = A("a")
j.x = a
f.r = j
f.o = j
e.r = j
e.o = a
c.r ... | j" | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.o: A = None
self.txt = txt
j = A("j")
f = B("f")
e = B("e")
c = B("c")
b = B("b")
a = A("a")
j.x = a
f.r = j
f.o = j
e.r = j
e.o = a
c.r ... | j | a | j | a | j | x | x | x | j | a | j | a | j | x | x | x | 6 | 8 | 2 | 4 | 3 |
3,050 | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.w: A = None
self.txt = txt
g = A("g")
c = B("c")
b = B("b")
h = A("h")
g.w = b
c.x = g
c.w = h
b.x = g
b.w = g
h.w = c
assert g.w.x.w.txt... | b" | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.w: A = None
self.txt = txt
g = A("g")
c = B("c")
b = B("b")
h = A("h")
g.w = b
c.x = g
c.w = h
b.x = g
b.w = g
h.w = c
assert g.w.x.w.txt... | g | b | g | b | x | x | x | x | b | g | b | g | x | x | x | x | 4 | 5 | 2 | 3 | 2 |
3,051 | class A:
def __init__(self, txt: str):
self.y: A = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
g = A("g")
d = B("d")
a = A("a")
b = B("b")
e = B("e")
j = A("j")
g.y = a
g.v = a
d.t = e
a.y = g
a.v = g
b.t ... | a" | class A:
def __init__(self, txt: str):
self.y: A = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
g = A("g")
d = B("d")
a = A("a")
b = B("b")
e = B("e")
j = A("j")
g.y = a
g.v = a
d.t = e
a.y = g
a.v = g
b.t ... | g | a | g | a | x | x | x | x | a | g | a | g | x | x | x | x | 6 | 6 | 2 | 3 | 2 |
3,052 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.v: A = None
self.txt = txt
b = A("b")
j = B("j")
d = A("d")
f = B("f")
b.r = j
j.s = f
j.v = d
d.r = f
f.s = j
f.v = d
assert b.r.v.r.s.t... | j" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.v: A = None
self.txt = txt
b = A("b")
j = B("j")
d = A("d")
f = B("f")
b.r = j
j.s = f
j.v = d
d.r = f
f.s = j
f.v = d
assert b.r.v.r.s.t... | b | j | d | f | j | x | x | x | j | f | d | j | b | x | x | x | 4 | 6 | 2 | 4 | 1 |
3,053 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
c = A("c")
a = B("a")
h = B("h")
j = B("j")
c.u = j
a.r = c
h.r = c
j.r = c
assert a.r.u.r.txt == " | c" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
c = A("c")
a = B("a")
h = B("h")
j = B("j")
c.u = j
a.r = c
h.r = c
j.r = c
assert a.r.u.r.txt == "c" | a | c | j | c | x | x | x | x | c | j | c | a | x | x | x | x | 4 | 4 | 2 | 3 | 1 |
3,054 | class A:
def __init__(self, txt: str):
self.y: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
e = A("e")
h = B("h")
b = B("b")
f = A("f")
c = A("c")
i = B("i")
j = A("j")
e.y = h
e.z = i
h.q = b
b.q = h
f... | b" | class A:
def __init__(self, txt: str):
self.y: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
e = A("e")
h = B("h")
b = B("b")
f = A("f")
c = A("c")
i = B("i")
j = A("j")
e.y = h
e.z = i
h.q = b
b.q = h
f... | i | b | h | b | x | x | x | x | b | h | b | i | x | x | x | x | 7 | 11 | 2 | 3 | 1 |
3,055 | class A:
def __init__(self, txt: str):
self.o: B = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.t: B = None
self.txt = txt
f = A("f")
h = B("h")
i = A("i")
d = B("d")
c = A("c")
e = A("e")
f.o = h
f.z = c
h.u... | i" | class A:
def __init__(self, txt: str):
self.o: B = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.t: B = None
self.txt = txt
f = A("f")
h = B("h")
i = A("i")
d = B("d")
c = A("c")
e = A("e")
f.o = h
f.z = c
h.u... | i | h | d | f | h | c | i | x | i | c | h | f | d | h | i | x | 6 | 12 | 2 | 6 | 2 |
3,056 | class A:
def __init__(self, txt: str):
self.q: A = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.u: B = None
self.txt = txt
b = A("b")
e = B("e")
h = B("h")
d = A("d")
i = B("i")
c = A("c")
b.q = c
b.t = d
e.z... | b" | class A:
def __init__(self, txt: str):
self.q: A = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.u: B = None
self.txt = txt
b = A("b")
e = B("e")
h = B("h")
d = A("d")
i = B("i")
c = A("c")
b.q = c
b.t = d
e.z... | b | c | b | c | b | x | x | x | b | c | b | c | b | x | x | x | 6 | 12 | 2 | 4 | 3 |
3,057 | 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
g = A("g")
a = B("a")
f = A("f")
d = B("d")
h = A("h")
b = A("b")
j = B("j")
g.z = d
a.x = b
f.z = j
d.x = b
h.z = d
b.z = j
j.x = h
as... | j" | 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
g = A("g")
a = B("a")
f = A("f")
d = B("d")
h = A("h")
b = A("b")
j = B("j")
g.z = d
a.x = b
f.z = j
d.x = b
h.z = d
b.z = j
j.x = h
as... | h | d | b | j | x | x | x | x | j | b | d | h | x | x | x | x | 7 | 7 | 2 | 3 | 0 |
3,058 | class A:
def __init__(self, txt: str):
self.o: B = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
e = A("e")
b = B("b")
f = B("f")
d = B("d")
g = A("g")
h = B("h")
e.o = d
e.y = g
b.y = e
f.y = e
d.y = e
g.o ... | f" | class A:
def __init__(self, txt: str):
self.o: B = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
e = A("e")
b = B("b")
f = B("f")
d = B("d")
g = A("g")
h = B("h")
e.o = d
e.y = g
b.y = e
f.y = e
d.y = e
g.o ... | h | e | g | f | x | x | x | x | f | g | e | h | x | x | x | x | 6 | 8 | 2 | 3 | 0 |
3,059 | 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.w: B = None
self.txt = txt
h = A("h")
g = B("g")
i = A("i")
a = A("a")
f = B("f")
j = B("j")
h.z = f
h.x = j
g.w = f
i.z = f
i.x = j
a.z ... | g" | 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.w: B = None
self.txt = txt
h = A("h")
g = B("g")
i = A("i")
a = A("a")
f = B("f")
j = B("j")
h.z = f
h.x = j
g.w = f
i.z = f
i.x = j
a.z ... | a | j | f | g | x | x | x | x | g | f | j | a | x | x | x | x | 6 | 8 | 2 | 3 | 0 |
3,060 | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.t: A = None
self.txt = txt
a = A("a")
h = B("h")
j = A("j")
f = B("f")
d = A("d")
a.v = j
h.u = f
h.t = a
j.v = d
f.u = h
f.t = j
d.v = a... | j" | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.t: A = None
self.txt = txt
a = A("a")
h = B("h")
j = A("j")
f = B("f")
d = A("d")
a.v = j
h.u = f
h.t = a
j.v = d
f.u = h
f.t = j
d.v = a... | j | d | a | j | x | x | x | x | j | a | d | j | x | x | x | x | 5 | 7 | 2 | 3 | 1 |
3,061 | class A:
def __init__(self, txt: str):
self.x: A = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
f = A("f")
b = B("b")
a = B("a")
c = A("c")
f.x = c
f.p = c
b.y = a
a.y = b
c.x = f
c.p = f
assert c.p.p.p.txt... | f" | class A:
def __init__(self, txt: str):
self.x: A = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
f = A("f")
b = B("b")
a = B("a")
c = A("c")
f.x = c
f.p = c
b.y = a
a.y = b
c.x = f
c.p = f
assert c.p.p.p.txt... | c | f | c | f | x | x | x | x | f | c | f | c | x | x | x | x | 4 | 4 | 2 | 3 | 2 |
3,062 | class A:
def __init__(self, txt: str):
self.p: B = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
b = A("b")
h = B("h")
d = B("d")
b.p = d
b.q = d
h.y = b
d.y = b
assert d.y.p.y.txt == " | b" | class A:
def __init__(self, txt: str):
self.p: B = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
b = A("b")
h = B("h")
d = B("d")
b.p = d
b.q = d
h.y = b
d.y = b
assert d.y.p.y.txt == "b" | d | b | d | b | x | x | x | x | b | d | b | d | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
3,063 | class A:
def __init__(self, txt: str):
self.u: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
c = A("c")
a = B("a")
d = A("d")
c.u = a
c.z = a
a.r = d
d.u = a
d.z = a
assert d.u.r.u.txt == " | a" | class A:
def __init__(self, txt: str):
self.u: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
c = A("c")
a = B("a")
d = A("d")
c.u = a
c.z = a
a.r = d
d.u = a
d.z = a
assert d.u.r.u.txt == "a" | d | a | d | a | x | x | x | x | a | d | a | d | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
3,064 | class A:
def __init__(self, txt: str):
self.q: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
h = A("h")
a = B("a")
g = B("g")
b = B("b")
i = B("i")
d = A("d")
h.q = g
h.o = i
a.y = i
g.y = a
b.y = a
i.y ... | g" | class A:
def __init__(self, txt: str):
self.q: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
h = A("h")
a = B("a")
g = B("g")
b = B("b")
i = B("i")
d = A("d")
h.q = g
h.o = i
a.y = i
g.y = a
b.y = a
i.y ... | b | a | i | g | a | i | g | x | g | i | a | g | i | a | b | x | 6 | 8 | 2 | 6 | 3 |
3,065 | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
j = A("j")
f = B("f")
d = B("d")
h = B("h")
c = A("c")
j.y = c
f.s = c
d.s = c
h.s = c
c.y = j
assert d.s.y.y.y.y.txt == " | c" | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
j = A("j")
f = B("f")
d = B("d")
h = B("h")
c = A("c")
j.y = c
f.s = c
d.s = c
h.s = c
c.y = j
assert d.s.y.y.y.y.txt == "c" | d | c | j | c | j | c | x | x | c | j | c | j | c | d | x | x | 5 | 5 | 2 | 5 | 3 |
3,066 | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.t: A = None
self.txt = txt
a = A("a")
j = B("j")
e = B("e")
i = A("i")
b = A("b")
a.q = e
j.v = e
j.t = i
e.v = j
e.t = a
i.q = e
b.q = e... | j" | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.t: A = None
self.txt = txt
a = A("a")
j = B("j")
e = B("e")
i = A("i")
b = A("b")
a.q = e
j.v = e
j.t = i
e.v = j
e.t = a
i.q = e
b.q = e... | b | e | j | i | e | j | x | x | j | e | i | j | e | b | x | x | 5 | 7 | 2 | 5 | 2 |
3,067 | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
d = A("d")
b = B("b")
f = B("f")
c = B("c")
i = A("i")
d.w = i
b.s = c
f.s = c
c.s = b
i.w = d
assert b.s.s.s.s.s.txt == " | c" | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
d = A("d")
b = B("b")
f = B("f")
c = B("c")
i = A("i")
d.w = i
b.s = c
f.s = c
c.s = b
i.w = d
assert b.s.s.s.s.s.txt == "c" | b | c | b | c | b | c | x | x | c | b | c | b | c | b | x | x | 5 | 5 | 2 | 5 | 4 |
3,068 | class A:
def __init__(self, txt: str):
self.u: A = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.z: A = None
self.txt = txt
f = A("f")
c = B("c")
g = B("g")
a = A("a")
i = B("i")
b = A("b")
j = A("j")
f.u = j
... | f" | class A:
def __init__(self, txt: str):
self.u: A = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.z: A = None
self.txt = txt
f = A("f")
c = B("c")
g = B("g")
a = A("a")
i = B("i")
b = A("b")
j = A("j")
f.u = j
... | b | j | f | j | f | j | f | x | f | j | f | j | f | j | b | x | 7 | 12 | 2 | 6 | 4 |
3,069 | 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.t: A = None
self.txt = txt
h = A("h")
d = B("d")
e = A("e")
h.z = d
d.o = h
d.t = h
e.z = d
assert h.z.o.z.txt == " | d" | 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.t: A = None
self.txt = txt
h = A("h")
d = B("d")
e = A("e")
h.z = d
d.o = h
d.t = h
e.z = d
assert h.z.o.z.txt == "d" | h | d | h | d | x | x | x | x | d | h | d | h | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
3,070 | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
c = A("c")
g = B("g")
a = A("a")
b = A("b")
f = B("f")
i = B("i")
c.o = i
g.z = f
a.o = i
b.o = g
f.z = i
i.z = g
assert g.z.z.z.z.z.tx... | i" | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
c = A("c")
g = B("g")
a = A("a")
b = A("b")
f = B("f")
i = B("i")
c.o = i
g.z = f
a.o = i
b.o = g
f.z = i
i.z = g
assert g.z.z.z.z.z.tx... | g | f | i | g | f | i | x | x | i | f | g | i | f | g | x | x | 6 | 6 | 2 | 5 | 3 |
3,071 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.p: A = None
self.txt = txt
a = A("a")
j = B("j")
c = A("c")
f = A("f")
g = A("g")
d = B("d")
i = B("i")
a.u = j
j.q = i
j.p = g
c.u = j
f... | i" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.p: A = None
self.txt = txt
a = A("a")
j = B("j")
c = A("c")
f = A("f")
g = A("g")
d = B("d")
i = B("i")
a.u = j
j.q = i
j.p = g
c.u = j
f... | a | j | g | d | f | i | d | i | i | d | i | f | d | g | j | a | 7 | 10 | 2 | 7 | 2 |
3,072 | class A:
def __init__(self, txt: str):
self.p: A = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.x: A = None
self.txt = txt
g = A("g")
c = B("c")
d = A("d")
b = B("b")
g.p = d
g.q = d
c.q = d
c.x = g
d.p = g
d... | g" | class A:
def __init__(self, txt: str):
self.p: A = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.x: A = None
self.txt = txt
g = A("g")
c = B("c")
d = A("d")
b = B("b")
g.p = d
g.q = d
c.q = d
c.x = g
d.p = g
d... | g | d | g | d | g | x | x | x | g | d | g | d | g | x | x | x | 4 | 5 | 2 | 4 | 3 |
3,073 | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.x: B = None
self.txt = txt
c = A("c")
b = B("b")
h = A("h")
g = B("g")
f = A("f")
c.s = h
b.s = c
b.x = g
h.s = c
g.s = f
g.x = b
f.s = c... | c" | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.x: B = None
self.txt = txt
c = A("c")
b = B("b")
h = A("h")
g = B("g")
f = A("f")
c.s = h
b.s = c
b.x = g
h.s = c
g.s = f
g.x = b
f.s = c... | f | c | h | c | h | c | x | x | c | h | c | h | c | f | x | x | 5 | 7 | 2 | 5 | 3 |
3,074 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.q: B = None
self.txt = txt
i = A("i")
b = B("b")
f = B("f")
g = B("g")
i.p = b
b.s = i
b.q = f
f.s = i
f.q = g
g.s = i
g.q = b
assert f.q... | b" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.q: B = None
self.txt = txt
i = A("i")
b = B("b")
f = B("f")
g = B("g")
i.p = b
b.s = i
b.q = f
f.s = i
f.q = g
g.s = i
g.q = b
assert f.q... | f | g | b | i | b | x | x | x | b | i | b | g | f | x | x | x | 4 | 7 | 2 | 4 | 1 |
3,075 | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
h = A("h")
j = B("j")
a = A("a")
b = B("b")
h.o = j
j.q = h
a.o = j
b.q = a
assert a.o.q.o.txt == " | j" | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
h = A("h")
j = B("j")
a = A("a")
b = B("b")
h.o = j
j.q = h
a.o = j
b.q = a
assert a.o.q.o.txt == "j" | a | j | h | j | x | x | x | x | j | h | j | a | x | x | x | x | 4 | 4 | 2 | 3 | 1 |
3,076 | 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.txt = txt
j = A("j")
f = B("f")
i = A("i")
d = A("d")
g = B("g")
e = B("e")
j.x = f
f.r = e
i.x = f
d.x = f
g.r = f
e.r = f
assert e.r.r.r.r.r.r.... | 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.txt = txt
j = A("j")
f = B("f")
i = A("i")
d = A("d")
g = B("g")
e = B("e")
j.x = f
f.r = e
i.x = f
d.x = f
g.r = f
e.r = f
assert e.r.r.r.r.r.r.... | e | f | e | f | e | f | e | x | e | f | e | f | e | f | e | x | 6 | 6 | 2 | 6 | 5 |
3,077 | class A:
def __init__(self, txt: str):
self.q: B = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
c = A("c")
d = B("d")
b = B("b")
e = A("e")
c.q = d
c.w = e
d.x = e
b.x = c
e.q = b
e.w = c
assert e.w.w.q.x.t... | c" | class A:
def __init__(self, txt: str):
self.q: B = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
c = A("c")
d = B("d")
b = B("b")
e = A("e")
c.q = d
c.w = e
d.x = e
b.x = c
e.q = b
e.w = c
assert e.w.w.q.x.t... | e | c | e | b | c | x | x | x | c | b | e | c | e | x | x | x | 4 | 6 | 2 | 4 | 2 |
3,078 | 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.z: A = None
self.x: B = None
self.txt = txt
a = A("a")
i = B("i")
f = B("f")
d = A("d")
c = B("c")
b = A("b")
j = B("j")
a.y = i
... | f" | 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.z: A = None
self.x: B = None
self.txt = txt
a = A("a")
i = B("i")
f = B("f")
d = A("d")
c = B("c")
b = A("b")
j = B("j")
a.y = i
... | a | d | c | f | b | f | x | x | f | b | f | c | d | a | x | x | 7 | 14 | 2 | 5 | 1 |
3,079 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.s: B = None
self.txt = txt
i = A("i")
a = B("a")
j = A("j")
g = B("g")
d = B("d")
i.u = g
a.u = i
a.s = d
j.u = d
g.u = i
g.s = a
d.u = i... | i" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.s: B = None
self.txt = txt
i = A("i")
a = B("a")
j = A("j")
g = B("g")
d = B("d")
i.u = g
a.u = i
a.s = d
j.u = d
g.u = i
g.s = a
d.u = i... | j | d | a | d | a | i | x | x | i | a | d | a | d | j | x | x | 5 | 8 | 2 | 5 | 2 |
3,080 | class A:
def __init__(self, txt: str):
self.w: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.r: B = None
self.txt = txt
b = A("b")
f = B("f")
d = B("d")
g = A("g")
i = B("i")
b.w = i
b.v = f
f.o = d
f.r = ... | i" | class A:
def __init__(self, txt: str):
self.w: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.r: B = None
self.txt = txt
b = A("b")
f = B("f")
d = B("d")
g = A("g")
i = B("i")
b.w = i
b.v = f
f.o = d
f.r = ... | d | i | d | i | d | i | x | x | i | d | i | d | i | d | x | x | 5 | 7 | 2 | 5 | 4 |
3,081 | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.y: A = None
self.txt = txt
b = A("b")
g = B("g")
c = A("c")
e = B("e")
j = A("j")
b.x = j
g.t = c
g.y = c
c.x = b
e.t = c
e.y = b
j.x = c... | j" | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.y: A = None
self.txt = txt
b = A("b")
g = B("g")
c = A("c")
e = B("e")
j = A("j")
b.x = j
g.t = c
g.y = c
c.x = b
e.t = c
e.y = b
j.x = c... | c | b | j | c | b | j | x | x | j | b | c | j | b | c | x | x | 5 | 6 | 2 | 5 | 3 |
3,082 | class A:
def __init__(self, txt: str):
self.x: B = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.z: A = None
self.txt = txt
c = A("c")
f = B("f")
d = B("d")
i = B("i")
e = A("e")
g = B("g")
a = B("a")
c.x = g
... | f" | class A:
def __init__(self, txt: str):
self.x: B = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.z: A = None
self.txt = txt
c = A("c")
f = B("f")
d = B("d")
i = B("i")
e = A("e")
g = B("g")
a = B("a")
c.x = g
... | i | c | g | e | f | e | f | x | f | e | f | e | g | c | i | x | 7 | 10 | 2 | 6 | 2 |
3,083 | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.t: B = None
self.txt = txt
f = A("f")
h = B("h")
a = B("a")
g = B("g")
b = B("b")
e = B("e")
f.q = a
h.x = b
h.t = a
a.x = g
a.t = g
g.x ... | b" | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.t: B = None
self.txt = txt
f = A("f")
h = B("h")
a = B("a")
g = B("g")
b = B("b")
e = B("e")
f.q = a
h.x = b
h.t = a
a.x = g
a.t = g
g.x ... | g | b | h | b | a | g | b | x | b | g | a | b | h | b | g | x | 6 | 10 | 2 | 6 | 3 |
3,084 | class A:
def __init__(self, txt: str):
self.p: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.y: A = None
self.txt = txt
j = A("j")
g = B("g")
c = B("c")
j.p = c
j.v = g
g.v = c
g.y = j
c.v = g
c.y = j
asse... | g" | class A:
def __init__(self, txt: str):
self.p: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.y: A = None
self.txt = txt
j = A("j")
g = B("g")
c = B("c")
j.p = c
j.v = g
g.v = c
g.y = j
c.v = g
c.y = j
asse... | j | g | c | g | x | x | x | x | g | c | g | j | x | x | x | x | 3 | 6 | 2 | 3 | 1 |
3,085 | class A:
def __init__(self, txt: str):
self.x: A = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.x: A = None
self.txt = txt
c = A("c")
a = B("a")
e = A("e")
f = B("f")
c.x = e
c.r = a
a.s = c
a.x = e
e.x = c
e... | c" | class A:
def __init__(self, txt: str):
self.x: A = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.x: A = None
self.txt = txt
c = A("c")
a = B("a")
e = A("e")
f = B("f")
c.x = e
c.r = a
a.s = c
a.x = e
e.x = c
e... | f | c | e | c | x | x | x | x | c | e | c | f | x | x | x | x | 4 | 8 | 2 | 3 | 1 |
3,086 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
j = A("j")
g = B("g")
e = A("e")
f = B("f")
j.r = g
g.u = j
e.r = f
f.u = j
assert f.u.r.u.txt == " | j" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
j = A("j")
g = B("g")
e = A("e")
f = B("f")
j.r = g
g.u = j
e.r = f
f.u = j
assert f.u.r.u.txt == "j" | f | j | g | j | x | x | x | x | j | g | j | f | x | x | x | x | 4 | 4 | 2 | 3 | 1 |
3,087 | 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.t: B = None
self.txt = txt
i = A("i")
h = B("h")
b = A("b")
g = B("g")
d = A("d")
j = A("j")
c = B("c")
i.z = j
h.x = d
h.t = g
b.z = j
g... | j" | 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.t: B = None
self.txt = txt
i = A("i")
h = B("h")
b = A("b")
g = B("g")
d = A("d")
j = A("j")
c = B("c")
i.z = j
h.x = d
h.t = g
b.z = j
g... | i | j | b | j | b | j | x | x | j | b | j | b | j | i | x | x | 7 | 10 | 2 | 5 | 3 |
3,088 | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.w: B = None
self.txt = txt
h = A("h")
f = B("f")
j = B("j")
b = A("b")
i = B("i")
e = B("e")
a = B("a")
h.x = b
f.q = b
f.w = e
j.q = h
j... | b" | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.w: B = None
self.txt = txt
h = A("h")
f = B("f")
j = B("j")
b = A("b")
i = B("i")
e = B("e")
a = B("a")
h.x = b
f.q = b
f.w = e
j.q = h
j... | f | e | a | b | h | b | x | x | b | h | b | a | e | f | x | x | 7 | 12 | 2 | 5 | 1 |
3,089 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
i = A("i")
e = B("e")
c = A("c")
f = B("f")
d = A("d")
j = A("j")
h = A("h")
i.s = e
e.v = f
c.s = e
f.v = e
d.s = f
j.s = e
h.s = e
as... | f" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
i = A("i")
e = B("e")
c = A("c")
f = B("f")
d = A("d")
j = A("j")
h = A("h")
i.s = e
e.v = f
c.s = e
f.v = e
d.s = f
j.s = e
h.s = e
as... | e | f | e | f | e | f | e | f | f | e | f | e | f | e | f | e | 7 | 7 | 2 | 7 | 6 |
3,090 | 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.w: A = None
self.s: B = None
self.txt = txt
j = A("j")
d = B("d")
a = A("a")
e = B("e")
j.p = e
j.r = e
d.w = a
d.s = e
a.p = d
a... | e" | 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.w: A = None
self.s: B = None
self.txt = txt
j = A("j")
d = B("d")
a = A("a")
e = B("e")
j.p = e
j.r = e
d.w = a
d.s = e
a.p = d
a... | j | e | a | e | x | x | x | x | e | a | e | j | x | x | x | x | 4 | 7 | 2 | 3 | 1 |
3,091 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.q: B = None
self.txt = txt
i = A("i")
j = B("j")
g = B("g")
f = B("f")
d = A("d")
i.p = j
j.u = d
j.q = g
g.u = d
g.q = f
f.u = d
f.q = j... | d" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.q: B = None
self.txt = txt
i = A("i")
j = B("j")
g = B("g")
f = B("f")
d = A("d")
i.p = j
j.u = d
j.q = g
g.u = d
g.q = f
f.u = d
f.q = j... | d | g | d | g | d | x | x | x | d | g | d | g | d | x | x | x | 5 | 8 | 2 | 4 | 3 |
3,092 | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
i = A("i")
b = B("b")
d = A("d")
j = A("j")
i.x = b
b.s = i
d.x = b
j.x = b
assert d.x.s.x.s.txt == " | i" | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
i = A("i")
b = B("b")
d = A("d")
j = A("j")
i.x = b
b.s = i
d.x = b
j.x = b
assert d.x.s.x.s.txt == "i" | d | b | i | b | i | x | x | x | i | b | i | b | d | x | x | x | 4 | 4 | 2 | 4 | 2 |
3,093 | class A:
def __init__(self, txt: str):
self.v: B = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
i = A("i")
g = B("g")
d = A("d")
a = A("a")
h = A("h")
c = A("c")
e = B("e")
i.v = e
i.y = c
g.p = e
d.v = g
d... | g" | class A:
def __init__(self, txt: str):
self.v: B = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
i = A("i")
g = B("g")
d = A("d")
a = A("a")
h = A("h")
c = A("c")
e = B("e")
i.v = e
i.y = c
g.p = e
d.v = g
d... | e | g | e | g | e | g | e | g | g | e | g | e | g | e | g | e | 7 | 12 | 2 | 7 | 6 |
3,094 | class A:
def __init__(self, txt: str):
self.t: A = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.w: B = None
self.txt = txt
a = A("a")
g = B("g")
j = A("j")
e = B("e")
i = B("i")
a.t = j
a.v = e
g.o = e
g.w = ... | i" | class A:
def __init__(self, txt: str):
self.t: A = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.w: B = None
self.txt = txt
a = A("a")
g = B("g")
j = A("j")
e = B("e")
i = B("i")
a.t = j
a.v = e
g.o = e
g.w = ... | j | a | j | e | i | x | x | x | i | e | j | a | j | x | x | x | 5 | 10 | 2 | 4 | 1 |
3,095 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
i = A("i")
e = B("e")
d = A("d")
b = A("b")
a = B("a")
i.s = a
e.y = a
d.s = a
b.s = e
a.y = e
assert a.y.y.y.y.y.txt == " | e" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
i = A("i")
e = B("e")
d = A("d")
b = A("b")
a = B("a")
i.s = a
e.y = a
d.s = a
b.s = e
a.y = e
assert a.y.y.y.y.y.txt == "e" | a | e | a | e | a | e | x | x | e | a | e | a | e | a | x | x | 5 | 5 | 2 | 5 | 4 |
3,096 | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.w: B = None
self.txt = txt
d = A("d")
h = B("h")
g = B("g")
e = B("e")
f = A("f")
d.u = f
h.u = d
h.w = g
g.u = f
g.w = h
e.u = f
e.w = h... | d" | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.w: B = None
self.txt = txt
d = A("d")
h = B("h")
g = B("g")
e = B("e")
f = A("f")
d.u = f
h.u = d
h.w = g
g.u = f
g.w = h
e.u = f
e.w = h... | h | g | h | d | x | x | x | x | d | h | g | h | x | x | x | x | 5 | 8 | 2 | 3 | 1 |
3,097 | class A:
def __init__(self, txt: str):
self.o: A = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
e = A("e")
c = B("c")
b = A("b")
d = B("d")
j = A("j")
e.o = b
e.x = c
c.o = d
b.o = e
b.x = c
d.o = c
j.o = e... | c" | class A:
def __init__(self, txt: str):
self.o: A = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
e = A("e")
c = B("c")
b = A("b")
d = B("d")
j = A("j")
e.o = b
e.x = c
c.o = d
b.o = e
b.x = c
d.o = c
j.o = e... | d | c | d | c | x | x | x | x | c | d | c | d | x | x | x | x | 5 | 8 | 2 | 3 | 2 |
3,098 | class A:
def __init__(self, txt: str):
self.t: A = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
i = A("i")
d = B("d")
e = A("e")
j = B("j")
b = B("b")
i.t = e
i.v = e
d.t = e
e.t = i
e.v = i
j.t = i
b.t = e... | e" | class A:
def __init__(self, txt: str):
self.t: A = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
i = A("i")
d = B("d")
e = A("e")
j = B("j")
b = B("b")
i.t = e
i.v = e
d.t = e
e.t = i
e.v = i
j.t = i
b.t = e... | b | e | i | e | x | x | x | x | e | i | e | b | x | x | x | x | 5 | 5 | 2 | 3 | 1 |
3,099 | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.q: A = None
self.txt = txt
h = A("h")
e = B("e")
f = A("f")
a = A("a")
j = A("j")
c = A("c")
d = B("d")
h.y = j
e.o = d
e.q = f
f.y = a
a... | h" | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.q: A = None
self.txt = txt
h = A("h")
e = B("e")
f = A("f")
a = A("a")
j = A("j")
c = A("c")
d = B("d")
h.y = j
e.o = d
e.q = f
f.y = a
a... | c | h | j | h | j | h | x | x | h | j | h | j | h | c | x | x | 7 | 9 | 2 | 5 | 3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.