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,200 | class A:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
e = A("e")
f = B("f")
a = A("a")
b = B("b")
d = A("d")
c = A("c")
e.q = a
f.o = e
a.q = c
b.o = c
d.q = a
c.q = d
assert c.q.q.q.q.q.tx... | a" | class A:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
e = A("e")
f = B("f")
a = A("a")
b = B("b")
d = A("d")
c = A("c")
e.q = a
f.o = e
a.q = c
b.o = c
d.q = a
c.q = d
assert c.q.q.q.q.q.tx... | c | d | a | c | d | a | x | x | a | d | c | a | d | c | x | x | 6 | 6 | 2 | 5 | 3 |
1,201 | class A:
def __init__(self, txt: str):
self.s: B = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.z: A = None
self.txt = txt
c = A("c")
b = B("b")
i = A("i")
d = A("d")
c.s = b
c.q = b
b.r = c
b.z = c
i.s = b
i... | c" | class A:
def __init__(self, txt: str):
self.s: B = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.z: A = None
self.txt = txt
c = A("c")
b = B("b")
i = A("i")
d = A("d")
c.s = b
c.q = b
b.r = c
b.z = c
i.s = b
i... | i | b | c | b | c | x | x | x | c | b | c | b | i | x | x | x | 4 | 4 | 2 | 4 | 2 |
1,202 | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
c = A("c")
i = B("i")
f = A("f")
c.r = f
i.w = f
f.r = c
assert i.w.r.r.txt == " | f" | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
c = A("c")
i = B("i")
f = A("f")
c.r = f
i.w = f
f.r = c
assert i.w.r.r.txt == "f" | i | f | c | f | x | x | x | x | f | c | f | i | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
1,203 | 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.r: A = None
self.t: A = None
self.txt = txt
e = A("e")
b = B("b")
h = A("h")
j = B("j")
c = A("c")
e.y = b
e.q = j
b.r = e
b.t = ... | j" | 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.r: A = None
self.t: A = None
self.txt = txt
e = A("e")
b = B("b")
h = A("h")
j = B("j")
c = A("c")
e.y = b
e.q = j
b.r = e
b.t = ... | e | j | c | j | c | j | x | x | j | c | j | c | j | e | x | x | 5 | 7 | 2 | 5 | 3 |
1,204 | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
f = A("f")
c = B("c")
b = B("b")
i = A("i")
d = B("d")
e = B("e")
f.u = i
c.w = d
b.w = c
i.u = f
d.w = b
e.w = d
assert f.u.u.u.txt ==... | i" | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
f = A("f")
c = B("c")
b = B("b")
i = A("i")
d = B("d")
e = B("e")
f.u = i
c.w = d
b.w = c
i.u = f
d.w = b
e.w = d
assert f.u.u.u.txt ==... | f | i | f | i | x | x | x | x | i | f | i | f | x | x | x | x | 6 | 6 | 2 | 3 | 2 |
1,205 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.o: A = None
self.txt = txt
b = A("b")
f = B("f")
h = B("h")
b.v = f
f.p = h
f.o = b
h.p = f
h.o = b
assert f.p.o.v.txt == " | f" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.o: A = None
self.txt = txt
b = A("b")
f = B("f")
h = B("h")
b.v = f
f.p = h
f.o = b
h.p = f
h.o = b
assert f.p.o.v.txt == "f" | f | h | b | f | x | x | x | x | f | b | h | f | x | x | x | x | 3 | 5 | 2 | 3 | 1 |
1,206 | class A:
def __init__(self, txt: str):
self.r: A = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
g = A("g")
a = B("a")
h = A("h")
g.r = h
g.w = h
a.q = g
h.r = g
h.w = g
assert a.q.w.r.txt == " | g" | class A:
def __init__(self, txt: str):
self.r: A = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
g = A("g")
a = B("a")
h = A("h")
g.r = h
g.w = h
a.q = g
h.r = g
h.w = g
assert a.q.w.r.txt == "g" | a | g | h | g | x | x | x | x | g | h | g | a | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
1,207 | class A:
def __init__(self, txt: str):
self.o: A = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.x: B = None
self.txt = txt
a = A("a")
j = B("j")
f = B("f")
g = A("g")
i = B("i")
b = B("b")
h = B("h")
a.o = g
... | j" | class A:
def __init__(self, txt: str):
self.o: A = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.x: B = None
self.txt = txt
a = A("a")
j = B("j")
f = B("f")
g = A("g")
i = B("i")
b = B("b")
h = B("h")
a.o = g
... | i | f | b | i | j | x | x | x | j | i | b | f | i | x | x | x | 7 | 11 | 2 | 4 | 1 |
1,208 | class A:
def __init__(self, txt: str):
self.r: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.t: B = None
self.txt = txt
f = A("f")
d = B("d")
a = A("a")
i = B("i")
c = A("c")
f.r = d
f.q = c
d.v = i
d.t = ... | i" | class A:
def __init__(self, txt: str):
self.r: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.t: B = None
self.txt = txt
f = A("f")
d = B("d")
a = A("a")
i = B("i")
c = A("c")
f.r = d
f.q = c
d.v = i
d.t = ... | a | c | d | i | x | x | x | x | i | d | c | a | x | x | x | x | 5 | 8 | 2 | 3 | 0 |
1,209 | class A:
def __init__(self, txt: str):
self.z: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.s: A = None
self.txt = txt
a = A("a")
e = B("e")
g = A("g")
b = B("b")
a.z = b
a.q = g
e.r = a
e.s = a
g.z = e
g... | a" | class A:
def __init__(self, txt: str):
self.z: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.s: A = None
self.txt = txt
a = A("a")
e = B("e")
g = A("g")
b = B("b")
a.z = b
a.q = g
e.r = a
e.s = a
g.z = e
g... | b | a | b | a | x | x | x | x | a | b | a | b | x | x | x | x | 4 | 6 | 2 | 3 | 2 |
1,210 | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
e = A("e")
j = B("j")
g = A("g")
d = B("d")
i = B("i")
f = B("f")
a = B("a")
e.z = i
j.y = i
g.z = f
d.y = a
i.y = j
f.y = a
a.y = f
as... | j" | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
e = A("e")
j = B("j")
g = A("g")
d = B("d")
i = B("i")
f = B("f")
a = B("a")
e.z = i
j.y = i
g.z = f
d.y = a
i.y = j
f.y = a
a.y = f
as... | i | j | i | j | i | j | x | x | j | i | j | i | j | i | x | x | 7 | 7 | 2 | 5 | 4 |
1,211 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
c = A("c")
b = B("b")
h = B("h")
i = B("i")
c.u = h
b.q = i
h.q = b
i.q = b
assert i.q.q.q.txt == " | b" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
c = A("c")
b = B("b")
h = B("h")
i = B("i")
c.u = h
b.q = i
h.q = b
i.q = b
assert i.q.q.q.txt == "b" | i | b | i | b | x | x | x | x | b | i | b | i | x | x | x | x | 4 | 4 | 2 | 3 | 2 |
1,212 | class A:
def __init__(self, txt: str):
self.u: B = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
e = A("e")
i = B("i")
f = B("f")
g = A("g")
h = B("h")
b = B("b")
e.u = i
e.x = g
i.w = f
f.w = h
g.u = b
g.x ... | f" | class A:
def __init__(self, txt: str):
self.u: B = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
e = A("e")
i = B("i")
f = B("f")
g = A("g")
h = B("h")
b = B("b")
e.u = i
e.x = g
i.w = f
f.w = h
g.u = b
g.x ... | b | i | f | h | b | i | f | x | f | i | b | h | f | i | b | x | 6 | 8 | 2 | 6 | 3 |
1,213 | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.s: B = None
self.txt = txt
e = A("e")
h = B("h")
b = A("b")
c = A("c")
f = B("f")
a = B("a")
e.w = a
h.r = e
h.s = a
b.w = a
c.w = a
f.r ... | h" | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.s: B = None
self.txt = txt
e = A("e")
h = B("h")
b = A("b")
c = A("c")
f = B("f")
a = B("a")
e.w = a
h.r = e
h.s = a
b.w = a
c.w = a
f.r ... | b | a | f | h | x | x | x | x | h | f | a | b | x | x | x | x | 6 | 9 | 2 | 3 | 0 |
1,214 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.q: B = None
self.txt = txt
b = A("b")
e = B("e")
h = B("h")
a = B("a")
c = A("c")
b.v = a
e.p = c
e.q = a
h.p = c
h.q = a
a.p = b
a.q = h... | a" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.q: B = None
self.txt = txt
b = A("b")
e = B("e")
h = B("h")
a = B("a")
c = A("c")
b.v = a
e.p = c
e.q = a
h.p = c
h.q = a
a.p = b
a.q = h... | a | b | a | h | a | x | x | x | a | h | a | b | a | x | x | x | 5 | 8 | 2 | 4 | 2 |
1,215 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
c = A("c")
j = B("j")
g = A("g")
a = B("a")
h = B("h")
f = B("f")
c.s = j
j.v = c
g.s = a
a.v = c
h.v = g
f.v = g
assert j.v.s.v.s.txt ... | j" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
c = A("c")
j = B("j")
g = A("g")
a = B("a")
h = B("h")
f = B("f")
c.s = j
j.v = c
g.s = a
a.v = c
h.v = g
f.v = g
assert j.v.s.v.s.txt ... | j | c | j | c | j | x | x | x | j | c | j | c | j | x | x | x | 6 | 6 | 2 | 4 | 3 |
1,216 | class A:
def __init__(self, txt: str):
self.t: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
f = A("f")
h = B("h")
d = B("d")
i = A("i")
e = B("e")
a = B("a")
f.t = e
f.p = d
h.u = f
d.u = i
i.t = a
i.p ... | h" | class A:
def __init__(self, txt: str):
self.t: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
f = A("f")
h = B("h")
d = B("d")
i = A("i")
e = B("e")
a = B("a")
f.t = e
f.p = d
h.u = f
d.u = i
i.t = a
i.p ... | i | a | f | d | i | h | x | x | h | i | d | f | a | i | x | x | 6 | 8 | 2 | 5 | 1 |
1,217 | 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.q: A = None
self.txt = txt
e = A("e")
g = B("g")
j = A("j")
e.u = j
g.o = j
g.q = j
j.u = e
assert j.u.u.u.txt == " | e" | 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.q: A = None
self.txt = txt
e = A("e")
g = B("g")
j = A("j")
e.u = j
g.o = j
g.q = j
j.u = e
assert j.u.u.u.txt == "e" | j | e | j | e | x | x | x | x | e | j | e | j | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
1,218 | class A:
def __init__(self, txt: str):
self.q: B = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
d = A("d")
j = B("j")
a = A("a")
h = B("h")
g = B("g")
d.q = g
d.x = j
j.p = a
a.q = h
a.x = j
h.p = d
g.p = d... | h" | class A:
def __init__(self, txt: str):
self.q: B = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
d = A("d")
j = B("j")
a = A("a")
h = B("h")
g = B("g")
d.q = g
d.x = j
j.p = a
a.q = h
a.x = j
h.p = d
g.p = d... | d | j | a | h | x | x | x | x | h | a | j | d | x | x | x | x | 5 | 7 | 2 | 3 | 0 |
1,219 | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.w: A = None
self.txt = txt
i = A("i")
d = B("d")
j = B("j")
g = A("g")
i.z = d
i.y = g
d.z = i
d.w = g
j.z = i
j... | i" | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.w: A = None
self.txt = txt
i = A("i")
d = B("d")
j = B("j")
g = A("g")
i.z = d
i.y = g
d.z = i
d.w = g
j.z = i
j... | d | g | i | g | i | x | x | x | i | g | i | g | d | x | x | x | 4 | 7 | 2 | 4 | 2 |
1,220 | 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.u: B = None
self.txt = txt
e = A("e")
i = B("i")
g = A("g")
d = A("d")
b = A("b")
h = B("h")
e.w = h
i.y = h
i.u = h
g.w = i
d.w = h
b.w ... | i" | 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.u: B = None
self.txt = txt
e = A("e")
i = B("i")
g = A("g")
d = A("d")
b = A("b")
h = B("h")
e.w = h
i.y = h
i.u = h
g.w = i
d.w = h
b.w ... | b | i | h | i | x | x | x | x | i | h | i | b | x | x | x | x | 6 | 6 | 2 | 3 | 1 |
1,221 | class A:
def __init__(self, txt: str):
self.v: B = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
g = A("g")
b = B("b")
j = B("j")
f = A("f")
g.v = b
g.q = j
b.u = j
j.u = b
f.v = j
f.q = b
assert b.u.u.u.u.t... | b" | class A:
def __init__(self, txt: str):
self.v: B = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
g = A("g")
b = B("b")
j = B("j")
f = A("f")
g.v = b
g.q = j
b.u = j
j.u = b
f.v = j
f.q = b
assert b.u.u.u.u.t... | b | j | b | j | b | x | x | x | b | j | b | j | b | x | x | x | 4 | 6 | 2 | 4 | 3 |
1,222 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
g = A("g")
h = B("h")
a = B("a")
g.v = h
h.q = g
a.q = g
assert a.q.v.q.txt == " | g" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
g = A("g")
h = B("h")
a = B("a")
g.v = h
h.q = g
a.q = g
assert a.q.v.q.txt == "g" | a | g | h | g | x | x | x | x | g | h | g | a | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
1,223 | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.x: B = None
self.txt = txt
h = A("h")
j = B("j")
f = B("f")
e = B("e")
g = A("g")
h.y = g
j.s = e
j.x = f
f.s = j
f.x = e
e.s = f
e.x = f... | g" | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.x: B = None
self.txt = txt
h = A("h")
j = B("j")
f = B("f")
e = B("e")
g = A("g")
h.y = g
j.s = e
j.x = f
f.s = j
f.x = e
e.s = f
e.x = f... | g | h | g | h | g | x | x | x | g | h | g | h | g | x | x | x | 5 | 7 | 2 | 4 | 3 |
1,224 | class A:
def __init__(self, txt: str):
self.w: A = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
h = A("h")
c = B("c")
j = B("j")
i = A("i")
f = A("f")
h.w = i
h.s = j
c.w = j
j.w = c
i.w = f
i.s = c
f.w = h... | j" | class A:
def __init__(self, txt: str):
self.w: A = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
h = A("h")
c = B("c")
j = B("j")
i = A("i")
f = A("f")
h.w = i
h.s = j
c.w = j
j.w = c
i.w = f
i.s = c
f.w = h... | h | j | c | j | x | x | x | x | j | c | j | h | x | x | x | x | 5 | 8 | 2 | 3 | 1 |
1,225 | class A:
def __init__(self, txt: str):
self.o: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
f = A("f")
c = B("c")
j = B("j")
e = A("e")
h = A("h")
d = B("d")
b = A("b")
f.o = c
f.z = c
c.o = b
j.o = f
e... | d" | class A:
def __init__(self, txt: str):
self.o: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
f = A("f")
c = B("c")
j = B("j")
e = A("e")
h = A("h")
d = B("d")
b = A("b")
f.o = c
f.z = c
c.o = b
j.o = f
e... | d | b | d | b | d | x | x | x | d | b | d | b | d | x | x | x | 7 | 8 | 2 | 4 | 3 |
1,226 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.r: A = None
self.txt = txt
j = A("j")
g = B("g")
f = B("f")
h = A("h")
a = A("a")
i = B("i")
j.t = g
g.p = a
g.r = j
f.p = h
f.r = j
h.t ... | g" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.r: A = None
self.txt = txt
j = A("j")
g = B("g")
f = B("f")
h = A("h")
a = A("a")
i = B("i")
j.t = g
g.p = a
g.r = j
f.p = h
f.r = j
h.t ... | f | h | f | h | f | j | g | x | g | j | f | h | f | h | f | x | 6 | 9 | 2 | 6 | 3 |
1,227 | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.w: B = None
self.txt = txt
f = A("f")
g = B("g")
e = A("e")
i = B("i")
f.x = e
g.t = i
g.w = i
e.x = f
i.t = g
i.w = g
assert f.x.x.x.txt... | e" | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.w: B = None
self.txt = txt
f = A("f")
g = B("g")
e = A("e")
i = B("i")
f.x = e
g.t = i
g.w = i
e.x = f
i.t = g
i.w = g
assert f.x.x.x.txt... | f | e | f | e | x | x | x | x | e | f | e | f | x | x | x | x | 4 | 4 | 2 | 3 | 2 |
1,228 | 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.q: B = None
self.txt = txt
i = A("i")
g = B("g")
b = B("b")
c = B("c")
j = A("j")
i.y = j
i.v = j
g.q = b
b.q = c
c.q = g
j.y = i
j.v = i... | b" | 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.q: B = None
self.txt = txt
i = A("i")
g = B("g")
b = B("b")
c = B("c")
j = A("j")
i.y = j
i.v = j
g.q = b
b.q = c
c.q = g
j.y = i
j.v = i... | c | g | b | c | g | b | x | x | b | g | c | b | g | c | x | x | 5 | 5 | 2 | 5 | 3 |
1,229 | class A:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.v: A = None
self.txt = txt
b = A("b")
e = B("e")
j = B("j")
f = B("f")
i = A("i")
h = A("h")
b.q = i
e.p = i
e.v = b
j.p = h
j.v = h
f.p ... | i" | class A:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.v: A = None
self.txt = txt
b = A("b")
e = B("e")
j = B("j")
f = B("f")
i = A("i")
h = A("h")
b.q = i
e.p = i
e.v = b
j.p = h
j.v = h
f.p ... | i | h | i | h | i | h | i | x | i | h | i | h | i | h | i | x | 6 | 7 | 2 | 6 | 5 |
1,230 | class A:
def __init__(self, txt: str):
self.s: A = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.y: A = None
self.txt = txt
j = A("j")
c = B("c")
g = A("g")
b = B("b")
a = B("a")
h = A("h")
j.s = g
j.o = a
c.r... | b" | class A:
def __init__(self, txt: str):
self.s: A = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.y: A = None
self.txt = txt
j = A("j")
c = B("c")
g = A("g")
b = B("b")
a = B("a")
h = A("h")
j.s = g
j.o = a
c.r... | g | c | a | j | a | b | x | x | b | a | j | a | c | g | x | x | 6 | 12 | 2 | 5 | 1 |
1,231 | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
j = A("j")
d = B("d")
f = A("f")
c = A("c")
i = A("i")
h = B("h")
e = B("e")
j.u = c
d.z = f
f.u = j
c.u = j
i.u = c
h.z = f
e.z = c
as... | c" | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
j = A("j")
d = B("d")
f = A("f")
c = A("c")
i = A("i")
h = B("h")
e = B("e")
j.u = c
d.z = f
f.u = j
c.u = j
i.u = c
h.z = f
e.z = c
as... | j | c | j | c | j | c | j | c | c | j | c | j | c | j | c | j | 7 | 7 | 2 | 7 | 6 |
1,232 | 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.w: A = None
self.u: B = None
self.txt = txt
e = A("e")
b = B("b")
f = A("f")
d = B("d")
h = A("h")
e.o = f
e.x = d
b.w = e
b.u = ... | e" | 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.w: A = None
self.u: B = None
self.txt = txt
e = A("e")
b = B("b")
f = A("f")
d = B("d")
h = A("h")
e.o = f
e.x = d
b.w = e
b.u = ... | h | e | f | b | e | x | x | x | e | b | f | e | h | x | x | x | 5 | 10 | 2 | 4 | 1 |
1,233 | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
a = A("a")
e = B("e")
h = A("h")
b = A("b")
c = B("c")
a.o = h
e.x = c
h.o = b
b.o = a
c.x = e
assert b.o.o.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.x: B = None
self.txt = txt
a = A("a")
e = B("e")
h = A("h")
b = A("b")
c = B("c")
a.o = h
e.x = c
h.o = b
b.o = a
c.x = e
assert b.o.o.o.o.o.txt == "h" | b | a | h | b | a | h | x | x | h | a | b | h | a | b | x | x | 5 | 5 | 2 | 5 | 3 |
1,234 | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.s: A = None
self.txt = txt
h = A("h")
g = B("g")
a = A("a")
h.y = a
g.o = h
g.s = h
a.y = h
assert g.s.y.y.txt == " | h" | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.s: A = None
self.txt = txt
h = A("h")
g = B("g")
a = A("a")
h.y = a
g.o = h
g.s = h
a.y = h
assert g.s.y.y.txt == "h" | g | h | a | h | x | x | x | x | h | a | h | g | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
1,235 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
g = A("g")
h = B("h")
c = A("c")
j = A("j")
i = A("i")
f = A("f")
g.s = h
h.o = c
c.s = h
j.s = h
i.s = h
f.s = h
assert f.s.o.s.txt ==... | h" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
g = A("g")
h = B("h")
c = A("c")
j = A("j")
i = A("i")
f = A("f")
g.s = h
h.o = c
c.s = h
j.s = h
i.s = h
f.s = h
assert f.s.o.s.txt ==... | f | h | c | h | x | x | x | x | h | c | h | f | x | x | x | x | 6 | 6 | 2 | 3 | 1 |
1,236 | class A:
def __init__(self, txt: str):
self.w: A = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.w: B = None
self.txt = txt
e = A("e")
d = B("d")
h = A("h")
b = B("b")
g = B("g")
c = B("c")
e.w = h
e.p = h
d.v... | e" | class A:
def __init__(self, txt: str):
self.w: A = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.w: B = None
self.txt = txt
e = A("e")
d = B("d")
h = A("h")
b = B("b")
g = B("g")
c = B("c")
e.w = h
e.p = h
d.v... | h | e | h | e | h | e | x | x | e | h | e | h | e | h | x | x | 6 | 10 | 2 | 5 | 4 |
1,237 | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
h = A("h")
b = B("b")
i = A("i")
d = B("d")
f = A("f")
e = B("e")
h.r = i
b.o = d
i.r = f
d.o = e
f.r = h
e.o = d
assert d.o.o.o.txt ==... | e" | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
h = A("h")
b = B("b")
i = A("i")
d = B("d")
f = A("f")
e = B("e")
h.r = i
b.o = d
i.r = f
d.o = e
f.r = h
e.o = d
assert d.o.o.o.txt ==... | d | e | d | e | x | x | x | x | e | d | e | d | x | x | x | x | 6 | 6 | 2 | 3 | 2 |
1,238 | class A:
def __init__(self, txt: str):
self.v: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.v: A = None
self.txt = txt
f = A("f")
a = B("a")
c = B("c")
e = B("e")
b = B("b")
d = B("d")
g = B("g")
f.v = a
... | e" | class A:
def __init__(self, txt: str):
self.v: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.v: A = None
self.txt = txt
f = A("f")
a = B("a")
c = B("c")
e = B("e")
b = B("b")
d = B("d")
g = B("g")
f.v = a
... | c | f | e | f | e | f | e | x | e | f | e | f | e | f | c | x | 7 | 8 | 2 | 6 | 4 |
1,239 | class A:
def __init__(self, txt: str):
self.u: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.t: B = None
self.txt = txt
a = A("a")
i = B("i")
b = B("b")
g = B("g")
c = B("c")
f = A("f")
a.u = c
a.v = c
i.z... | b" | class A:
def __init__(self, txt: str):
self.u: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.t: B = None
self.txt = txt
a = A("a")
i = B("i")
b = B("b")
g = B("g")
c = B("c")
f = A("f")
a.u = c
a.v = c
i.z... | b | c | g | b | g | b | x | x | b | g | b | g | c | b | x | x | 6 | 10 | 2 | 5 | 3 |
1,240 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
g = A("g")
h = B("h")
e = A("e")
g.v = h
h.s = g
e.v = h
assert e.v.s.v.txt == " | h" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
g = A("g")
h = B("h")
e = A("e")
g.v = h
h.s = g
e.v = h
assert e.v.s.v.txt == "h" | e | h | g | h | x | x | x | x | h | g | h | e | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
1,241 | 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.s: B = None
self.txt = txt
b = A("b")
a = B("a")
f = A("f")
j = B("j")
b.s = j
b.z = f
a.s = j
f.s = j
f.z = b
j.s = a
assert b.s.s.s.txt... | j" | 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.s: B = None
self.txt = txt
b = A("b")
a = B("a")
f = A("f")
j = B("j")
b.s = j
b.z = f
a.s = j
f.s = j
f.z = b
j.s = a
assert b.s.s.s.txt... | b | j | a | j | x | x | x | x | j | a | j | b | x | x | x | x | 4 | 6 | 2 | 3 | 1 |
1,242 | class A:
def __init__(self, txt: str):
self.s: B = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
f = A("f")
e = B("e")
g = A("g")
f.s = e
f.x = g
e.s = f
g.s = e
g.x = f
assert f.x.x.x.txt == " | g" | class A:
def __init__(self, txt: str):
self.s: B = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
f = A("f")
e = B("e")
g = A("g")
f.s = e
f.x = g
e.s = f
g.s = e
g.x = f
assert f.x.x.x.txt == "g" | f | g | f | g | x | x | x | x | g | f | g | f | x | x | x | x | 3 | 5 | 2 | 3 | 2 |
1,243 | class A:
def __init__(self, txt: str):
self.q: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.p: A = None
self.txt = txt
b = A("b")
j = B("j")
c = A("c")
e = B("e")
h = B("h")
f = A("f")
b.q = e
b.v = h
j.t... | j" | class A:
def __init__(self, txt: str):
self.q: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.p: A = None
self.txt = txt
b = A("b")
j = B("j")
c = A("c")
e = B("e")
h = B("h")
f = A("f")
b.q = e
b.v = h
j.t... | b | h | e | h | e | c | j | x | j | c | e | h | e | h | b | x | 6 | 11 | 2 | 6 | 2 |
1,244 | 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.u: B = None
self.o: B = None
self.txt = txt
f = A("f")
d = B("d")
i = A("i")
e = A("e")
a = B("a")
f.x = a
f.t = i
d.u = a
d.o = ... | a" | 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.u: B = None
self.o: B = None
self.txt = txt
f = A("f")
d = B("d")
i = A("i")
e = A("e")
a = B("a")
f.x = a
f.t = i
d.u = a
d.o = ... | f | a | d | a | d | a | x | x | a | d | a | d | a | f | x | x | 5 | 8 | 2 | 5 | 3 |
1,245 | 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.p: B = None
self.txt = txt
j = A("j")
i = B("i")
f = A("f")
d = B("d")
g = A("g")
a = B("a")
j.w = a
i.t = f
i.p = d
f.w = a
d.t = j
d.p ... | a" | 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.p: B = None
self.txt = txt
j = A("j")
i = B("i")
f = A("f")
d = B("d")
g = A("g")
a = B("a")
j.w = a
i.t = f
i.p = d
f.w = a
d.t = j
d.p ... | j | a | g | i | f | a | x | x | a | f | i | g | a | j | x | x | 6 | 9 | 2 | 5 | 1 |
1,246 | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
i = A("i")
c = B("c")
b = A("b")
e = A("e")
h = A("h")
g = B("g")
j = A("j")
i.w = h
c.t = g
b.w = j
e.w = h
h.w = b
g.t = c
j.w = h
as... | g" | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
i = A("i")
c = B("c")
b = A("b")
e = A("e")
h = A("h")
g = B("g")
j = A("j")
i.w = h
c.t = g
b.w = j
e.w = h
h.w = b
g.t = c
j.w = h
as... | g | c | g | c | g | c | g | x | g | c | g | c | g | c | g | x | 7 | 7 | 2 | 6 | 5 |
1,247 | class A:
def __init__(self, txt: str):
self.z: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.s: B = None
self.txt = txt
e = A("e")
d = B("d")
b = A("b")
h = B("h")
i = B("i")
e.z = d
e.o = h
d.u = b
d.s = ... | i" | class A:
def __init__(self, txt: str):
self.z: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.s: B = None
self.txt = txt
e = A("e")
d = B("d")
b = A("b")
h = B("h")
i = B("i")
e.z = d
e.o = h
d.u = b
d.s = ... | i | d | b | d | i | x | x | x | i | d | b | d | i | x | x | x | 5 | 9 | 2 | 4 | 2 |
1,248 | class A:
def __init__(self, txt: str):
self.p: A = None
self.v: 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.p = h
d.v = h
j.p = h
h.p = d
h.v = d
assert h.p.p.p.txt == " | d" | class A:
def __init__(self, txt: str):
self.p: A = None
self.v: 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.p = h
d.v = h
j.p = h
h.p = d
h.v = d
assert h.p.p.p.txt == "d" | h | d | h | d | x | x | x | x | d | h | d | h | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
1,249 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
g = A("g")
e = B("e")
c = B("c")
g.p = c
e.u = c
c.u = e
assert g.p.u.u.txt == " | c" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
g = A("g")
e = B("e")
c = B("c")
g.p = c
e.u = c
c.u = e
assert g.p.u.u.txt == "c" | g | c | e | c | x | x | x | x | c | e | c | g | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
1,250 | class A:
def __init__(self, txt: str):
self.p: B = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.y: B = None
self.txt = txt
j = A("j")
h = B("h")
f = B("f")
e = B("e")
d = A("d")
i = A("i")
g = A("g")
j.p = h
... | f" | class A:
def __init__(self, txt: str):
self.p: B = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.y: B = None
self.txt = txt
j = A("j")
h = B("h")
f = B("f")
e = B("e")
d = A("d")
i = A("i")
g = A("g")
j.p = h
... | i | j | h | f | e | f | x | x | f | e | f | h | j | i | x | x | 7 | 11 | 2 | 5 | 1 |
1,251 | class A:
def __init__(self, txt: str):
self.v: A = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
c = A("c")
j = B("j")
e = A("e")
b = B("b")
c.v = e
c.p = e
j.s = b
e.v = c
e.p = c
b.s = j
assert j.s.s.s.s.t... | j" | class A:
def __init__(self, txt: str):
self.v: A = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
c = A("c")
j = B("j")
e = A("e")
b = B("b")
c.v = e
c.p = e
j.s = b
e.v = c
e.p = c
b.s = j
assert j.s.s.s.s.t... | j | b | j | b | j | x | x | x | j | b | j | b | j | x | x | x | 4 | 4 | 2 | 4 | 3 |
1,252 | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.v: A = None
self.txt = txt
j = A("j")
h = B("h")
c = A("c")
e = A("e")
i = B("i")
f = B("f")
b = B("b")
j.x = i
h.x = c
h.v = e
c.x = i
e... | i" | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.v: A = None
self.txt = txt
j = A("j")
h = B("h")
c = A("c")
e = A("e")
i = B("i")
f = B("f")
b = B("b")
j.x = i
h.x = c
h.v = e
c.x = i
e... | c | i | e | i | j | i | x | x | i | j | i | e | i | c | x | x | 7 | 10 | 2 | 5 | 2 |
1,253 | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.y: A = None
self.txt = txt
j = A("j")
c = B("c")
d = B("d")
i = A("i")
f = A("f")
j.p = f
c.u = f
c.y = f
d.u = j
d.y = i
i.p = j
f.p = j... | j" | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.y: A = None
self.txt = txt
j = A("j")
c = B("c")
d = B("d")
i = A("i")
f = A("f")
j.p = f
c.u = f
c.y = f
d.u = j
d.y = i
i.p = j
f.p = j... | f | j | f | j | f | j | x | x | j | f | j | f | j | f | x | x | 5 | 6 | 2 | 5 | 4 |
1,254 | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.w: A = None
self.txt = txt
j = A("j")
d = B("d")
b = A("b")
i = B("i")
a = A("a")
j.o = b
d.z = b
d.w = a
b.o = j
i.z = b
i.w = b
a.o = j... | b" | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.w: A = None
self.txt = txt
j = A("j")
d = B("d")
b = A("b")
i = B("i")
a = A("a")
j.o = b
d.z = b
d.w = a
b.o = j
i.z = b
i.w = b
a.o = j... | i | b | j | b | j | b | x | x | b | j | b | j | b | i | x | x | 5 | 6 | 2 | 5 | 3 |
1,255 | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.q: A = None
self.txt = txt
i = A("i")
g = B("g")
b = A("b")
f = B("f")
j = B("j")
e = A("e")
i.y = b
g.y = j
g.q = e
b.y = i
f.y = j
f.q ... | b" | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.q: A = None
self.txt = txt
i = A("i")
g = B("g")
b = A("b")
f = B("f")
j = B("j")
e = A("e")
i.y = b
g.y = j
g.q = e
b.y = i
f.y = j
f.q ... | i | b | i | b | x | x | x | x | b | i | b | i | x | x | x | x | 6 | 9 | 2 | 3 | 2 |
1,256 | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.s: B = None
self.txt = txt
b = A("b")
j = B("j")
e = B("e")
i = A("i")
a = B("a")
b.y = i
j.r = b
j.s = e
e.r = b
e.s = a
i.y = b
a.r = i... | i" | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.s: B = None
self.txt = txt
b = A("b")
j = B("j")
e = B("e")
i = A("i")
a = B("a")
b.y = i
j.r = b
j.s = e
e.r = b
e.s = a
i.y = b
a.r = i... | a | j | e | b | i | x | x | x | i | b | e | j | a | x | x | x | 5 | 8 | 2 | 4 | 0 |
1,257 | class A:
def __init__(self, txt: str):
self.o: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.r: A = None
self.txt = txt
a = A("a")
i = B("i")
h = A("h")
b = B("b")
d = A("d")
e = B("e")
f = A("f")
a.o = i
... | f" | class A:
def __init__(self, txt: str):
self.o: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.r: A = None
self.txt = txt
a = A("a")
i = B("i")
h = A("h")
b = B("b")
d = A("d")
e = B("e")
f = A("f")
a.o = i
... | f | b | d | f | x | x | x | x | f | d | b | f | x | x | x | x | 7 | 14 | 2 | 3 | 1 |
1,258 | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.p: A = None
self.txt = txt
d = A("d")
e = B("e")
j = B("j")
c = B("c")
h = B("h")
a = A("a")
f = A("f")
d.p = f
e.s = a
e.p = a
j.s = f
j... | f" | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.p: A = None
self.txt = txt
d = A("d")
e = B("e")
j = B("j")
c = B("c")
h = B("h")
a = A("a")
f = A("f")
d.p = f
e.s = a
e.p = a
j.s = f
j... | j | f | d | f | d | f | x | x | f | d | f | d | f | j | x | x | 7 | 9 | 2 | 5 | 3 |
1,259 | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.t: B = None
self.txt = txt
f = A("f")
c = B("c")
a = A("a")
j = A("j")
h = B("h")
e = B("e")
i = B("i")
f.y = h
c.r = f
c.t = h
a.y = i
j... | a" | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.t: B = None
self.txt = txt
f = A("f")
c = B("c")
a = A("a")
j = A("j")
h = B("h")
e = B("e")
i = B("i")
f.y = h
c.r = f
c.t = h
a.y = i
j... | h | a | i | h | a | i | a | x | a | i | a | h | i | a | h | x | 7 | 11 | 2 | 6 | 4 |
1,260 | class A:
def __init__(self, txt: str):
self.z: B = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.u: A = None
self.txt = txt
b = A("b")
c = B("c")
f = B("f")
g = A("g")
d = A("d")
i = B("i")
b.z = i
b.t = g
c.s... | b" | class A:
def __init__(self, txt: str):
self.z: B = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.u: A = None
self.txt = txt
b = A("b")
c = B("c")
f = B("f")
g = A("g")
d = A("d")
i = B("i")
b.z = i
b.t = g
c.s... | i | b | g | f | b | x | x | x | b | f | g | b | i | x | x | x | 6 | 11 | 2 | 4 | 1 |
1,261 | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
e = A("e")
i = B("i")
g = B("g")
d = B("d")
a = B("a")
e.y = d
i.y = e
g.y = e
d.y = e
a.y = e
assert a.y.y.y.y.txt == " | d" | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
e = A("e")
i = B("i")
g = B("g")
d = B("d")
a = B("a")
e.y = d
i.y = e
g.y = e
d.y = e
a.y = e
assert a.y.y.y.y.txt == "d" | a | e | d | e | d | x | x | x | d | e | d | e | a | x | x | x | 5 | 5 | 2 | 4 | 2 |
1,262 | class A:
def __init__(self, txt: str):
self.y: B = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.u: A = None
self.txt = txt
i = A("i")
f = B("f")
c = B("c")
d = A("d")
i.y = f
i.w = d
f.y = i
f.u = d
c.y = i
c... | i" | class A:
def __init__(self, txt: str):
self.y: B = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.u: A = None
self.txt = txt
i = A("i")
f = B("f")
c = B("c")
d = A("d")
i.y = f
i.w = d
f.y = i
f.u = d
c.y = i
c... | d | c | d | i | x | x | x | x | i | d | c | d | x | x | x | x | 4 | 8 | 2 | 3 | 1 |
1,263 | class A:
def __init__(self, txt: str):
self.x: B = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.q: B = None
self.txt = txt
e = A("e")
i = B("i")
f = B("f")
a = A("a")
e.x = f
e.q = f
i.y = a
i.q = f
f.y = e
f... | f" | class A:
def __init__(self, txt: str):
self.x: B = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.q: B = None
self.txt = txt
e = A("e")
i = B("i")
f = B("f")
a = A("a")
e.x = f
e.q = f
i.y = a
i.q = f
f.y = e
f... | e | f | i | f | x | x | x | x | f | i | f | e | x | x | x | x | 4 | 6 | 2 | 3 | 1 |
1,264 | class A:
def __init__(self, txt: str):
self.z: A = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.s: A = None
self.txt = txt
g = A("g")
d = B("d")
c = B("c")
e = B("e")
b = A("b")
f = B("f")
i = B("i")
g.z = b
... | g" | class A:
def __init__(self, txt: str):
self.z: A = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.s: A = None
self.txt = txt
g = A("g")
d = B("d")
c = B("c")
e = B("e")
b = A("b")
f = B("f")
i = B("i")
g.z = b
... | b | g | b | g | b | g | b | g | g | b | g | b | g | b | g | b | 7 | 12 | 2 | 7 | 6 |
1,265 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.o: B = None
self.txt = txt
f = A("f")
h = B("h")
b = A("b")
e = B("e")
g = B("g")
f.s = h
h.x = f
h.o = e
b.s = h
e.x = f
e.o = g
g.x = b... | f" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.o: B = None
self.txt = txt
f = A("f")
h = B("h")
b = A("b")
e = B("e")
g = B("g")
f.s = h
h.x = f
h.o = e
b.s = h
e.x = f
e.o = g
g.x = b... | g | h | f | h | e | f | x | x | f | e | h | f | h | g | x | x | 5 | 8 | 2 | 5 | 2 |
1,266 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.q: B = None
self.txt = txt
g = A("g")
e = B("e")
d = B("d")
g.s = d
e.p = d
e.q = d
d.p = e
d.q = e
assert e.q.p.q.txt == " | d" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.q: B = None
self.txt = txt
g = A("g")
e = B("e")
d = B("d")
g.s = d
e.p = d
e.q = d
d.p = e
d.q = e
assert e.q.p.q.txt == "d" | e | d | e | d | x | x | x | x | d | e | d | e | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
1,267 | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
f = A("f")
d = B("d")
i = A("i")
e = B("e")
f.z = e
d.q = e
i.z = e
e.q = d
assert d.q.q.q.txt == " | e" | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
f = A("f")
d = B("d")
i = A("i")
e = B("e")
f.z = e
d.q = e
i.z = e
e.q = d
assert d.q.q.q.txt == "e" | d | e | d | e | x | x | x | x | e | d | e | d | x | x | x | x | 4 | 4 | 2 | 3 | 2 |
1,268 | class A:
def __init__(self, txt: str):
self.y: A = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
j = A("j")
d = B("d")
e = B("e")
b = A("b")
j.y = b
j.r = d
d.s = e
e.s = d
b.y = j
b.r = d
assert e.s.s.s.s.t... | e" | class A:
def __init__(self, txt: str):
self.y: A = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
j = A("j")
d = B("d")
e = B("e")
b = A("b")
j.y = b
j.r = d
d.s = e
e.s = d
b.y = j
b.r = d
assert e.s.s.s.s.t... | e | d | e | d | e | x | x | x | e | d | e | d | e | x | x | x | 4 | 6 | 2 | 4 | 3 |
1,269 | 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
a = A("a")
h = B("h")
b = A("b")
f = A("f")
i = B("i")
a.x = f
h.r = f
b.x = f
f.x = a
i.r = a
assert f.x.x.x.x.x.txt == " | a" | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
a = A("a")
h = B("h")
b = A("b")
f = A("f")
i = B("i")
a.x = f
h.r = f
b.x = f
f.x = a
i.r = a
assert f.x.x.x.x.x.txt == "a" | f | a | f | a | f | a | x | x | a | f | a | f | a | f | x | x | 5 | 5 | 2 | 5 | 4 |
1,270 | class A:
def __init__(self, txt: str):
self.y: B = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
e = A("e")
b = B("b")
d = A("d")
e.y = b
e.r = d
b.w = d
d.y = b
d.r = e
assert d.y.w.r.txt == " | e" | class A:
def __init__(self, txt: str):
self.y: B = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
e = A("e")
b = B("b")
d = A("d")
e.y = b
e.r = d
b.w = d
d.y = b
d.r = e
assert d.y.w.r.txt == "e" | d | b | d | e | x | x | x | x | e | d | b | d | x | x | x | x | 3 | 5 | 2 | 3 | 1 |
1,271 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.s: A = None
self.txt = txt
c = A("c")
h = B("h")
e = B("e")
a = B("a")
d = B("d")
b = B("b")
c.s = d
h.q = c
h.s = c
e.q = c
e.s = c
a.q ... | c" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.s: A = None
self.txt = txt
c = A("c")
h = B("h")
e = B("e")
a = B("a")
d = B("d")
b = B("b")
c.s = d
h.q = c
h.s = c
e.q = c
e.s = c
a.q ... | e | c | d | c | d | c | x | x | c | d | c | d | c | e | x | x | 6 | 6 | 2 | 5 | 3 |
1,272 | class A:
def __init__(self, txt: str):
self.o: A = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.s: B = None
self.txt = txt
b = A("b")
g = B("g")
a = B("a")
j = A("j")
f = B("f")
d = B("d")
b.o = j
b.z = a
g.r... | a" | class A:
def __init__(self, txt: str):
self.o: A = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.s: B = None
self.txt = txt
b = A("b")
g = B("g")
a = B("a")
j = A("j")
f = B("f")
d = B("d")
b.o = j
b.z = a
g.r... | f | g | d | j | a | x | x | x | a | j | d | g | f | x | x | x | 6 | 12 | 2 | 4 | 0 |
1,273 | class A:
def __init__(self, txt: str):
self.v: A = 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")
g = B("g")
a = A("a")
c = B("c")
e.v = a
e.y = a
g.y = e
a.v = e
a.y = e
c.y = e
assert a.v.v.v.txt... | e" | class A:
def __init__(self, txt: str):
self.v: A = 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")
g = B("g")
a = A("a")
c = B("c")
e.v = a
e.y = a
g.y = e
a.v = e
a.y = e
c.y = e
assert a.v.v.v.txt... | a | e | a | e | x | x | x | x | e | a | e | a | x | x | x | x | 4 | 4 | 2 | 3 | 2 |
1,274 | class A:
def __init__(self, txt: str):
self.r: B = None
self.p: 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")
e = B("e")
j.r = f
j.p = f
f.r = e
e.r = f
assert e.r.r.r.txt == " | f" | class A:
def __init__(self, txt: str):
self.r: B = None
self.p: 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")
e = B("e")
j.r = f
j.p = f
f.r = e
e.r = f
assert e.r.r.r.txt == "f" | e | f | e | f | x | x | x | x | f | e | f | e | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
1,275 | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.r: B = None
self.txt = txt
f = A("f")
a = B("a")
i = A("i")
d = B("d")
b = B("b")
h = B("h")
j = A("j")
f.w = j
a.o = i
a.r = h
i.w = j
d... | i" | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.r: B = None
self.txt = txt
f = A("f")
a = B("a")
i = A("i")
d = B("d")
b = B("b")
h = B("h")
j = A("j")
f.w = j
a.o = i
a.r = h
i.w = j
d... | i | j | i | j | i | x | x | x | i | j | i | j | i | x | x | x | 7 | 11 | 2 | 4 | 3 |
1,276 | 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.s: A = None
self.txt = txt
e = A("e")
g = B("g")
a = A("a")
d = B("d")
f = A("f")
e.q = g
g.x = d
g.s = f
a.q = d
d.x = g
d.s = a
f.q = d... | d" | 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.s: A = None
self.txt = txt
e = A("e")
g = B("g")
a = A("a")
d = B("d")
f = A("f")
e.q = g
g.x = d
g.s = f
a.q = d
d.x = g
d.s = a
f.q = d... | g | d | a | d | x | x | x | x | d | a | d | g | x | x | x | x | 5 | 7 | 2 | 3 | 1 |
1,277 | class A:
def __init__(self, txt: str):
self.s: A = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
f = A("f")
b = B("b")
g = B("g")
c = B("c")
a = A("a")
e = B("e")
f.s = a
f.q = a
b.v = a
g.v = a
c.v = a
a.s ... | f" | class A:
def __init__(self, txt: str):
self.s: A = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
f = A("f")
b = B("b")
g = B("g")
c = B("c")
a = A("a")
e = B("e")
f.s = a
f.q = a
b.v = a
g.v = a
c.v = a
a.s ... | c | a | f | a | f | x | x | x | f | a | f | a | c | x | x | x | 6 | 6 | 2 | 4 | 2 |
1,278 | class A:
def __init__(self, txt: str):
self.r: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.y: A = None
self.txt = txt
i = A("i")
d = B("d")
f = B("f")
j = A("j")
c = B("c")
i.r = d
i.s = d
d.x = f
d.y = ... | i" | class A:
def __init__(self, txt: str):
self.r: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.y: A = None
self.txt = txt
i = A("i")
d = B("d")
f = B("f")
j = A("j")
c = B("c")
i.r = d
i.s = d
d.x = f
d.y = ... | c | f | d | i | x | x | x | x | i | d | f | c | x | x | x | x | 5 | 8 | 2 | 3 | 0 |
1,279 | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
h = A("h")
d = B("d")
f = B("f")
h.q = f
d.y = h
f.y = h
assert f.y.q.y.txt == " | h" | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
h = A("h")
d = B("d")
f = B("f")
h.q = f
d.y = h
f.y = h
assert f.y.q.y.txt == "h" | f | h | f | h | x | x | x | x | h | f | h | f | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
1,280 | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
g = A("g")
i = B("i")
j = A("j")
d = B("d")
e = A("e")
f = B("f")
b = A("b")
g.v = b
i.q = d
j.v = g
d.q = f
e.v = g
f.q = d
b.v = g
as... | b" | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
g = A("g")
i = B("i")
j = A("j")
d = B("d")
e = A("e")
f = B("f")
b = A("b")
g.v = b
i.q = d
j.v = g
d.q = f
e.v = g
f.q = d
b.v = g
as... | g | b | g | b | g | b | x | x | b | g | b | g | b | g | x | x | 7 | 7 | 2 | 5 | 4 |
1,281 | 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.txt = txt
b = A("b")
j = B("j")
f = B("f")
a = B("a")
e = B("e")
d = A("d")
b.p = e
j.z = f
f.z = e
a.z = e
e.z = j
d.p = j
assert b.p.z.z.txt ==... | f" | 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.txt = txt
b = A("b")
j = B("j")
f = B("f")
a = B("a")
e = B("e")
d = A("d")
b.p = e
j.z = f
f.z = e
a.z = e
e.z = j
d.p = j
assert b.p.z.z.txt ==... | b | e | j | f | x | x | x | x | f | j | e | b | x | x | x | x | 6 | 6 | 2 | 3 | 0 |
1,282 | class A:
def __init__(self, txt: str):
self.s: B = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.x: A = None
self.txt = txt
i = A("i")
a = B("a")
b = B("b")
j = B("j")
c = A("c")
i.s = a
i.v = c
a.t = j
a.x = ... | j" | class A:
def __init__(self, txt: str):
self.s: B = None
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.x: A = None
self.txt = txt
i = A("i")
a = B("a")
b = B("b")
j = B("j")
c = A("c")
i.s = a
i.v = c
a.t = j
a.x = ... | c | i | a | j | x | x | x | x | j | a | i | c | x | x | x | x | 5 | 10 | 2 | 3 | 0 |
1,283 | class A:
def __init__(self, txt: str):
self.u: B = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
i = A("i")
b = B("b")
d = B("d")
j = A("j")
i.u = d
i.x = j
b.u = d
d.u = b
j.u = d
j.x = i
assert b.u.u.u.u.t... | b" | class A:
def __init__(self, txt: str):
self.u: B = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
i = A("i")
b = B("b")
d = B("d")
j = A("j")
i.u = d
i.x = j
b.u = d
d.u = b
j.u = d
j.x = i
assert b.u.u.u.u.t... | b | d | b | d | b | x | x | x | b | d | b | d | b | x | x | x | 4 | 6 | 2 | 4 | 3 |
1,284 | 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.x: B = None
self.txt = txt
j = A("j")
f = B("f")
g = A("g")
i = B("i")
c = B("c")
j.p = f
f.s = j
f.x = i
g.p = c
i.s = g
i.x = f
c.s = j... | f" | 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.x: B = None
self.txt = txt
j = A("j")
f = B("f")
g = A("g")
i = B("i")
c = B("c")
j.p = f
f.s = j
f.x = i
g.p = c
i.s = g
i.x = f
c.s = j... | f | j | f | i | f | x | x | x | f | i | f | j | f | x | x | x | 5 | 8 | 2 | 4 | 2 |
1,285 | 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.txt = txt
i = A("i")
d = B("d")
b = A("b")
i.v = d
d.r = i
b.v = d
assert d.r.v.r.txt == " | i" | 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.txt = txt
i = A("i")
d = B("d")
b = A("b")
i.v = d
d.r = i
b.v = d
assert d.r.v.r.txt == "i" | d | i | d | i | x | x | x | x | i | d | i | d | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
1,286 | class A:
def __init__(self, txt: str):
self.r: A = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
d = A("d")
f = B("f")
c = B("c")
i = A("i")
a = A("a")
d.r = a
d.q = i
f.v = a
c.v = d
i.r = a
i.q = d
a.r = d... | i" | class A:
def __init__(self, txt: str):
self.r: A = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
d = A("d")
f = B("f")
c = B("c")
i = A("i")
a = A("a")
d.r = a
d.q = i
f.v = a
c.v = d
i.r = a
i.q = d
a.r = d... | d | a | d | i | a | i | x | x | i | a | i | d | a | d | x | x | 5 | 8 | 2 | 5 | 3 |
1,287 | 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.o: A = None
self.txt = txt
j = A("j")
h = B("h")
f = A("f")
j.s = h
j.q = f
h.o = j
f.s = h
f.q = j
assert f.s.o.s.txt == " | h" | 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.o: A = None
self.txt = txt
j = A("j")
h = B("h")
f = A("f")
j.s = h
j.q = f
h.o = j
f.s = h
f.q = j
assert f.s.o.s.txt == "h" | f | h | j | h | x | x | x | x | h | j | h | f | x | x | x | x | 3 | 5 | 2 | 3 | 1 |
1,288 | 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.y: B = None
self.u: B = None
self.txt = txt
j = A("j")
i = B("i")
e = B("e")
d = A("d")
h = B("h")
c = A("c")
g = A("g")
j.s = i
... | e" | 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.y: B = None
self.u: B = None
self.txt = txt
j = A("j")
i = B("i")
e = B("e")
d = A("d")
h = B("h")
c = A("c")
g = A("g")
j.s = i
... | d | j | i | e | h | i | e | x | e | i | h | e | i | j | d | x | 7 | 12 | 2 | 6 | 2 |
1,289 | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
a = A("a")
b = B("b")
h = A("h")
i = A("i")
d = B("d")
a.r = i
b.v = h
h.r = a
i.r = a
d.v = a
assert h.r.r.r.r.r.txt == " | a" | class A:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
a = A("a")
b = B("b")
h = A("h")
i = A("i")
d = B("d")
a.r = i
b.v = h
h.r = a
i.r = a
d.v = a
assert h.r.r.r.r.r.txt == "a" | h | a | i | a | i | a | x | x | a | i | a | i | a | h | x | x | 5 | 5 | 2 | 5 | 3 |
1,290 | class A:
def __init__(self, txt: str):
self.u: A = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.s: B = None
self.txt = txt
d = A("d")
c = B("c")
i = B("i")
h = B("h")
b = A("b")
j = A("j")
a = A("a")
d.u = b
... | i" | class A:
def __init__(self, txt: str):
self.u: A = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.s: B = None
self.txt = txt
d = A("d")
c = B("c")
i = B("i")
h = B("h")
b = A("b")
j = A("j")
a = A("a")
d.u = b
... | b | i | h | i | h | c | i | x | i | c | h | i | h | i | b | x | 7 | 13 | 2 | 6 | 3 |
1,291 | class A:
def __init__(self, txt: str):
self.o: B = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
i = A("i")
e = B("e")
d = A("d")
j = B("j")
b = B("b")
i.o = e
i.u = b
e.z = i
d.o = j
d.u = b
j.z = i
b.z = d... | j" | class A:
def __init__(self, txt: str):
self.o: B = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
i = A("i")
e = B("e")
d = A("d")
j = B("j")
b = B("b")
i.o = e
i.u = b
e.z = i
d.o = j
d.u = b
j.z = i
b.z = d... | i | b | d | b | d | j | x | x | j | d | b | d | b | i | x | x | 5 | 7 | 2 | 5 | 2 |
1,292 | class A:
def __init__(self, txt: str):
self.p: A = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
b = A("b")
i = B("i")
g = B("g")
c = A("c")
d = B("d")
b.p = c
b.t = c
i.r = b
g.r = c
c.p = b
c.t = b
d.r = c... | c" | class A:
def __init__(self, txt: str):
self.p: A = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
b = A("b")
i = B("i")
g = B("g")
c = A("c")
d = B("d")
b.p = c
b.t = c
i.r = b
g.r = c
c.p = b
c.t = b
d.r = c... | d | c | b | c | x | x | x | x | c | b | c | d | x | x | x | x | 5 | 5 | 2 | 3 | 1 |
1,293 | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
h = A("h")
c = B("c")
b = B("b")
h.q = b
c.u = h
b.u = h
assert b.u.q.u.txt == " | h" | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
h = A("h")
c = B("c")
b = B("b")
h.q = b
c.u = h
b.u = h
assert b.u.q.u.txt == "h" | b | h | b | h | x | x | x | x | h | b | h | b | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
1,294 | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.q: A = None
self.txt = txt
b = A("b")
e = B("e")
j = B("j")
g = B("g")
c = B("c")
a = A("a")
b.o = a
e.p = g
e.q = b
j.p = e
j.q = a
g.p ... | a" | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.q: A = None
self.txt = txt
b = A("b")
e = B("e")
j = B("j")
g = B("g")
c = B("c")
a = A("a")
b.o = a
e.p = g
e.q = b
j.p = e
j.q = a
g.p ... | j | a | b | a | x | x | x | x | a | b | a | j | x | x | x | x | 6 | 10 | 2 | 3 | 1 |
1,295 | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.u: B = None
self.txt = txt
j = A("j")
b = B("b")
c = B("c")
f = A("f")
j.w = b
b.v = j
b.u = c
c.v = f
c.u = b
f.w = b
assert f.w.v.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.v: A = None
self.u: B = None
self.txt = txt
j = A("j")
b = B("b")
c = B("c")
f = A("f")
j.w = b
b.v = j
b.u = c
c.v = f
c.u = b
f.w = b
assert f.w.v.w.txt... | f | b | j | b | x | x | x | x | b | j | b | f | x | x | x | x | 4 | 6 | 2 | 3 | 1 |
1,296 | class A:
def __init__(self, txt: str):
self.z: A = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
h = A("h")
j = B("j")
d = B("d")
c = B("c")
g = A("g")
b = B("b")
h.z = g
h.p = g
j.v = c
d.v = c
c.v = b
g.z ... | c" | class A:
def __init__(self, txt: str):
self.z: A = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
h = A("h")
j = B("j")
d = B("d")
c = B("c")
g = A("g")
b = B("b")
h.z = g
h.p = g
j.v = c
d.v = c
c.v = b
g.z ... | c | b | j | c | b | j | c | x | c | j | b | c | j | b | c | x | 6 | 6 | 2 | 6 | 4 |
1,297 | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.t: B = None
self.txt = txt
a = A("a")
f = B("f")
h = B("h")
j = A("j")
i = A("i")
a.p = j
f.z = j
f.t = h
h.z = i
h.t = f
j.p = i
i.p = a... | a" | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.t: B = None
self.txt = txt
a = A("a")
f = B("f")
h = B("h")
j = A("j")
i = A("i")
a.p = j
f.z = j
f.t = h
h.z = i
h.t = f
j.p = i
i.p = a... | a | j | i | a | x | x | x | x | a | i | j | a | x | x | x | x | 5 | 7 | 2 | 3 | 1 |
1,298 | class A:
def __init__(self, txt: str):
self.r: B = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.z: A = None
self.txt = txt
a = A("a")
j = B("j")
c = A("c")
d = B("d")
h = B("h")
a.r = d
a.s = c
j.w = a
j.z = ... | d" | class A:
def __init__(self, txt: str):
self.r: B = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.z: A = None
self.txt = txt
a = A("a")
j = B("j")
c = A("c")
d = B("d")
h = B("h")
a.r = d
a.s = c
j.w = a
j.z = ... | h | a | c | a | d | x | x | x | d | a | c | a | h | x | x | x | 5 | 9 | 2 | 4 | 1 |
1,299 | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.v: A = None
self.txt = txt
d = A("d")
c = B("c")
a = B("a")
h = A("h")
i = A("i")
e = B("e")
b = B("b")
d.v = i
c.q = a
c.v = d
a.q = b
a... | h" | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.v: A = None
self.txt = txt
d = A("d")
c = B("c")
a = B("a")
h = A("h")
i = A("i")
e = B("e")
b = B("b")
d.v = i
c.q = a
c.v = d
a.q = b
a... | a | b | d | i | h | x | x | x | h | i | d | b | a | x | x | x | 7 | 11 | 2 | 4 | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.