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,900 | 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.txt = txt
a = A("a")
j = B("j")
e = A("e")
g = A("g")
d = B("d")
a.y = g
j.r = e
e.y = a
g.y = e
d.r = a
assert a.y.y.y.y.txt == " | g" | 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.txt = txt
a = A("a")
j = B("j")
e = A("e")
g = A("g")
d = B("d")
a.y = g
j.r = e
e.y = a
g.y = e
d.r = a
assert a.y.y.y.y.txt == "g" | a | g | e | a | g | x | x | x | g | a | e | g | a | x | x | x | 5 | 5 | 2 | 4 | 2 |
3,901 | class A:
def __init__(self, txt: str):
self.s: A = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
j = A("j")
g = B("g")
b = B("b")
a = B("a")
d = A("d")
h = A("h")
f = A("f")
j.s = d
j.r = b
g.y = f
b.y = f
a... | j" | class A:
def __init__(self, txt: str):
self.s: A = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
j = A("j")
g = B("g")
b = B("b")
a = B("a")
d = A("d")
h = A("h")
f = A("f")
j.s = d
j.r = b
g.y = f
b.y = f
a... | f | d | j | b | f | d | j | x | j | d | f | b | j | d | f | x | 7 | 11 | 2 | 6 | 3 |
3,902 | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
g = A("g")
d = B("d")
i = B("i")
h = A("h")
b = A("b")
g.y = d
d.s = i
i.s = d
h.y = d
b.y = i
assert g.y.s.s.s.s.txt == " | d" | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
g = A("g")
d = B("d")
i = B("i")
h = A("h")
b = A("b")
g.y = d
d.s = i
i.s = d
h.y = d
b.y = i
assert g.y.s.s.s.s.txt == "d" | g | d | i | d | i | d | x | x | d | i | d | i | d | g | x | x | 5 | 5 | 2 | 5 | 3 |
3,903 | class A:
def __init__(self, txt: str):
self.p: B = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.w: B = None
self.txt = txt
h = A("h")
f = B("f")
j = B("j")
e = B("e")
d = A("d")
h.p = j
h.x = d
f.s = j
f.w = ... | d" | class A:
def __init__(self, txt: str):
self.p: B = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.w: B = None
self.txt = txt
h = A("h")
f = B("f")
j = B("j")
e = B("e")
d = A("d")
h.p = j
h.x = d
f.s = j
f.w = ... | d | h | d | h | d | x | x | x | d | h | d | h | d | x | x | x | 5 | 9 | 2 | 4 | 3 |
3,904 | 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
b = A("b")
a = B("a")
e = B("e")
b.s = a
a.v = e
e.v = a
assert b.s.v.v.txt == " | a" | 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
b = A("b")
a = B("a")
e = B("e")
b.s = a
a.v = e
e.v = a
assert b.s.v.v.txt == "a" | b | a | e | a | x | x | x | x | a | e | a | b | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
3,905 | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
j = A("j")
h = B("h")
b = B("b")
i = A("i")
j.x = b
h.w = b
b.w = h
i.x = h
assert i.x.w.w.w.txt == " | b" | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
j = A("j")
h = B("h")
b = B("b")
i = A("i")
j.x = b
h.w = b
b.w = h
i.x = h
assert i.x.w.w.w.txt == "b" | i | h | b | h | b | x | x | x | b | h | b | h | i | x | x | x | 4 | 4 | 2 | 4 | 2 |
3,906 | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.r: B = None
self.txt = txt
i = A("i")
e = B("e")
d = B("d")
h = A("h")
g = B("g")
a = B("a")
i.t = h
e.p = i
e.r = d
d.p = i
d.r = e
h.t ... | h" | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.r: B = None
self.txt = txt
i = A("i")
e = B("e")
d = B("d")
h = A("h")
g = B("g")
a = B("a")
i.t = h
e.p = i
e.r = d
d.p = i
d.r = e
h.t ... | g | i | h | i | h | i | h | x | h | i | h | i | h | i | g | x | 6 | 10 | 2 | 6 | 4 |
3,907 | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
d = A("d")
g = B("g")
f = A("f")
c = A("c")
b = A("b")
h = B("h")
d.x = h
g.y = c
f.x = g
c.x = h
b.x = h
h.y = c
assert f.x.y.x.y.x.y.... | c" | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
d = A("d")
g = B("g")
f = A("f")
c = A("c")
b = A("b")
h = B("h")
d.x = h
g.y = c
f.x = g
c.x = h
b.x = h
h.y = c
assert f.x.y.x.y.x.y.... | f | g | c | h | c | h | c | x | c | h | c | h | c | g | f | x | 6 | 6 | 2 | 6 | 3 |
3,908 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
f = A("f")
i = B("i")
b = B("b")
f.p = b
i.x = f
b.x = f
assert b.x.p.x.txt == " | f" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
f = A("f")
i = B("i")
b = B("b")
f.p = b
i.x = f
b.x = f
assert b.x.p.x.txt == "f" | b | f | b | f | x | x | x | x | f | b | f | b | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
3,909 | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
e = A("e")
c = B("c")
g = B("g")
a = A("a")
e.o = a
c.o = g
g.o = c
a.o = e
assert e.o.o.o.txt == " | a" | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
e = A("e")
c = B("c")
g = B("g")
a = A("a")
e.o = a
c.o = g
g.o = c
a.o = e
assert e.o.o.o.txt == "a" | e | a | e | a | x | x | x | x | a | e | a | e | x | x | x | x | 4 | 4 | 2 | 3 | 2 |
3,910 | class A:
def __init__(self, txt: str):
self.x: A = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.r: A = None
self.txt = txt
g = A("g")
a = B("a")
i = B("i")
j = A("j")
d = B("d")
b = A("b")
g.x = j
g.r = b
a.u... | g" | class A:
def __init__(self, txt: str):
self.x: A = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.r: A = None
self.txt = txt
g = A("g")
a = B("a")
i = B("i")
j = A("j")
d = B("d")
b = A("b")
g.x = j
g.r = b
a.u... | i | j | b | g | j | g | x | x | g | j | g | b | j | i | x | x | 6 | 10 | 2 | 5 | 2 |
3,911 | class A:
def __init__(self, txt: str):
self.y: A = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
f = A("f")
a = B("a")
j = A("j")
i = B("i")
g = A("g")
c = B("c")
f.y = g
f.v = c
a.q = j
j.y = f
j.v = c
i.q ... | f" | class A:
def __init__(self, txt: str):
self.y: A = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
f = A("f")
a = B("a")
j = A("j")
i = B("i")
g = A("g")
c = B("c")
f.y = g
f.v = c
a.q = j
j.y = f
j.v = c
i.q ... | a | j | f | g | f | x | x | x | f | g | f | j | a | x | x | x | 6 | 9 | 2 | 4 | 1 |
3,912 | 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.txt = txt
d = A("d")
h = B("h")
i = B("i")
d.v = h
h.p = i
i.p = h
assert i.p.p.p.txt == " | h" | 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.txt = txt
d = A("d")
h = B("h")
i = B("i")
d.v = h
h.p = i
i.p = h
assert i.p.p.p.txt == "h" | i | h | i | h | x | x | x | x | h | i | h | i | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
3,913 | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
h = A("h")
d = B("d")
i = A("i")
a = B("a")
f = B("f")
h.y = a
d.s = h
i.y = a
a.s = i
f.s = h
assert a.s.y.s.txt == " | i" | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
h = A("h")
d = B("d")
i = A("i")
a = B("a")
f = B("f")
h.y = a
d.s = h
i.y = a
a.s = i
f.s = h
assert a.s.y.s.txt == "i" | a | i | a | i | x | x | x | x | i | a | i | a | x | x | x | x | 5 | 5 | 2 | 3 | 2 |
3,914 | class A:
def __init__(self, txt: str):
self.o: A = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.w: B = None
self.txt = txt
f = A("f")
c = B("c")
g = A("g")
h = B("h")
b = B("b")
d = B("d")
f.o = g
f.u = g
c.x... | c" | class A:
def __init__(self, txt: str):
self.o: A = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.w: B = None
self.txt = txt
f = A("f")
c = B("c")
g = A("g")
h = B("h")
b = B("b")
d = B("d")
f.o = g
f.u = g
c.x... | h | c | b | h | d | c | x | x | c | d | h | b | c | h | x | x | 6 | 9 | 2 | 5 | 2 |
3,915 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
g = A("g")
e = B("e")
f = B("f")
c = B("c")
j = B("j")
h = A("h")
g.r = f
e.t = g
f.t = g
c.t = g
j.t = h
h.r = f
assert h.r.t.r.t.r.tx... | f" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
g = A("g")
e = B("e")
f = B("f")
c = B("c")
j = B("j")
h = A("h")
g.r = f
e.t = g
f.t = g
c.t = g
j.t = h
h.r = f
assert h.r.t.r.t.r.tx... | h | f | g | f | g | f | x | x | f | g | f | g | f | h | x | x | 6 | 6 | 2 | 5 | 3 |
3,916 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
j = A("j")
b = B("b")
a = B("a")
i = B("i")
c = B("c")
g = B("g")
j.v = b
b.t = j
a.t = j
i.t = j
c.t = j
g.t = j
assert j.v.t.v.t.v.t.... | j" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
j = A("j")
b = B("b")
a = B("a")
i = B("i")
c = B("c")
g = B("g")
j.v = b
b.t = j
a.t = j
i.t = j
c.t = j
g.t = j
assert j.v.t.v.t.v.t.... | j | b | j | b | j | b | j | x | j | b | j | b | j | b | j | x | 6 | 6 | 2 | 6 | 5 |
3,917 | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.t: A = None
self.txt = txt
h = A("h")
j = B("j")
i = A("i")
a = B("a")
c = B("c")
d = A("d")
e = A("e")
h.u = d
j.q = i
j.t = i
i.u = d
a... | e" | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.t: A = None
self.txt = txt
h = A("h")
j = B("j")
i = A("i")
a = B("a")
c = B("c")
d = A("d")
e = A("e")
h.u = d
j.q = i
j.t = i
i.u = d
a... | d | e | h | d | e | h | d | e | e | d | h | e | d | h | e | d | 7 | 8 | 2 | 7 | 5 |
3,918 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
b = A("b")
g = B("g")
h = A("h")
e = A("e")
i = B("i")
c = A("c")
a = A("a")
b.u = i
g.r = i
h.u = g
e.u = i
i.r = g
c.u = g
a.u = g
as... | i" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
b = A("b")
g = B("g")
h = A("h")
e = A("e")
i = B("i")
c = A("c")
a = A("a")
b.u = i
g.r = i
h.u = g
e.u = i
i.r = g
c.u = g
a.u = g
as... | g | i | g | i | g | i | g | i | i | g | i | g | i | g | i | g | 7 | 7 | 2 | 7 | 6 |
3,919 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
j = A("j")
i = B("i")
e = A("e")
g = B("g")
c = B("c")
b = B("b")
d = A("d")
j.u = b
i.o = c
e.u = g
g.o = i
c.o = b
b.o = g
d.u = g
as... | c" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
j = A("j")
i = B("i")
e = A("e")
g = B("g")
c = B("c")
b = B("b")
d = A("d")
j.u = b
i.o = c
e.u = g
g.o = i
c.o = b
b.o = g
d.u = g
as... | b | g | i | c | x | x | x | x | c | i | g | b | x | x | x | x | 7 | 7 | 2 | 3 | 0 |
3,920 | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.r: A = None
self.txt = txt
j = A("j")
b = B("b")
d = B("d")
c = B("c")
i = A("i")
f = A("f")
h = B("h")
j.z = d
b.w = f
b.r = j
d.w = j
d... | j" | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.r: A = None
self.txt = txt
j = A("j")
b = B("b")
d = B("d")
c = B("c")
i = A("i")
f = A("f")
h = B("h")
j.z = d
b.w = f
b.r = j
d.w = j
d... | f | d | i | b | j | d | j | x | j | d | j | b | i | d | f | x | 7 | 11 | 2 | 6 | 2 |
3,921 | class A:
def __init__(self, txt: str):
self.p: B = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.t: A = None
self.txt = txt
h = A("h")
d = B("d")
f = B("f")
c = A("c")
h.p = d
h.t = c
d.p = h
d.t = h
f.p = h
f... | d" | class A:
def __init__(self, txt: str):
self.p: B = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.t: A = None
self.txt = txt
h = A("h")
d = B("d")
f = B("f")
c = A("c")
h.p = d
h.t = c
d.p = h
d.t = h
f.p = h
f... | h | d | h | d | x | x | x | x | d | h | d | h | x | x | x | x | 4 | 7 | 2 | 3 | 2 |
3,922 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
f = A("f")
a = B("a")
i = A("i")
b = B("b")
f.p = a
a.p = b
i.p = b
b.p = a
assert f.p.p.p.txt == " | a" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
f = A("f")
a = B("a")
i = A("i")
b = B("b")
f.p = a
a.p = b
i.p = b
b.p = a
assert f.p.p.p.txt == "a" | f | a | b | a | x | x | x | x | a | b | a | f | x | x | x | x | 4 | 4 | 2 | 3 | 1 |
3,923 | class A:
def __init__(self, txt: str):
self.z: A = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
e = A("e")
g = B("g")
j = A("j")
a = A("a")
b = B("b")
h = A("h")
e.z = j
e.w = b
g.r = b
j.z = h
j.w = b
a.z ... | b" | class A:
def __init__(self, txt: str):
self.z: A = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
e = A("e")
g = B("g")
j = A("j")
a = A("a")
b = B("b")
h = A("h")
e.z = j
e.w = b
g.r = b
j.z = h
j.w = b
a.z ... | a | j | b | g | b | x | x | x | b | g | b | j | a | x | x | x | 6 | 10 | 2 | 4 | 1 |
3,924 | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.v: A = None
self.txt = txt
e = A("e")
i = B("i")
b = B("b")
a = B("a")
f = A("f")
e.w = f
i.z = e
i.v = e
b.z = f
b.v = f
a.z = f
a.v = f... | e" | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.v: A = None
self.txt = txt
e = A("e")
i = B("i")
b = B("b")
a = B("a")
f = A("f")
e.w = f
i.z = e
i.v = e
b.z = f
b.v = f
a.z = f
a.v = f... | f | e | f | e | f | e | x | x | e | f | e | f | e | f | x | x | 5 | 5 | 2 | 5 | 4 |
3,925 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
a = A("a")
j = B("j")
h = A("h")
e = A("e")
d = B("d")
f = A("f")
a.p = d
j.t = f
h.p = d
e.p = j
d.t = h
f.p = j
assert f.p.t.p.t.p.t.... | f" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
a = A("a")
j = B("j")
h = A("h")
e = A("e")
d = B("d")
f = A("f")
a.p = d
j.t = f
h.p = d
e.p = j
d.t = h
f.p = j
assert f.p.t.p.t.p.t.... | f | j | f | j | f | j | f | x | f | j | f | j | f | j | f | x | 6 | 6 | 2 | 6 | 5 |
3,926 | class A:
def __init__(self, txt: str):
self.o: B = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
f = A("f")
h = B("h")
a = A("a")
j = B("j")
g = A("g")
f.o = h
f.r = h
h.z = g
a.o = h
a.r = j
j.z = f
g.o = h... | h" | class A:
def __init__(self, txt: str):
self.o: B = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
f = A("f")
h = B("h")
a = A("a")
j = B("j")
g = A("g")
f.o = h
f.r = h
h.z = g
a.o = h
a.r = j
j.z = f
g.o = h... | h | g | h | g | h | x | x | x | h | g | h | g | h | x | x | x | 5 | 6 | 2 | 4 | 3 |
3,927 | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.r: A = None
self.txt = txt
j = A("j")
f = B("f")
h = B("h")
a = B("a")
e = B("e")
c = A("c")
d = B("d")
j.q = e
f.t = e
f.r = c
h.t = d
h... | a" | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.r: A = None
self.txt = txt
j = A("j")
f = B("f")
h = B("h")
a = B("a")
e = B("e")
c = A("c")
d = B("d")
j.q = e
f.t = e
f.r = c
h.t = d
h... | f | e | c | a | x | x | x | x | a | c | e | f | x | x | x | x | 7 | 12 | 2 | 3 | 0 |
3,928 | class A:
def __init__(self, txt: str):
self.x: B = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.w: B = None
self.txt = txt
h = A("h")
b = B("b")
i = A("i")
f = B("f")
a = A("a")
j = B("j")
h.x = b
h.z = a
b.p... | f" | class A:
def __init__(self, txt: str):
self.x: B = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.w: B = None
self.txt = txt
h = A("h")
b = B("b")
i = A("i")
f = B("f")
a = A("a")
j = B("j")
h.x = b
h.z = a
b.p... | j | f | j | f | x | x | x | x | f | j | f | j | x | x | x | x | 6 | 12 | 2 | 3 | 2 |
3,929 | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.y: B = None
self.txt = txt
a = A("a")
c = B("c")
f = B("f")
h = B("h")
i = A("i")
g = A("g")
a.z = g
c.p = h
c.y = f
f.p = h
f.y = h
h.p ... | g" | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.y: B = None
self.txt = txt
a = A("a")
c = B("c")
f = B("f")
h = B("h")
i = A("i")
g = A("g")
a.z = g
c.p = h
c.y = f
f.p = h
f.y = h
h.p ... | g | i | g | i | g | x | x | x | g | i | g | i | g | x | x | x | 6 | 7 | 2 | 4 | 3 |
3,930 | class A:
def __init__(self, txt: str):
self.t: B = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
c = A("c")
f = B("f")
d = A("d")
g = A("g")
j = B("j")
e = B("e")
c.t = e
c.u = j
f.t = c
d.t = e
d.u = j
g.t ... | j" | class A:
def __init__(self, txt: str):
self.t: B = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
c = A("c")
f = B("f")
d = A("d")
g = A("g")
j = B("j")
e = B("e")
c.t = e
c.u = j
f.t = c
d.t = e
d.u = j
g.t ... | c | e | g | j | x | x | x | x | j | g | e | c | x | x | x | x | 6 | 9 | 2 | 3 | 0 |
3,931 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.p: A = None
self.txt = txt
b = A("b")
c = B("c")
d = B("d")
b.t = d
c.x = b
c.p = b
d.x = b
d.p = b
assert d.p.t.x.txt == " | b" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.p: A = None
self.txt = txt
b = A("b")
c = B("c")
d = B("d")
b.t = d
c.x = b
c.p = b
d.x = b
d.p = b
assert d.p.t.x.txt == "b" | d | b | d | b | x | x | x | x | b | d | b | d | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
3,932 | class A:
def __init__(self, txt: str):
self.v: 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")
e = B("e")
d.v = b
b.v = e
e.v = b
assert e.v.v.v.txt == " | b" | class A:
def __init__(self, txt: str):
self.v: 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")
e = B("e")
d.v = b
b.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 | 3 | 3 | 2 | 3 | 2 |
3,933 | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.z: A = None
self.txt = txt
j = A("j")
e = B("e")
f = B("f")
a = B("a")
b = B("b")
i = A("i")
j.o = f
e.v = b
e.z = j
f.v = e
f.z = i
a.v ... | j" | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.z: A = None
self.txt = txt
j = A("j")
e = B("e")
f = B("f")
a = B("a")
b = B("b")
i = A("i")
j.o = f
e.v = b
e.z = j
f.v = e
f.z = i
a.v ... | j | f | i | e | j | x | x | x | j | e | i | f | j | x | x | x | 6 | 10 | 2 | 4 | 1 |
3,934 | class A:
def __init__(self, txt: str):
self.v: B = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.p: B = None
self.txt = txt
e = A("e")
b = B("b")
j = A("j")
a = A("a")
c = B("c")
i = A("i")
g = B("g")
e.v = g
... | c" | class A:
def __init__(self, txt: str):
self.v: B = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.p: B = None
self.txt = txt
e = A("e")
b = B("b")
j = A("j")
a = A("a")
c = B("c")
i = A("i")
g = B("g")
e.v = g
... | a | e | g | c | b | g | b | c | c | b | g | b | c | g | e | a | 7 | 14 | 2 | 7 | 3 |
3,935 | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.u: B = None
self.txt = txt
e = A("e")
j = B("j")
b = A("b")
f = B("f")
e.w = b
j.s = e
j.u = f
b.w = e
f.s = e
f.u = j
assert b.w.w.w.txt... | e" | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.u: B = None
self.txt = txt
e = A("e")
j = B("j")
b = A("b")
f = B("f")
e.w = b
j.s = e
j.u = f
b.w = e
f.s = e
f.u = j
assert b.w.w.w.txt... | b | e | b | e | x | x | x | x | e | b | e | b | x | x | x | x | 4 | 6 | 2 | 3 | 2 |
3,936 | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.u: A = None
self.txt = txt
g = A("g")
i = B("i")
h = B("h")
e = B("e")
f = B("f")
d = A("d")
b = A("b")
g.x = e
i.o = f
i.u = b
h.o = e
h... | i" | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.u: A = None
self.txt = txt
g = A("g")
i = B("i")
h = B("h")
e = B("e")
f = B("f")
d = A("d")
b = A("b")
g.x = e
i.o = f
i.u = b
h.o = e
h... | g | e | f | d | i | x | x | x | i | d | f | e | g | x | x | x | 7 | 11 | 2 | 4 | 0 |
3,937 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
f = A("f")
h = B("h")
a = A("a")
i = A("i")
j = A("j")
c = B("c")
f.v = h
h.z = a
a.v = h
i.v = h
j.v = h
c.z = a
assert a.v.z.v.z.v.tx... | h" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
f = A("f")
h = B("h")
a = A("a")
i = A("i")
j = A("j")
c = B("c")
f.v = h
h.z = a
a.v = h
i.v = h
j.v = h
c.z = a
assert a.v.z.v.z.v.tx... | a | h | a | h | a | h | x | x | h | a | h | a | h | a | x | x | 6 | 6 | 2 | 5 | 4 |
3,938 | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
i = A("i")
e = B("e")
f = A("f")
d = B("d")
b = B("b")
a = A("a")
h = B("h")
i.y = e
e.u = b
f.y = e
d.u = h
b.u = e
a.y = d
h.u = b
as... | e" | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
i = A("i")
e = B("e")
f = A("f")
d = B("d")
b = B("b")
a = A("a")
h = B("h")
i.y = e
e.u = b
f.y = e
d.u = h
b.u = e
a.y = d
h.u = b
as... | b | e | b | e | b | e | b | e | e | b | e | b | e | b | e | b | 7 | 7 | 2 | 7 | 6 |
3,939 | class A:
def __init__(self, txt: str):
self.x: A = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
a = A("a")
b = B("b")
i = B("i")
f = A("f")
d = A("d")
a.x = d
a.w = i
b.q = a
i.q = a
f.x = d
f.w = b
d.x = a... | d" | class A:
def __init__(self, txt: str):
self.x: A = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
a = A("a")
b = B("b")
i = B("i")
f = A("f")
d = A("d")
a.x = d
a.w = i
b.q = a
i.q = a
f.x = d
f.w = b
d.x = a... | d | i | a | d | a | d | x | x | d | a | d | a | i | d | x | x | 5 | 8 | 2 | 5 | 3 |
3,940 | 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.w: B = None
self.txt = txt
g = A("g")
d = B("d")
i = B("i")
h = A("h")
f = A("f")
g.z = d
d.o = f
d.w = i
i.o = h
i.w = d
h.z = i
f.z = i... | i" | 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.w: B = None
self.txt = txt
g = A("g")
d = B("d")
i = B("i")
h = A("h")
f = A("f")
g.z = d
d.o = f
d.w = i
i.o = h
i.w = d
h.z = i
f.z = i... | f | i | h | i | h | i | x | x | i | h | i | h | i | f | x | x | 5 | 7 | 2 | 5 | 3 |
3,941 | class A:
def __init__(self, txt: str):
self.o: B = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.p: A = None
self.txt = txt
e = A("e")
j = B("j")
g = B("g")
c = B("c")
f = B("f")
h = A("h")
e.o = c
e.r = h
j.x... | c" | class A:
def __init__(self, txt: str):
self.o: B = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.p: A = None
self.txt = txt
e = A("e")
j = B("j")
g = B("g")
c = B("c")
f = B("f")
h = A("h")
e.o = c
e.r = h
j.x... | c | e | h | e | h | e | c | x | c | e | h | e | h | e | c | x | 6 | 12 | 2 | 6 | 4 |
3,942 | 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.u: A = None
self.txt = txt
j = A("j")
i = B("i")
c = B("c")
a = B("a")
b = A("b")
f = B("f")
j.w = b
i.s = a
i.u = b
c.s = f
c.u = b
a.s ... | b" | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.u: A = None
self.txt = txt
j = A("j")
i = B("i")
c = B("c")
a = B("a")
b = A("b")
f = B("f")
j.w = b
i.s = a
i.u = b
c.s = f
c.u = b
a.s ... | i | b | j | b | x | x | x | x | b | j | b | i | x | x | x | x | 6 | 10 | 2 | 3 | 1 |
3,943 | class A:
def __init__(self, txt: str):
self.v: A = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.q: A = None
self.txt = txt
a = A("a")
d = B("d")
f = A("f")
i = A("i")
b = B("b")
a.v = f
a.x = f
d.s = f
d.q = ... | f" | class A:
def __init__(self, txt: str):
self.v: A = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.q: A = None
self.txt = txt
a = A("a")
d = B("d")
f = A("f")
i = A("i")
b = B("b")
a.v = f
a.x = f
d.s = f
d.q = ... | i | a | f | i | a | f | x | x | f | a | i | f | a | i | x | x | 5 | 5 | 2 | 5 | 3 |
3,944 | class A:
def __init__(self, txt: str):
self.w: A = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.t: B = None
self.txt = txt
h = A("h")
e = B("e")
c = A("c")
d = B("d")
h.w = c
h.q = d
e.o = h
e.t = d
c.w = h
c... | d" | class A:
def __init__(self, txt: str):
self.w: A = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.t: B = None
self.txt = txt
h = A("h")
e = B("e")
c = A("c")
d = B("d")
h.w = c
h.q = d
e.o = h
e.t = d
c.w = h
c... | d | h | c | h | d | x | x | x | d | h | c | h | d | x | x | x | 4 | 8 | 2 | 4 | 2 |
3,945 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.u: A = None
self.txt = txt
d = A("d")
f = B("f")
c = A("c")
j = A("j")
i = A("i")
h = B("h")
d.p = h
f.p = h
f.u = i
c.p = f
j.p = h
i.p ... | h" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.u: A = None
self.txt = txt
d = A("d")
f = B("f")
c = A("c")
j = A("j")
i = A("i")
h = B("h")
d.p = h
f.p = h
f.u = i
c.p = f
j.p = h
i.p ... | h | f | i | h | f | i | h | x | h | i | f | h | i | f | h | x | 6 | 8 | 2 | 6 | 4 |
3,946 | class A:
def __init__(self, txt: str):
self.z: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.u: A = None
self.txt = txt
d = A("d")
f = B("f")
b = A("b")
a = A("a")
h = B("h")
i = A("i")
g = B("g")
d.z = h
... | b" | class A:
def __init__(self, txt: str):
self.z: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.u: A = None
self.txt = txt
d = A("d")
f = B("f")
b = A("b")
a = A("a")
h = B("h")
i = A("i")
g = B("g")
d.z = h
... | h | g | f | b | g | f | h | b | b | h | f | g | b | f | g | h | 7 | 13 | 2 | 7 | 4 |
3,947 | class A:
def __init__(self, txt: str):
self.z: A = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.q: A = None
self.txt = txt
d = A("d")
e = B("e")
c = B("c")
a = A("a")
f = A("f")
b = A("b")
d.z = a
d.u = a
e.x... | d" | class A:
def __init__(self, txt: str):
self.z: A = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.q: A = None
self.txt = txt
d = A("d")
e = B("e")
c = B("c")
a = A("a")
f = A("f")
b = A("b")
d.z = a
d.u = a
e.x... | e | f | a | f | a | b | d | x | d | b | a | f | a | f | e | x | 6 | 10 | 2 | 6 | 2 |
3,948 | 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.p: A = None
self.txt = txt
e = A("e")
b = B("b")
a = A("a")
g = B("g")
j = A("j")
f = A("f")
e.x = a
b.q = g
b.p = f
a.x = e
g.q = b
g.p ... | e" | 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.p: A = None
self.txt = txt
e = A("e")
b = B("b")
a = A("a")
g = B("g")
j = A("j")
f = A("f")
e.x = a
b.q = g
b.p = f
a.x = e
g.q = b
g.p ... | j | a | e | a | e | a | e | x | e | a | e | a | e | a | j | x | 6 | 8 | 2 | 6 | 4 |
3,949 | class A:
def __init__(self, txt: str):
self.o: A = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.y: A = None
self.txt = txt
g = A("g")
c = B("c")
i = A("i")
g.o = i
g.s = i
c.r = g
c.y = g
i.o = g
i.s = g
asse... | i" | class A:
def __init__(self, txt: str):
self.o: A = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.y: A = None
self.txt = txt
g = A("g")
c = B("c")
i = A("i")
g.o = i
g.s = i
c.r = g
c.y = g
i.o = g
i.s = g
asse... | g | i | g | i | x | x | x | x | i | g | i | g | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
3,950 | class A:
def __init__(self, txt: str):
self.r: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
e = A("e")
g = B("g")
h = B("h")
e.r = g
e.w = g
g.t = e
h.t = e
assert g.t.r.t.txt == " | e" | class A:
def __init__(self, txt: str):
self.r: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
e = A("e")
g = B("g")
h = B("h")
e.r = g
e.w = g
g.t = e
h.t = e
assert g.t.r.t.txt == "e" | g | e | g | e | x | x | x | x | e | g | e | g | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
3,951 | class A:
def __init__(self, txt: str):
self.q: A = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
i = A("i")
a = B("a")
g = B("g")
b = A("b")
c = B("c")
i.q = b
i.r = b
a.p = i
g.p = i
b.q = i
b.r = i
c.p = b... | b" | class A:
def __init__(self, txt: str):
self.q: A = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
i = A("i")
a = B("a")
g = B("g")
b = A("b")
c = B("c")
i.q = b
i.r = b
a.p = i
g.p = i
b.q = i
b.r = i
c.p = b... | i | b | i | b | x | x | x | x | b | i | b | i | x | x | x | x | 5 | 5 | 2 | 3 | 2 |
3,952 | class A:
def __init__(self, txt: str):
self.p: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
b = A("b")
h = B("h")
e = A("e")
c = B("c")
j = A("j")
b.p = c
b.t = c
h.p = e
e.p = c
e.t = c
c.p = b
j.p = c... | b" | class A:
def __init__(self, txt: str):
self.p: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
b = A("b")
h = B("h")
e = A("e")
c = B("c")
j = A("j")
b.p = c
b.t = c
h.p = e
e.p = c
e.t = c
c.p = b
j.p = c... | c | b | c | b | x | x | x | x | b | c | b | c | x | x | x | x | 5 | 6 | 2 | 3 | 2 |
3,953 | class A:
def __init__(self, txt: str):
self.o: A = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.y: B = None
self.txt = txt
j = A("j")
a = B("a")
h = A("h")
c = B("c")
d = A("d")
j.o = d
j.w = a
a.v = c
a.y = ... | a" | class A:
def __init__(self, txt: str):
self.o: A = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.y: B = None
self.txt = txt
j = A("j")
a = B("a")
h = A("h")
c = B("c")
d = A("d")
j.o = d
j.w = a
a.v = c
a.y = ... | d | a | c | a | c | a | x | x | a | c | a | c | a | d | x | x | 5 | 8 | 2 | 5 | 3 |
3,954 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.y: A = None
self.txt = txt
e = A("e")
d = B("d")
j = B("j")
e.t = d
d.p = j
d.y = e
j.p = d
j.y = e
assert d.p.y.t.txt == " | d" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: B = None
self.y: A = None
self.txt = txt
e = A("e")
d = B("d")
j = B("j")
e.t = d
d.p = j
d.y = e
j.p = d
j.y = e
assert d.p.y.t.txt == "d" | d | j | e | d | x | x | x | x | d | e | j | d | x | x | x | x | 3 | 5 | 2 | 3 | 1 |
3,955 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
e = A("e")
g = B("g")
f = A("f")
h = A("h")
e.u = g
g.y = e
f.u = g
h.u = g
assert e.u.y.u.y.txt == " | e" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
e = A("e")
g = B("g")
f = A("f")
h = A("h")
e.u = g
g.y = e
f.u = g
h.u = g
assert e.u.y.u.y.txt == "e" | e | g | e | g | e | x | x | x | e | g | e | g | e | x | x | x | 4 | 4 | 2 | 4 | 3 |
3,956 | 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.s: A = None
self.z: A = None
self.txt = txt
g = A("g")
h = B("h")
j = B("j")
g.z = j
g.o = h
h.s = g
h.z = g
j.s = g
j.z = g
asse... | g" | 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.s: A = None
self.z: A = None
self.txt = txt
g = A("g")
h = B("h")
j = B("j")
g.z = j
g.o = h
h.s = g
h.z = g
j.s = g
j.z = g
asse... | h | g | h | g | x | x | x | x | g | h | g | h | x | x | x | x | 3 | 4 | 2 | 3 | 2 |
3,957 | class A:
def __init__(self, txt: str):
self.w: A = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.v: B = None
self.txt = txt
a = A("a")
j = B("j")
d = B("d")
f = B("f")
h = A("h")
a.w = h
a.r = j
j.x = f
j.v = ... | j" | class A:
def __init__(self, txt: str):
self.w: A = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.v: B = None
self.txt = txt
a = A("a")
j = B("j")
d = B("d")
f = B("f")
h = A("h")
a.w = h
a.r = j
j.x = f
j.v = ... | d | j | f | j | d | j | x | x | j | d | j | f | j | d | x | x | 5 | 8 | 2 | 5 | 3 |
3,958 | 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
c = A("c")
a = B("a")
i = A("i")
f = B("f")
c.s = a
a.o = c
i.s = a
f.o = i
assert a.o.s.o.s.txt == " | a" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
c = A("c")
a = B("a")
i = A("i")
f = B("f")
c.s = a
a.o = c
i.s = a
f.o = i
assert a.o.s.o.s.txt == "a" | a | c | a | c | a | x | x | x | a | c | a | c | a | x | x | x | 4 | 4 | 2 | 4 | 3 |
3,959 | 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.v: A = None
self.txt = txt
j = A("j")
f = B("f")
a = A("a")
e = B("e")
i = B("i")
j.v = e
f.p = i
f.v = j
a.v = e
e.p = i
e.v = a
i.p = f... | a" | 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.v: A = None
self.txt = txt
j = A("j")
f = B("f")
a = A("a")
e = B("e")
i = B("i")
j.v = e
f.p = i
f.v = j
a.v = e
e.p = i
e.v = a
i.p = f... | i | j | e | a | e | a | x | x | a | e | a | e | j | i | x | x | 5 | 8 | 2 | 5 | 2 |
3,960 | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.y: A = None
self.txt = txt
a = A("a")
d = B("d")
f = B("f")
a.o = f
d.o = f
d.y = a
f.o = d
f.y = a
assert f.o.y.o.txt == " | f" | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.y: A = None
self.txt = txt
a = A("a")
d = B("d")
f = B("f")
a.o = f
d.o = f
d.y = a
f.o = d
f.y = a
assert f.o.y.o.txt == "f" | f | d | a | f | x | x | x | x | f | a | d | f | x | x | x | x | 3 | 5 | 2 | 3 | 1 |
3,961 | class A:
def __init__(self, txt: str):
self.s: B = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.q: A = None
self.txt = txt
b = A("b")
d = B("d")
j = B("j")
c = A("c")
a = A("a")
b.s = j
b.o = a
d.r = j
d.q = ... | c" | class A:
def __init__(self, txt: str):
self.s: B = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.q: A = None
self.txt = txt
b = A("b")
d = B("d")
j = B("j")
c = A("c")
a = A("a")
b.s = j
b.o = a
d.r = j
d.q = ... | a | j | d | c | x | x | x | x | c | d | j | a | x | x | x | x | 5 | 10 | 2 | 3 | 0 |
3,962 | class A:
def __init__(self, txt: str):
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")
a = B("a")
c = B("c")
h = B("h")
g.q = a
b.u = c
a.u = h
c.u = b
h.u = c
assert h.u.u.u.txt == " | c" | class A:
def __init__(self, txt: str):
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")
a = B("a")
c = B("c")
h = B("h")
g.q = a
b.u = c
a.u = h
c.u = b
h.u = c
assert h.u.u.u.txt == "c" | h | c | b | c | x | x | x | x | c | b | c | h | x | x | x | x | 5 | 5 | 2 | 3 | 1 |
3,963 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
i = A("i")
c = B("c")
b = B("b")
i.s = c
c.o = b
b.o = c
assert b.o.o.o.txt == " | c" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
i = A("i")
c = B("c")
b = B("b")
i.s = c
c.o = b
b.o = c
assert b.o.o.o.txt == "c" | b | c | b | c | x | x | x | x | c | b | c | b | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
3,964 | class A:
def __init__(self, txt: str):
self.r: A = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.x: A = None
self.txt = txt
i = A("i")
g = B("g")
e = B("e")
j = A("j")
h = A("h")
i.r = h
i.u = j
g.z = e
g.x = ... | j" | class A:
def __init__(self, txt: str):
self.r: A = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.x: A = None
self.txt = txt
i = A("i")
g = B("g")
e = B("e")
j = A("j")
h = A("h")
i.r = h
i.u = j
g.z = e
g.x = ... | j | i | j | i | h | j | x | x | j | h | i | j | i | j | x | x | 5 | 9 | 2 | 5 | 3 |
3,965 | 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.y: A = None
self.txt = txt
i = A("i")
d = B("d")
e = A("e")
i.o = d
i.z = e
d.y = e
e.o = d
e.z = i
assert i.z.o.y.txt == " | e" | 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.y: A = None
self.txt = txt
i = A("i")
d = B("d")
e = A("e")
i.o = d
i.z = e
d.y = e
e.o = d
e.z = i
assert i.z.o.y.txt == "e" | i | e | d | e | x | x | x | x | e | d | e | i | x | x | x | x | 3 | 5 | 2 | 3 | 1 |
3,966 | 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.r: A = None
self.p: B = None
self.txt = txt
e = A("e")
j = B("j")
c = B("c")
e.x = j
e.s = j
j.r = e
j.p = c
c.r = e
c.p = j
asse... | e" | 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.r: A = None
self.p: B = None
self.txt = txt
e = A("e")
j = B("j")
c = B("c")
e.x = j
e.s = j
j.r = e
j.p = c
c.r = e
c.p = j
asse... | j | e | j | e | x | x | x | x | e | j | e | j | x | x | x | x | 3 | 5 | 2 | 3 | 2 |
3,967 | class A:
def __init__(self, txt: str):
self.p: A = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.y: B = None
self.txt = txt
e = A("e")
j = B("j")
g = A("g")
d = A("d")
c = A("c")
i = B("i")
f = A("f")
e.p = g
... | j" | class A:
def __init__(self, txt: str):
self.p: A = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.y: B = None
self.txt = txt
e = A("e")
j = B("j")
g = A("g")
d = A("d")
c = A("c")
i = B("i")
f = A("f")
e.p = g
... | d | e | g | j | x | x | x | x | j | g | e | d | x | x | x | x | 7 | 14 | 2 | 3 | 0 |
3,968 | 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.u: B = None
self.txt = txt
a = A("a")
e = B("e")
i = A("i")
c = B("c")
g = B("g")
h = A("h")
j = A("j")
a.o = g
a.u = c
e.u = g
i.o = g
i... | g" | 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.u: B = None
self.txt = txt
a = A("a")
e = B("e")
i = A("i")
c = B("c")
g = B("g")
h = A("h")
j = A("j")
a.o = g
a.u = c
e.u = g
i.o = g
i... | j | e | g | e | g | x | x | x | g | e | g | e | j | x | x | x | 7 | 11 | 2 | 4 | 2 |
3,969 | class A:
def __init__(self, txt: str):
self.o: B = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
b = A("b")
c = B("c")
j = B("j")
a = B("a")
i = A("i")
h = A("h")
b.o = a
b.x = i
c.r = j
j.r = c
a.r = j
i.o ... | c" | class A:
def __init__(self, txt: str):
self.o: B = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
b = A("b")
c = B("c")
j = B("j")
a = B("a")
i = A("i")
h = A("h")
b.o = a
b.x = i
c.r = j
j.r = c
a.r = j
i.o ... | i | j | c | j | c | x | x | x | c | j | c | j | i | x | x | x | 6 | 9 | 2 | 4 | 2 |
3,970 | class A:
def __init__(self, txt: str):
self.y: A = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.u: A = None
self.txt = txt
a = A("a")
c = B("c")
d = B("d")
e = A("e")
f = A("f")
b = A("b")
g = A("g")
a.y = e
... | b" | class A:
def __init__(self, txt: str):
self.y: A = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.u: A = None
self.txt = txt
a = A("a")
c = B("c")
d = B("d")
e = A("e")
f = A("f")
b = A("b")
g = A("g")
a.y = e
... | a | e | a | b | x | x | x | x | b | a | e | a | x | x | x | x | 7 | 14 | 2 | 3 | 1 |
3,971 | class A:
def __init__(self, txt: str):
self.t: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
b = A("b")
j = B("j")
d = B("d")
i = A("i")
b.t = j
b.q = i
j.t = d
d.t = j
i.t = d
i.q = b
assert d.t.t.t.txt... | j" | class A:
def __init__(self, txt: str):
self.t: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
b = A("b")
j = B("j")
d = B("d")
i = A("i")
b.t = j
b.q = i
j.t = d
d.t = j
i.t = d
i.q = b
assert d.t.t.t.txt... | d | j | d | j | x | x | x | x | j | d | j | d | x | x | x | x | 4 | 6 | 2 | 3 | 2 |
3,972 | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
a = A("a")
j = B("j")
e = A("e")
b = A("b")
d = B("d")
i = A("i")
a.u = b
j.t = i
e.u = a
b.u = a
d.t = b
i.u = b
assert a.u.u.u.u.u.tx... | b" | class A:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
a = A("a")
j = B("j")
e = A("e")
b = A("b")
d = B("d")
i = A("i")
a.u = b
j.t = i
e.u = a
b.u = a
d.t = b
i.u = b
assert a.u.u.u.u.u.tx... | a | b | a | b | a | b | x | x | b | a | b | a | b | a | x | x | 6 | 6 | 2 | 5 | 4 |
3,973 | class A:
def __init__(self, txt: str):
self.u: A = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.r: A = None
self.txt = txt
d = A("d")
i = B("i")
f = B("f")
b = A("b")
d.u = b
d.t = f
i.t = f
i.r = b
f.t = i
f... | d" | class A:
def __init__(self, txt: str):
self.u: A = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.r: A = None
self.txt = txt
d = A("d")
i = B("i")
f = B("f")
b = A("b")
d.u = b
d.t = f
i.t = f
i.r = b
f.t = i
f... | d | b | d | b | d | x | x | x | d | b | d | b | d | x | x | x | 4 | 8 | 2 | 4 | 3 |
3,974 | class A:
def __init__(self, txt: str):
self.u: A = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
i = A("i")
h = B("h")
e = A("e")
i.u = e
i.w = h
h.u = e
e.u = i
e.w = h
assert h.u.u.w.txt == " | h" | class A:
def __init__(self, txt: str):
self.u: A = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
i = A("i")
h = B("h")
e = A("e")
i.u = e
i.w = h
h.u = e
e.u = i
e.w = h
assert h.u.u.w.txt == "h" | h | e | i | h | x | x | x | x | h | i | e | h | x | x | x | x | 3 | 5 | 2 | 3 | 1 |
3,975 | class A:
def __init__(self, txt: str):
self.o: A = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
g = A("g")
e = B("e")
c = A("c")
a = B("a")
b = A("b")
d = B("d")
i = B("i")
g.o = c
g.s = b
e.t = a
c.o = b
c... | e" | class A:
def __init__(self, txt: str):
self.o: A = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
g = A("g")
e = B("e")
c = A("c")
a = B("a")
b = A("b")
d = B("d")
i = B("i")
g.o = c
g.s = b
e.t = a
c.o = b
c... | a | i | d | e | a | i | d | e | e | d | i | a | e | d | i | a | 7 | 9 | 2 | 7 | 4 |
3,976 | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
b = A("b")
f = B("f")
a = A("a")
b.w = f
f.y = b
a.w = f
assert f.y.w.y.txt == " | b" | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
b = A("b")
f = B("f")
a = A("a")
b.w = f
f.y = b
a.w = f
assert f.y.w.y.txt == "b" | f | b | f | b | x | x | x | x | b | f | b | f | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
3,977 | class A:
def __init__(self, txt: str):
self.v: B = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.s: B = None
self.txt = txt
h = A("h")
b = B("b")
d = A("d")
c = B("c")
h.v = b
h.u = d
b.q = c
b.s = c
d.v = b
d... | b" | class A:
def __init__(self, txt: str):
self.v: B = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.s: B = None
self.txt = txt
h = A("h")
b = B("b")
d = A("d")
c = B("c")
h.v = b
h.u = d
b.q = c
b.s = c
d.v = b
d... | b | c | b | c | b | x | x | x | b | c | b | c | b | x | x | x | 4 | 6 | 2 | 4 | 3 |
3,978 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.s: A = None
self.txt = txt
i = A("i")
g = B("g")
b = B("b")
i.t = g
g.y = b
g.s = i
b.y = g
b.s = i
assert g.s.t.s.txt == " | i" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.s: A = None
self.txt = txt
i = A("i")
g = B("g")
b = B("b")
i.t = g
g.y = b
g.s = i
b.y = g
b.s = i
assert g.s.t.s.txt == "i" | g | i | g | i | x | x | x | x | i | g | i | g | x | x | x | x | 3 | 5 | 2 | 3 | 2 |
3,979 | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
d = A("d")
i = B("i")
g = A("g")
d.y = i
i.x = d
g.y = i
assert i.x.y.x.txt == " | d" | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
d = A("d")
i = B("i")
g = A("g")
d.y = i
i.x = d
g.y = i
assert i.x.y.x.txt == "d" | i | d | i | d | x | x | x | x | d | i | d | i | x | x | x | x | 3 | 3 | 2 | 3 | 2 |
3,980 | class A:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.o: B = None
self.txt = txt
g = A("g")
b = B("b")
c = B("c")
d = A("d")
a = A("a")
g.q = d
b.s = c
b.o = c
c.s = b
c.o = b
d.q = a
a.q = d... | b" | class A:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.o: B = None
self.txt = txt
g = A("g")
b = B("b")
c = B("c")
d = A("d")
a = A("a")
g.q = d
b.s = c
b.o = c
c.s = b
c.o = b
d.q = a
a.q = d... | b | c | b | c | b | x | x | x | b | c | b | c | b | x | x | x | 5 | 5 | 2 | 4 | 3 |
3,981 | 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
h = A("h")
f = B("f")
g = B("g")
a = B("a")
c = A("c")
h.s = f
f.v = h
g.v = c
a.v = h
c.s = g
assert c.s.v.s.v.s.txt == " | g" | 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
h = A("h")
f = B("f")
g = B("g")
a = B("a")
c = A("c")
h.s = f
f.v = h
g.v = c
a.v = h
c.s = g
assert c.s.v.s.v.s.txt == "g" | c | g | c | g | c | g | x | x | g | c | g | c | g | c | x | x | 5 | 5 | 2 | 5 | 4 |
3,982 | 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.txt = txt
h = A("h")
b = B("b")
f = A("f")
e = A("e")
g = B("g")
h.u = f
b.u = h
f.u = h
e.u = h
g.u = f
assert b.u.u.u.u.txt == " | f" | 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.txt = txt
h = A("h")
b = B("b")
f = A("f")
e = A("e")
g = B("g")
h.u = f
b.u = h
f.u = h
e.u = h
g.u = f
assert b.u.u.u.u.txt == "f" | b | h | f | h | f | x | x | x | f | h | f | h | b | x | x | x | 5 | 5 | 2 | 4 | 2 |
3,983 | class A:
def __init__(self, txt: str):
self.r: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.v: A = None
self.txt = txt
a = A("a")
h = B("h")
d = B("d")
j = A("j")
f = B("f")
a.r = f
a.w = f
h.o = d
h.v = ... | f" | class A:
def __init__(self, txt: str):
self.r: B = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.v: A = None
self.txt = txt
a = A("a")
h = B("h")
d = B("d")
j = A("j")
f = B("f")
a.r = f
a.w = f
h.o = d
h.v = ... | h | d | a | f | j | f | x | x | f | j | f | a | d | h | x | x | 5 | 9 | 2 | 5 | 1 |
3,984 | 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
a = A("a")
j = B("j")
c = B("c")
d = B("d")
i = A("i")
a.u = i
j.w = c
c.w = j
d.w = c
i.u = a
assert d.w.w.w.w.txt == " | j" | 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
a = A("a")
j = B("j")
c = B("c")
d = B("d")
i = A("i")
a.u = i
j.w = c
c.w = j
d.w = c
i.u = a
assert d.w.w.w.w.txt == "j" | d | c | j | c | j | x | x | x | j | c | j | c | d | x | x | x | 5 | 5 | 2 | 4 | 2 |
3,985 | class A:
def __init__(self, txt: str):
self.s: B = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
j = A("j")
h = B("h")
b = A("b")
d = B("d")
j.s = h
j.u = d
h.v = b
b.s = d
b.u = d
d.v = j
assert b.u.v.s.txt... | h" | class A:
def __init__(self, txt: str):
self.s: B = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
j = A("j")
h = B("h")
b = A("b")
d = B("d")
j.s = h
j.u = d
h.v = b
b.s = d
b.u = d
d.v = j
assert b.u.v.s.txt... | b | d | j | h | x | x | x | x | h | j | d | b | x | x | x | x | 4 | 5 | 2 | 3 | 0 |
3,986 | class A:
def __init__(self, txt: str):
self.q: A = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.t: A = None
self.txt = txt
j = A("j")
d = B("d")
a = B("a")
i = A("i")
j.q = i
j.y = i
d.o = a
d.t = j
a.o = d
a... | i" | class A:
def __init__(self, txt: str):
self.q: A = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.t: A = None
self.txt = txt
j = A("j")
d = B("d")
a = B("a")
i = A("i")
j.q = i
j.y = i
d.o = a
d.t = j
a.o = d
a... | i | j | i | j | i | x | x | x | i | j | i | j | i | x | x | x | 4 | 6 | 2 | 4 | 3 |
3,987 | class A:
def __init__(self, txt: str):
self.x: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
e = A("e")
g = B("g")
d = B("d")
e.x = g
e.o = d
g.x = e
d.x = e
assert d.x.x.x.txt == " | e" | class A:
def __init__(self, txt: str):
self.x: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
e = A("e")
g = B("g")
d = B("d")
e.x = g
e.o = d
g.x = e
d.x = e
assert d.x.x.x.txt == "e" | d | e | g | e | x | x | x | x | e | g | e | d | x | x | x | x | 3 | 4 | 2 | 3 | 1 |
3,988 | class A:
def __init__(self, txt: str):
self.v: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.r: B = None
self.txt = txt
h = A("h")
i = B("i")
c = B("c")
a = A("a")
g = B("g")
h.v = g
h.s = c
i.o = c
i.r = ... | i" | class A:
def __init__(self, txt: str):
self.v: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.r: B = None
self.txt = txt
h = A("h")
i = B("i")
c = B("c")
a = A("a")
g = B("g")
h.v = g
h.s = c
i.o = c
i.r = ... | h | g | c | g | c | i | x | x | i | c | g | c | g | h | x | x | 5 | 8 | 2 | 5 | 2 |
3,989 | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
g = A("g")
a = B("a")
d = A("d")
g.v = d
a.w = d
d.v = g
assert a.w.v.v.txt == " | d" | class A:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
g = A("g")
a = B("a")
d = A("d")
g.v = d
a.w = d
d.v = g
assert a.w.v.v.txt == "d" | a | d | g | d | x | x | x | x | d | g | d | a | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
3,990 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
h = A("h")
i = B("i")
c = B("c")
h.r = i
i.z = h
c.z = h
assert c.z.r.z.txt == " | h" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
h = A("h")
i = B("i")
c = B("c")
h.r = i
i.z = h
c.z = h
assert c.z.r.z.txt == "h" | c | h | i | h | x | x | x | x | h | i | h | c | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
3,991 | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.v: A = None
self.txt = txt
f = A("f")
j = B("j")
d = B("d")
e = B("e")
b = A("b")
a = A("a")
g = B("g")
f.z = d
j.z = f
j.v = a
d.z = a
d... | e" | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.v: A = None
self.txt = txt
f = A("f")
j = B("j")
d = B("d")
e = B("e")
b = A("b")
a = A("a")
g = B("g")
f.z = d
j.z = f
j.v = a
d.z = a
d... | j | a | e | a | e | x | x | x | e | a | e | a | j | x | x | x | 7 | 10 | 2 | 4 | 2 |
3,992 | class A:
def __init__(self, txt: str):
self.z: A = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.y: A = None
self.txt = txt
d = A("d")
j = B("j")
c = A("c")
d.z = c
d.x = c
j.x = d
j.y = d
c.z = d
c.x = d
asse... | d" | class A:
def __init__(self, txt: str):
self.z: A = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.y: A = None
self.txt = txt
d = A("d")
j = B("j")
c = A("c")
d.z = c
d.x = c
j.x = d
j.y = d
c.z = d
c.x = d
asse... | j | d | c | d | x | x | x | x | d | c | d | j | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
3,993 | class A:
def __init__(self, txt: str):
self.y: B = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
j = A("j")
g = B("g")
h = A("h")
j.y = g
j.x = h
g.t = j
h.y = g
h.x = j
assert j.y.t.y.txt == " | g" | class A:
def __init__(self, txt: str):
self.y: B = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
j = A("j")
g = B("g")
h = A("h")
j.y = g
j.x = h
g.t = j
h.y = g
h.x = j
assert j.y.t.y.txt == "g" | j | g | j | g | x | x | x | x | g | j | g | j | x | x | x | x | 3 | 5 | 2 | 3 | 2 |
3,994 | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.t: B = None
self.txt = txt
g = A("g")
d = B("d")
e = B("e")
b = B("b")
i = B("i")
g.w = i
d.z = e
d.t = i
e.z = b
e.t = d
b.z = i
b.t = e... | b" | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.t: B = None
self.txt = txt
g = A("g")
d = B("d")
e = B("e")
b = B("b")
i = B("i")
g.w = i
d.z = e
d.t = i
e.z = b
e.t = d
b.z = i
b.t = e... | g | i | e | b | x | x | x | x | b | e | i | g | x | x | x | x | 5 | 8 | 2 | 3 | 0 |
3,995 | class A:
def __init__(self, txt: str):
self.z: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
d = A("d")
i = B("i")
b = B("b")
a = A("a")
f = A("f")
j = A("j")
e = B("e")
d.z = b
d.t = e
i.u = a
b.u = d
a... | i" | class A:
def __init__(self, txt: str):
self.z: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
d = A("d")
i = B("i")
b = B("b")
a = A("a")
f = A("f")
j = A("j")
e = B("e")
d.z = b
d.t = e
i.u = a
b.u = d
a... | b | d | e | f | i | x | x | x | i | f | e | d | b | x | x | x | 7 | 10 | 2 | 4 | 0 |
3,996 | class A:
def __init__(self, txt: str):
self.z: 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")
b = B("b")
c = B("c")
h = B("h")
f = A("f")
j = A("j")
g = A("g")
d.z = c
d.v = c
b.o = c
c.o = h
h... | h" | class A:
def __init__(self, txt: str):
self.z: 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")
b = B("b")
c = B("c")
h = B("h")
f = A("f")
j = A("j")
g = A("g")
d.z = c
d.v = c
b.o = c
c.o = h
h... | d | c | h | b | c | h | x | x | h | c | b | h | c | d | x | x | 7 | 9 | 2 | 5 | 2 |
3,997 | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
f = A("f")
i = B("i")
h = A("h")
c = A("c")
g = B("g")
f.x = i
i.o = h
h.x = i
c.x = g
g.o = h
assert c.x.o.x.txt == " | i" | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
f = A("f")
i = B("i")
h = A("h")
c = A("c")
g = B("g")
f.x = i
i.o = h
h.x = i
c.x = g
g.o = h
assert c.x.o.x.txt == "i" | c | g | h | i | x | x | x | x | i | h | g | c | x | x | x | x | 5 | 5 | 2 | 3 | 0 |
3,998 | class A:
def __init__(self, txt: str):
self.y: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
d = A("d")
i = B("i")
f = A("f")
e = B("e")
d.y = i
d.q = f
i.t = e
f.y = e
f.q = d
e.t = i
assert d.q.q.q.q.t... | d" | class A:
def __init__(self, txt: str):
self.y: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
d = A("d")
i = B("i")
f = A("f")
e = B("e")
d.y = i
d.q = f
i.t = e
f.y = e
f.q = d
e.t = i
assert d.q.q.q.q.t... | d | f | d | f | d | x | x | x | d | f | d | f | d | x | x | x | 4 | 6 | 2 | 4 | 3 |
3,999 | 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
h = A("h")
b = B("b")
g = B("g")
h.z = g
b.x = h
g.x = h
assert b.x.z.x.txt == " | h" | 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
h = A("h")
b = B("b")
g = B("g")
h.z = g
b.x = h
g.x = h
assert b.x.z.x.txt == "h" | b | h | g | h | x | x | x | x | h | g | h | b | x | x | x | x | 3 | 3 | 2 | 3 | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.