id int64 500 3.5k | prompt stringlengths 265 1.83k | answer stringclasses 10
values | pythoncode stringlengths 267 1.83k | 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 28 | num_classes int64 2 7 | path_length int64 3 7 | num_cycle int64 0 6 | correctness bool 1
class | one_correct bool 1
class |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
500 | class A:
def __init__(self, txt: str):
self.u: C = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: B = None
self.z: B = None
self.txt =... | g" | class A:
def __init__(self, txt: str):
self.u: C = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: B = None
self.z: B = None
self.txt =... | a | g | j | g | x | x | x | x | g | j | g | a | x | x | x | x | 3 | 4 | 3 | 3 | 1 | true | true |
501 | class A:
def __init__(self, txt: str):
self.z: B = None
self.o: F = None
self.x: D = None
self.y: G = None
self.s: G = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: F = None
self.x: C = None
self.v: D = None
se... | d" | class A:
def __init__(self, txt: str):
self.z: B = None
self.o: F = None
self.x: D = None
self.y: G = None
self.s: G = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: F = None
self.x: C = None
self.v: D = None
se... | a | d | e | j | d | e | j | d | d | j | e | d | j | e | d | a | 7 | 18 | 7 | 7 | 4 | true | true |
502 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
g = A("g")
i = B("i")
e = C("e")
g.t = i
i.... | g" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
g = A("g")
i = B("i")
e = C("e")
g.t = i
i.... | e | g | i | g | x | x | x | x | g | i | g | e | x | x | x | x | 3 | 3 | 3 | 3 | 1 | true | true |
503 | class A:
def __init__(self, txt: str):
self.p: D = None
self.q: C = None
self.z: F = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: G = None
self.u: E = None
self.r: D = None
self.txt = txt
class C:
def __init__(self, txt:... | a" | class A:
def __init__(self, txt: str):
self.p: D = None
self.q: C = None
self.z: F = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: G = None
self.u: E = None
self.r: D = None
self.txt = txt
class C:
def __init__(self, txt:... | i | j | b | i | a | x | x | x | a | i | b | j | i | x | x | x | 7 | 18 | 7 | 4 | 1 | true | true |
504 | class A:
def __init__(self, txt: str):
self.u: D = None
self.p: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: C = None
self.q: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: A = None
self.txt =... | i" | class A:
def __init__(self, txt: str):
self.u: D = None
self.p: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: C = None
self.q: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: A = None
self.txt =... | a | i | c | i | x | x | x | x | i | c | i | a | x | x | x | x | 4 | 5 | 4 | 3 | 1 | true | true |
505 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
f = A("f")
d = B("d")
a = A("a")
g = A("g")
h = B("h")
j = B("j")
f.u = j
d.y = h
a.u = d
g.u = h
h.y = j
j.y = d
assert d.y.y.y.txt ==... | d" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
f = A("f")
d = B("d")
a = A("a")
g = A("g")
h = B("h")
j = B("j")
f.u = j
d.y = h
a.u = d
g.u = h
h.y = j
j.y = d
assert d.y.y.y.txt ==... | d | h | j | d | x | x | x | x | d | j | h | d | x | x | x | x | 6 | 6 | 2 | 3 | 1 | true | true |
506 | 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 | true | true |
507 | class A:
def __init__(self, txt: str):
self.u: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.o: B = None
self.txt = txt
f = A("f")
h = B("h")
a = B("a")
f.u = a
f.z = h
h.w = a
h.o = a
a.w = h
a.o = h
asse... | h" | class A:
def __init__(self, txt: str):
self.u: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.o: B = None
self.txt = txt
f = A("f")
h = B("h")
a = B("a")
f.u = a
f.z = h
h.w = a
h.o = a
a.w = h
a.o = h
asse... | f | h | a | h | x | x | x | x | h | a | h | f | x | x | x | x | 3 | 4 | 2 | 3 | 1 | true | true |
508 | class A:
def __init__(self, txt: str):
self.s: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class D:
def __init__(self, txt: str):
... | b" | class A:
def __init__(self, txt: str):
self.s: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class D:
def __init__(self, txt: str):
... | a | d | j | b | x | x | x | x | b | j | d | a | x | x | x | x | 4 | 4 | 4 | 3 | 0 | true | true |
509 | class A:
def __init__(self, txt: str):
self.t: C = None
self.x: D = None
self.v: D = None
self.z: B = None
self.o: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class C:
def __init__(self, txt:... | i" | class A:
def __init__(self, txt: str):
self.t: C = None
self.x: D = None
self.v: D = None
self.z: B = None
self.o: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class C:
def __init__(self, txt:... | i | d | j | i | x | x | x | x | i | j | d | i | x | x | x | x | 5 | 11 | 5 | 3 | 1 | true | true |
510 | class A:
def __init__(self, txt: str):
self.t: D = None
self.y: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: B = None
self.o: A = None
self.z: A ... | h" | class A:
def __init__(self, txt: str):
self.t: D = None
self.y: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: B = None
self.o: A = None
self.z: A ... | i | h | f | h | x | x | x | x | h | f | h | i | x | x | x | x | 5 | 11 | 5 | 3 | 1 | true | true |
511 | class A:
def __init__(self, txt: str):
self.u: C = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.r: C = None
self.t: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: A ... | a" | class A:
def __init__(self, txt: str):
self.u: C = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.r: C = None
self.t: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: A ... | b | g | b | a | x | x | x | x | a | b | g | b | x | x | x | x | 3 | 5 | 3 | 3 | 1 | true | true |
512 | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.q: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: A = None
self.w: A = None
self.txt =... | c" | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.q: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: A = None
self.w: A = None
self.txt =... | j | c | j | c | x | x | x | x | c | j | c | j | x | x | x | x | 3 | 3 | 3 | 3 | 2 | true | true |
513 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
f = A("f")
g = B("g")
h = C("h")
d = B("d")
... | f" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
f = A("f")
g = B("g")
h = C("h")
d = B("d")
... | a | f | c | f | x | x | x | x | f | c | f | a | x | x | x | x | 7 | 7 | 3 | 3 | 1 | true | true |
514 | class A:
def __init__(self, txt: str):
self.w: D = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: D = None
self.txt = txt
class D:
def __... | j" | class A:
def __init__(self, txt: str):
self.w: D = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: D = None
self.txt = txt
class D:
def __... | h | g | e | h | j | x | x | x | j | h | e | g | h | x | x | x | 4 | 7 | 4 | 4 | 1 | true | true |
515 | class A:
def __init__(self, txt: str):
self.p: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: B = None
self.y: B = None
self.x: B = None
self.txt =... | d" | class A:
def __init__(self, txt: str):
self.p: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: B = None
self.y: B = None
self.x: B = None
self.txt =... | b | d | g | d | x | x | x | x | d | g | d | b | x | x | x | x | 3 | 3 | 3 | 3 | 1 | true | true |
516 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: C = None
self.q: C = None
self.x: A = None
self.t: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: B ... | d" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: C = None
self.q: C = None
self.x: A = None
self.t: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: B ... | a | b | a | b | d | x | x | x | d | b | a | b | a | x | x | x | 5 | 7 | 4 | 4 | 2 | true | true |
517 | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
b = A("b")
e = B("e")
a = B("a")
j = B("j")
i = B("i")
b.o = e
e.r = b
a.r = b
j.r = b
i.r = b
assert e.r.o.r.txt == " | b" | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
b = A("b")
e = B("e")
a = B("a")
j = B("j")
i = B("i")
b.o = e
e.r = b
a.r = b
j.r = b
i.r = b
assert e.r.o.r.txt == "b" | e | b | e | b | x | x | x | x | b | e | b | e | x | x | x | x | 5 | 5 | 2 | 3 | 2 | true | true |
518 | class A:
def __init__(self, txt: str):
self.w: C = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.o: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: A = None
self.x: B ... | j" | class A:
def __init__(self, txt: str):
self.w: C = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.o: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: A = None
self.x: B ... | h | j | e | j | x | x | x | x | j | e | j | h | x | x | x | x | 3 | 5 | 3 | 3 | 1 | true | true |
519 | class A:
def __init__(self, txt: str):
self.v: B = None
self.q: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: A = None
self.v: B = None
self.txt =... | i" | class A:
def __init__(self, txt: str):
self.v: B = None
self.q: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: A = None
self.v: B = None
self.txt =... | b | a | j | i | j | i | x | x | i | j | i | j | a | b | x | x | 5 | 8 | 3 | 5 | 2 | true | true |
520 | class A:
def __init__(self, txt: str):
self.y: C = None
self.s: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: A = None
self.z: B = None
self.txt =... | a" | class A:
def __init__(self, txt: str):
self.y: C = None
self.s: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: A = None
self.z: B = None
self.txt =... | b | a | i | a | x | x | x | x | a | i | a | b | x | x | x | x | 3 | 4 | 3 | 3 | 1 | true | true |
521 | class A:
def __init__(self, txt: str):
self.u: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: G = None
self.v: F = None
self.y: G = None
self.z: F = None
self.x: A = None
self.txt = txt
class C:
def __init__(self, txt:... | a" | class A:
def __init__(self, txt: str):
self.u: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: G = None
self.v: F = None
self.y: G = None
self.z: F = None
self.x: A = None
self.txt = txt
class C:
def __init__(self, txt:... | d | j | c | f | c | g | b | a | a | b | g | c | f | c | j | d | 7 | 17 | 7 | 7 | 1 | true | true |
522 | class A:
def __init__(self, txt: str):
self.t: B = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: B = None
self.s: B = None
self.txt =... | d" | class A:
def __init__(self, txt: str):
self.t: B = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: B = None
self.s: B = None
self.txt =... | i | d | j | d | x | x | x | x | d | j | d | i | x | x | x | x | 3 | 3 | 3 | 3 | 1 | true | true |
523 | class A:
def __init__(self, txt: str):
self.y: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: D = None
self.u: A = None
self.txt = txt
class D:
def __... | g" | class A:
def __init__(self, txt: str):
self.y: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: D = None
self.u: A = None
self.txt = txt
class D:
def __... | j | d | a | g | x | x | x | x | g | a | d | j | x | x | x | x | 7 | 8 | 4 | 3 | 0 | true | true |
524 | class A:
def __init__(self, txt: str):
self.y: E = None
self.w: E = None
self.r: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: C = None
self.w: D = None
self.v: C = None
self.u: D = None
self.x: A = None
se... | e" | class A:
def __init__(self, txt: str):
self.y: E = None
self.w: E = None
self.r: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: C = None
self.w: D = None
self.v: C = None
self.u: D = None
self.x: A = None
se... | h | j | e | h | e | x | x | x | e | h | e | j | h | x | x | x | 5 | 12 | 5 | 4 | 2 | true | true |
525 | class A:
def __init__(self, txt: str):
self.y: B = None
self.r: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: D = None
self.q: D = None
self.w: D = None
self.o: C = None
self.txt = txt
class C:
def __init__(self, txt:... | j" | class A:
def __init__(self, txt: str):
self.y: B = None
self.r: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: D = None
self.q: D = None
self.w: D = None
self.o: C = None
self.txt = txt
class C:
def __init__(self, txt:... | f | i | j | g | e | j | x | x | j | e | g | j | i | f | x | x | 6 | 12 | 4 | 5 | 1 | true | true |
526 | class A:
def __init__(self, txt: str):
self.t: D = None
self.y: B = None
self.z: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.u: D = None
self.r: B = None
self.txt = txt
class C:
def __init__(self, txt:... | i" | class A:
def __init__(self, txt: str):
self.t: D = None
self.y: B = None
self.z: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.u: D = None
self.r: B = None
self.txt = txt
class C:
def __init__(self, txt:... | b | f | c | i | c | i | x | x | i | c | i | c | f | b | x | x | 6 | 12 | 4 | 5 | 2 | true | true |
527 | class A:
def __init__(self, txt: str):
self.q: C = None
self.x: C = None
self.y: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: C = None
self.z: C = None
self.r: A = None
self.txt = txt
class C:
def __init__(self, txt:... | e" | class A:
def __init__(self, txt: str):
self.q: C = None
self.x: C = None
self.y: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: C = None
self.z: C = None
self.r: A = None
self.txt = txt
class C:
def __init__(self, txt:... | h | e | j | e | x | x | x | x | e | j | e | h | x | x | x | x | 3 | 4 | 3 | 3 | 1 | true | true |
528 | class A:
def __init__(self, txt: str):
self.p: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class D:
def __init__(self, txt: str):
... | a" | class A:
def __init__(self, txt: str):
self.p: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class D:
def __init__(self, txt: str):
... | h | a | e | a | e | a | x | x | a | e | a | e | a | h | x | x | 7 | 12 | 5 | 5 | 3 | true | true |
529 | class A:
def __init__(self, txt: str):
self.w: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.x: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
e = A("e")
d = B("d... | e" | class A:
def __init__(self, txt: str):
self.w: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.x: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
e = A("e")
d = B("d... | g | e | g | e | x | x | x | x | e | g | e | g | x | x | x | x | 3 | 4 | 3 | 3 | 2 | true | true |
530 | class A:
def __init__(self, txt: str):
self.t: B = None
self.q: D = None
self.u: B = None
self.x: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: C = None
self.v: A = None
self.y: D = None
self.txt = txt
class C:
... | d" | class A:
def __init__(self, txt: str):
self.t: B = None
self.q: D = None
self.u: B = None
self.x: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: C = None
self.v: A = None
self.y: D = None
self.txt = txt
class C:
... | c | j | c | h | d | x | x | x | d | h | c | j | c | x | x | x | 4 | 11 | 4 | 4 | 1 | true | true |
531 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.y: B = None
self.txt = txt
a = A("a")
f = B("f")
h = B("h")
i = A("i")
b = B("b")
a.u = f
f.s = h
f.y = b
h.s = f
h.y = f
i.u = b
b.s = h... | f" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.y: B = None
self.txt = txt
a = A("a")
f = B("f")
h = B("h")
i = A("i")
b = B("b")
a.u = f
f.s = h
f.y = b
h.s = f
h.y = f
i.u = b
b.s = h... | i | b | h | f | x | x | x | x | f | h | b | i | x | x | x | x | 5 | 6 | 2 | 3 | 0 | true | true |
532 | class A:
def __init__(self, txt: str):
self.q: D = None
self.z: D = None
self.x: C = None
self.s: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: E ... | c" | class A:
def __init__(self, txt: str):
self.q: D = None
self.z: D = None
self.x: C = None
self.s: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: E ... | h | d | c | d | c | x | x | x | c | d | c | d | h | x | x | x | 5 | 10 | 5 | 4 | 2 | true | true |
533 | class A:
def __init__(self, txt: str):
self.w: D = None
self.x: B = None
self.y: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: A = None
self.w: D ... | j" | class A:
def __init__(self, txt: str):
self.w: D = None
self.x: B = None
self.y: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: A = None
self.w: D ... | d | j | c | j | x | x | x | x | j | c | j | d | x | x | x | x | 5 | 8 | 4 | 3 | 1 | true | true |
534 | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
e = A("e")
b = B("b")
c = A("c")
a = A("a")
i = A("i")
d = B("d")
h = B("h")
e.x = a
b.o = h
c.x = i
a.x = c
i.x = a
d.o = h
h.o = b
as... | a" | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
e = A("e")
b = B("b")
c = A("c")
a = A("a")
i = A("i")
d = B("d")
h = B("h")
e.x = a
b.o = h
c.x = i
a.x = c
i.x = a
d.o = h
h.o = b
as... | a | c | i | a | x | x | x | x | a | i | c | a | x | x | x | x | 7 | 7 | 2 | 3 | 1 | true | true |
535 | class A:
def __init__(self, txt: str):
self.v: C = None
self.u: E = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: E = None
self.s: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: E ... | c" | class A:
def __init__(self, txt: str):
self.v: C = None
self.u: E = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: E = None
self.s: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: E ... | e | b | g | j | c | x | x | x | c | j | g | b | e | x | x | x | 6 | 13 | 5 | 4 | 0 | true | true |
536 | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
h = A("h")
d = B("d")
c = A("c")
h.o = d
d.q = h
c.o = d
assert d.q.o.q.txt == " | h" | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
h = A("h")
d = B("d")
c = A("c")
h.o = d
d.q = h
c.o = d
assert d.q.o.q.txt == "h" | d | h | d | h | x | x | x | x | h | d | h | d | x | x | x | x | 3 | 3 | 2 | 3 | 2 | true | true |
537 | class A:
def __init__(self, txt: str):
self.w: B = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.p: B = None
self.txt = txt
b = A("b")
c = B("c")
g = B("g")
b.w = c
b.q = c
c.u = b
c.p = g
g.u = b
g.p = c
asse... | b" | class A:
def __init__(self, txt: str):
self.w: B = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.p: B = None
self.txt = txt
b = A("b")
c = B("c")
g = B("g")
b.w = c
b.q = c
c.u = b
c.p = g
g.u = b
g.p = c
asse... | c | b | c | b | x | x | x | x | b | c | b | c | x | x | x | x | 3 | 5 | 2 | 3 | 2 | true | true |
538 | class A:
def __init__(self, txt: str):
self.q: D = None
self.x: C = None
self.v: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: D = None
self.w: A = None
self.u: A = None
self.q: C = None
self.txt = txt
class C:
... | a" | class A:
def __init__(self, txt: str):
self.q: D = None
self.x: C = None
self.v: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: D = None
self.w: A = None
self.u: A = None
self.q: C = None
self.txt = txt
class C:
... | a | e | i | a | x | x | x | x | a | i | e | a | x | x | x | x | 7 | 17 | 4 | 3 | 1 | true | true |
539 | class A:
def __init__(self, txt: str):
self.t: B = None
self.y: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: C = None
self.s: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: A = None
self.u: A ... | e" | class A:
def __init__(self, txt: str):
self.t: B = None
self.y: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: C = None
self.s: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: A = None
self.u: A ... | f | d | e | j | e | x | x | x | e | j | e | d | f | x | x | x | 4 | 10 | 4 | 4 | 1 | true | true |
540 | class A:
def __init__(self, txt: str):
self.w: D = None
self.v: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: D = None
self.x: F = None
self.q: A ... | a" | class A:
def __init__(self, txt: str):
self.w: D = None
self.v: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: D = None
self.x: F = None
self.q: A ... | c | h | d | a | d | a | x | x | a | d | a | d | h | c | x | x | 6 | 12 | 6 | 5 | 2 | true | true |
541 | class A:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class D:
def __init__(self, txt: str):
... | a" | class A:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class D:
def __init__(self, txt: str):
... | a | j | a | j | a | x | x | x | a | j | a | j | a | x | x | x | 4 | 5 | 4 | 4 | 3 | true | true |
542 | 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.txt = txt
g = A("g")
f = B("f")
h = B("h")
b = B("b")
g.x = b
f.o = b
h.o = b
b.o = h
assert g.x.o.o.txt == " | b" | 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.txt = txt
g = A("g")
f = B("f")
h = B("h")
b = B("b")
g.x = b
f.o = b
h.o = b
b.o = h
assert g.x.o.o.txt == "b" | g | b | h | b | x | x | x | x | b | h | b | g | x | x | x | x | 4 | 4 | 2 | 3 | 1 | true | true |
543 | class A:
def __init__(self, txt: str):
self.o: B = None
self.u: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: C = None
self.s: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: C = None
self.txt =... | c" | class A:
def __init__(self, txt: str):
self.o: B = None
self.u: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: C = None
self.s: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: C = None
self.txt =... | e | c | g | c | x | x | x | x | c | g | c | e | x | x | x | x | 5 | 8 | 3 | 3 | 1 | true | true |
544 | class A:
def __init__(self, txt: str):
self.y: B = None
self.o: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.z: A = None
self.r: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: B ... | f" | class A:
def __init__(self, txt: str):
self.y: B = None
self.o: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.z: A = None
self.r: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: B ... | g | i | a | f | x | x | x | x | f | a | i | g | x | x | x | x | 4 | 8 | 4 | 3 | 0 | true | true |
545 | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
f = A("f")
j = B("j")
a = B("a")
f.u = j
j.w = f
a.w = f
assert a.w.u.w.txt == " | f" | class A:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
f = A("f")
j = B("j")
a = B("a")
f.u = j
j.w = f
a.w = f
assert a.w.u.w.txt == "f" | a | f | j | f | x | x | x | x | f | j | f | a | x | x | x | x | 3 | 3 | 2 | 3 | 1 | true | true |
546 | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
a = A("a")
i = B("i")
c = B("c")
a.r = i
i.q = c
c.q = i
assert c.q.q.q.txt == " | i" | class A:
def __init__(self, txt: str):
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
a = A("a")
i = B("i")
c = B("c")
a.r = i
i.q = c
c.q = i
assert c.q.q.q.txt == "i" | c | i | c | i | x | x | x | x | i | c | i | c | x | x | x | x | 3 | 3 | 2 | 3 | 2 | true | true |
547 | class A:
def __init__(self, txt: str):
self.p: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.u: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: B = None
self.txt =... | a" | class A:
def __init__(self, txt: str):
self.p: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.u: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: B = None
self.txt =... | e | a | e | a | x | x | x | x | a | e | a | e | x | x | x | x | 3 | 3 | 3 | 3 | 2 | true | true |
548 | class A:
def __init__(self, txt: str):
self.o: B = None
self.s: C = None
self.y: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: B = None
self.txt =... | i" | class A:
def __init__(self, txt: str):
self.o: B = None
self.s: C = None
self.y: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: B = None
self.txt =... | i | e | i | f | a | i | x | x | i | a | f | i | e | i | x | x | 5 | 6 | 3 | 5 | 2 | true | true |
549 | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.w: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
c = A("c")
b = B("b... | f" | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.w: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
c = A("c")
b = B("b... | b | f | c | f | x | x | x | x | f | c | f | b | x | x | x | x | 4 | 5 | 3 | 3 | 1 | true | true |
550 | class A:
def __init__(self, txt: str):
self.p: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: D = None
self.q: C = None
self.z: C = None
self.p: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: A ... | d" | class A:
def __init__(self, txt: str):
self.p: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: D = None
self.q: C = None
self.z: C = None
self.p: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: A ... | h | g | b | d | x | x | x | x | d | b | g | h | x | x | x | x | 6 | 12 | 4 | 3 | 0 | true | true |
551 | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
h = A("h")
a = B("a")
e = C("e")
h.o = a
a.... | h" | class A:
def __init__(self, txt: str):
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: A = None
self.txt = txt
h = A("h")
a = B("a")
e = C("e")
h.o = a
a.... | e | h | a | h | x | x | x | x | h | a | h | e | x | x | x | x | 3 | 3 | 3 | 3 | 1 | true | true |
552 | class A:
def __init__(self, txt: str):
self.z: D = None
self.q: E = None
self.t: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: D = None
self.p: A ... | a" | class A:
def __init__(self, txt: str):
self.z: D = None
self.q: E = None
self.t: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: D = None
self.p: A ... | f | e | g | a | x | x | x | x | a | g | e | f | x | x | x | x | 6 | 11 | 6 | 3 | 0 | true | true |
553 | class A:
def __init__(self, txt: str):
self.x: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: A = None
self.u: A = None
self.txt = txt
i = A("i")
f = B("f... | i" | class A:
def __init__(self, txt: str):
self.x: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: A = None
self.u: A = None
self.txt = txt
i = A("i")
f = B("f... | h | i | h | i | x | x | x | x | i | h | i | h | x | x | x | x | 3 | 3 | 3 | 3 | 2 | true | true |
554 | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
b = A("b")
a = B("a")
e = A("e")
c = A("c")
g = A("g")
b.x = a
a.s = c
e.x = a
c.x = a
g.x = a
assert a.s.x.s.x.txt == " | a" | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
b = A("b")
a = B("a")
e = A("e")
c = A("c")
g = A("g")
b.x = a
a.s = c
e.x = a
c.x = a
g.x = a
assert a.s.x.s.x.txt == "a" | a | c | a | c | a | x | x | x | a | c | a | c | a | x | x | x | 5 | 5 | 2 | 4 | 3 | true | true |
555 | class A:
def __init__(self, txt: str):
self.z: C = None
self.p: D = None
self.r: D = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: E = None
self.u: E = None
self.q: C = None
self.o: D = None
se... | j" | class A:
def __init__(self, txt: str):
self.z: C = None
self.p: D = None
self.r: D = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: E = None
self.u: E = None
self.q: C = None
self.o: D = None
se... | j | e | c | j | x | x | x | x | j | c | e | j | x | x | x | x | 6 | 10 | 5 | 3 | 1 | true | true |
556 | class A:
def __init__(self, txt: str):
self.v: C = None
self.s: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: D = None
self.t: C = None
self.r: A = None
self.o: E = None
self.s: E = None
self.txt = txt
class C:
... | e" | class A:
def __init__(self, txt: str):
self.v: C = None
self.s: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: D = None
self.t: C = None
self.r: A = None
self.o: E = None
self.s: E = None
self.txt = txt
class C:
... | a | j | a | h | e | x | x | x | e | h | a | j | a | x | x | x | 5 | 14 | 5 | 4 | 1 | true | true |
557 | class A:
def __init__(self, txt: str):
self.w: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: D = None
self.w: A = None
self.o: E = None
self.v: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: B ... | c" | class A:
def __init__(self, txt: str):
self.w: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: D = None
self.w: A = None
self.o: E = None
self.v: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: B ... | h | c | h | c | x | x | x | x | c | h | c | h | x | x | x | x | 5 | 10 | 5 | 3 | 2 | true | true |
558 | class A:
def __init__(self, txt: str):
self.q: B = None
self.v: F = None
self.x: E = None
self.u: G = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: G = None
self.s: D = None
self.p: C = None
self.txt = txt
class C:
... | i" | class A:
def __init__(self, txt: str):
self.q: B = None
self.v: F = None
self.x: E = None
self.u: G = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: G = None
self.s: D = None
self.p: C = None
self.txt = txt
class C:
... | f | a | j | i | c | f | a | i | i | a | f | c | i | j | a | f | 7 | 20 | 7 | 7 | 3 | true | true |
559 | class A:
def __init__(self, txt: str):
self.p: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class D:
def __init__(self, txt: str):
... | d" | class A:
def __init__(self, txt: str):
self.p: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class D:
def __init__(self, txt: str):
... | b | a | b | d | x | x | x | x | d | b | a | b | x | x | x | x | 4 | 5 | 4 | 3 | 1 | true | true |
560 | class A:
def __init__(self, txt: str):
self.q: D = None
self.o: D = None
self.s: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: C = None
self.s: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: B ... | c" | class A:
def __init__(self, txt: str):
self.q: D = None
self.o: D = None
self.s: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: C = None
self.s: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: B ... | i | a | e | c | x | x | x | x | c | e | a | i | x | x | x | x | 4 | 5 | 4 | 3 | 0 | true | true |
561 | class A:
def __init__(self, txt: str):
self.s: C = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: C = None
self.q: A = None
self.r: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: A ... | c" | class A:
def __init__(self, txt: str):
self.s: C = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: C = None
self.q: A = None
self.r: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: A ... | c | d | g | c | x | x | x | x | c | g | d | c | x | x | x | x | 3 | 5 | 3 | 3 | 1 | true | true |
562 | class A:
def __init__(self, txt: str):
self.y: F = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: C = None
self.p: F = None
self.o: E = None
self.z: D = None
self.u: G = None
self.r: E = None
self.x: E = None
se... | c" | class A:
def __init__(self, txt: str):
self.y: F = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: C = None
self.p: F = None
self.o: E = None
self.z: D = None
self.u: G = None
self.r: E = None
self.x: E = None
se... | i | d | g | c | g | c | x | x | c | g | c | g | d | i | x | x | 7 | 16 | 7 | 5 | 2 | true | true |
563 | class A:
def __init__(self, txt: str):
self.y: F = None
self.w: F = None
self.r: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: D = None
self.r: D = None
self.t: C = None
self.txt = txt
class C:
def __init__(self, txt:... | a" | class A:
def __init__(self, txt: str):
self.y: F = None
self.w: F = None
self.r: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: D = None
self.r: D = None
self.t: C = None
self.txt = txt
class C:
def __init__(self, txt:... | g | a | h | f | h | a | x | x | a | h | f | h | a | g | x | x | 7 | 14 | 6 | 5 | 2 | true | true |
564 | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
a = A("a")
g = B("g")
i = B("i")
a.q = i
g.p = a
i.p = a
assert g.p.q.p.txt == " | a" | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
a = A("a")
g = B("g")
i = B("i")
a.q = i
g.p = a
i.p = a
assert g.p.q.p.txt == "a" | g | a | i | a | x | x | x | x | a | i | a | g | x | x | x | x | 3 | 3 | 2 | 3 | 1 | true | true |
565 | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
d = A("d")
c = B("c")
i = B("i")
g = A("g")
j = B("j")
f = A("f")
e = B("e")
d.s = g
c.z = f
i.z = d
g.s = f
j.z = g
f.s = d
e.z = f
as... | d" | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
d = A("d")
c = B("c")
i = B("i")
g = A("g")
j = B("j")
f = A("f")
e = B("e")
d.s = g
c.z = f
i.z = d
g.s = f
j.z = g
f.s = d
e.z = f
as... | d | g | f | d | g | f | d | x | d | f | g | d | f | g | d | x | 7 | 7 | 2 | 6 | 4 | true | true |
566 | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
e = A("e")
i = B("i")
f = A("f")
j = B("j")
e.o = f
i.p = e
f.o = e
j.p = e
assert j.p.o.o.txt == " | e" | class A:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
e = A("e")
i = B("i")
f = A("f")
j = B("j")
e.o = f
i.p = e
f.o = e
j.p = e
assert j.p.o.o.txt == "e" | j | e | f | e | x | x | x | x | e | f | e | j | x | x | x | x | 4 | 4 | 2 | 3 | 1 | true | true |
567 | class A:
def __init__(self, txt: str):
self.u: B = None
self.v: F = None
self.q: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: E = None
self.z: E = None
self.y: E = None
self.txt = txt
class C:
... | e" | class A:
def __init__(self, txt: str):
self.u: B = None
self.v: F = None
self.q: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: E = None
self.z: E = None
self.y: E = None
self.txt = txt
class C:
... | h | f | g | b | e | x | x | x | e | b | g | f | h | x | x | x | 7 | 22 | 6 | 4 | 0 | true | true |
568 | class A:
def __init__(self, txt: str):
self.s: B = None
self.p: C = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: C = None
self.r: C = None
self.u: C = None
self.txt = txt
class C:
def __init__(self, txt:... | f" | class A:
def __init__(self, txt: str):
self.s: B = None
self.p: C = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: C = None
self.r: C = None
self.u: C = None
self.txt = txt
class C:
def __init__(self, txt:... | j | h | f | h | f | x | x | x | f | h | f | h | j | x | x | x | 4 | 5 | 3 | 4 | 2 | true | true |
569 | class A:
def __init__(self, txt: str):
self.q: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: C = None
self.txt = txt
i = A("i")
c = B("c... | b" | class A:
def __init__(self, txt: str):
self.q: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: C = None
self.txt = txt
i = A("i")
c = B("c... | h | b | h | b | h | b | x | x | b | h | b | h | b | h | x | x | 6 | 7 | 3 | 5 | 4 | true | true |
570 | class A:
def __init__(self, txt: str):
self.o: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: C = None
self.w: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: B = None
self.u: C = None
self.txt =... | f" | class A:
def __init__(self, txt: str):
self.o: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: C = None
self.w: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: B = None
self.u: C = None
self.txt =... | b | h | e | h | e | b | f | x | f | b | e | h | e | h | b | x | 6 | 9 | 4 | 6 | 3 | true | true |
571 | class A:
def __init__(self, txt: str):
self.z: A = None
self.v: A = None
self.x: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.q: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: B ... | i" | class A:
def __init__(self, txt: str):
self.z: A = None
self.v: A = None
self.x: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.q: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: B ... | i | a | d | h | i | x | x | x | i | h | d | a | i | x | x | x | 7 | 13 | 5 | 4 | 1 | true | true |
572 | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.w: B = None
self.txt = txt
j = A("j")
a = B("a")
i = B("i")
j.y = i
a.q = j
a.w = i
i.q = j
i.w = a
assert a.w.w.q.txt == " | j" | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.w: B = None
self.txt = txt
j = A("j")
a = B("a")
i = B("i")
j.y = i
a.q = j
a.w = i
i.q = j
i.w = a
assert a.w.w.q.txt == "j" | a | i | a | j | x | x | x | x | j | a | i | a | x | x | x | x | 3 | 5 | 2 | 3 | 1 | true | true |
573 | class A:
def __init__(self, txt: str):
self.w: A = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.x: A = None
self.txt = txt
h = A("h")
e = B("e")
d = B("d")
i = A("i")
g = B("g")
h.w = i
h.o = d
e.z = g
e.x = ... | g" | class A:
def __init__(self, txt: str):
self.w: A = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.x: A = None
self.txt = txt
h = A("h")
e = B("e")
d = B("d")
i = A("i")
g = B("g")
h.w = i
h.o = d
e.z = g
e.x = ... | i | d | h | d | g | x | x | x | g | d | h | d | i | x | x | x | 5 | 10 | 2 | 4 | 1 | true | true |
574 | 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.z: A = None
self.txt = txt
a = A("a")
e = B("e")
f = A("f")
g = A("g")
a.r = f
e.v = a
e.z = f
f.r = a
g.r = a
assert f.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.z: A = None
self.txt = txt
a = A("a")
e = B("e")
f = A("f")
g = A("g")
a.r = f
e.v = a
e.z = f
f.r = a
g.r = a
assert f.r.r.r.txt == "a" | f | a | f | a | x | x | x | x | a | f | a | f | x | x | x | x | 4 | 5 | 2 | 3 | 2 | true | true |
575 | class A:
def __init__(self, txt: str):
self.r: C = None
self.s: B = None
self.t: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: C = None
self.r: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: A ... | c" | class A:
def __init__(self, txt: str):
self.r: C = None
self.s: B = None
self.t: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: C = None
self.r: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: A ... | j | c | j | c | x | x | x | x | c | j | c | j | x | x | x | x | 4 | 7 | 3 | 3 | 2 | true | true |
576 | class A:
def __init__(self, txt: str):
self.o: B = None
self.v: C = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.z: D = None
self.w: B = None
self.txt = txt
class C:
def __init__(self, txt:... | h" | class A:
def __init__(self, txt: str):
self.o: B = None
self.v: C = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: B = None
self.z: D = None
self.w: B = None
self.txt = txt
class C:
def __init__(self, txt:... | j | h | c | f | j | h | x | x | h | j | f | c | h | j | x | x | 6 | 14 | 4 | 5 | 2 | true | true |
577 | class A:
def __init__(self, txt: str):
self.z: A = 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")
e = B("e")
c = A("c")
j.z = c
j.u = e
e.v = j
c.z = j
c.u = e
assert e.v.u.v.txt == " | j" | class A:
def __init__(self, txt: str):
self.z: A = 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")
e = B("e")
c = A("c")
j.z = c
j.u = e
e.v = j
c.z = j
c.u = e
assert e.v.u.v.txt == "j" | e | j | e | j | x | x | x | x | j | e | j | e | x | x | x | x | 3 | 5 | 2 | 3 | 2 | true | true |
578 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: C = None
self.u: A = None
self.s: A = None
self.z: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: C ... | h" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: C = None
self.u: A = None
self.s: A = None
self.z: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: C ... | e | d | e | d | e | h | x | x | h | e | d | e | d | e | x | x | 5 | 10 | 4 | 5 | 3 | true | true |
579 | class A:
def __init__(self, txt: str):
self.x: C = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.x: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: A = None
self.txt =... | i" | class A:
def __init__(self, txt: str):
self.x: C = None
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.x: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: A = None
self.txt =... | b | i | b | i | x | x | x | x | i | b | i | b | x | x | x | x | 4 | 7 | 3 | 3 | 2 | true | true |
580 | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.s: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: A = None
self.o: B = None
self.txt =... | g" | class A:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.s: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: A = None
self.o: B = None
self.txt =... | h | g | h | g | x | x | x | x | g | h | g | h | x | x | x | x | 3 | 5 | 3 | 3 | 2 | true | true |
581 | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
j = A("j")
i = B("i")
g = A("g")
j.s = g
i.v = g
g.s = j
assert i.v.s.s.txt == " | g" | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
j = A("j")
i = B("i")
g = A("g")
j.s = g
i.v = g
g.s = j
assert i.v.s.s.txt == "g" | i | g | j | g | x | x | x | x | g | j | g | i | x | x | x | x | 3 | 3 | 2 | 3 | 1 | true | true |
582 | class A:
def __init__(self, txt: str):
self.w: C = None
self.u: C = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: A = None
self.v: C ... | c" | class A:
def __init__(self, txt: str):
self.w: C = None
self.u: C = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: A = None
self.v: C ... | c | h | e | h | c | x | x | x | c | h | e | h | c | x | x | x | 6 | 13 | 3 | 4 | 2 | true | true |
583 | 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
g = A("g")
f = B("f")
h = B("h")
g.y = h
f.y = g
h.y = g
assert f.y.y.y.txt == " | g" | 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
g = A("g")
f = B("f")
h = B("h")
g.y = h
f.y = g
h.y = g
assert f.y.y.y.txt == "g" | f | g | h | g | x | x | x | x | g | h | g | f | x | x | x | x | 3 | 3 | 2 | 3 | 1 | true | true |
584 | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
g = A("g")
c = B("c")
f = B("f")
e = A("e")
j = A("j")
i = A("i")
g.y = j
c.z = j
f.z = j
e.y = j
j.y = g
i.y = e
assert e.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.z: A = None
self.txt = txt
g = A("g")
c = B("c")
f = B("f")
e = A("e")
j = A("j")
i = A("i")
g.y = j
c.z = j
f.z = j
e.y = j
j.y = g
i.y = e
assert e.y.y.y.y.txt ... | e | j | g | j | g | x | x | x | g | j | g | j | e | x | x | x | 6 | 6 | 2 | 4 | 2 | true | true |
585 | class A:
def __init__(self, txt: str):
self.p: A = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.r: A = None
self.txt = txt
a = A("a")
d = B("d")
c = B("c")
g = A("g")
e = B("e")
a.p = g
a.q = e
d.x = c
d.r = ... | a" | class A:
def __init__(self, txt: str):
self.p: A = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.r: A = None
self.txt = txt
a = A("a")
d = B("d")
c = B("c")
g = A("g")
e = B("e")
a.p = g
a.q = e
d.x = c
d.r = ... | c | a | g | a | x | x | x | x | a | g | a | c | x | x | x | x | 5 | 10 | 2 | 3 | 1 | true | true |
586 | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.s: A = None
self.txt = txt
j = A("j")
g = B("g")
a = B("a")
b = B("b")
i = A("i")
j.s = i
g.u = i
g.s = i
a.u = i
a.s = j
b.u = j
b.s = i... | i" | class A:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.s: A = None
self.txt = txt
j = A("j")
g = B("g")
a = B("a")
b = B("b")
i = A("i")
j.s = i
g.u = i
g.s = i
a.u = i
a.s = j
b.u = j
b.s = i... | j | i | j | i | x | x | x | x | i | j | i | j | x | x | x | x | 5 | 7 | 2 | 3 | 2 | true | true |
587 | class A:
def __init__(self, txt: str):
self.w: B = None
self.z: A = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: C = None
self.v: C ... | e" | class A:
def __init__(self, txt: str):
self.w: B = None
self.z: A = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: C = None
self.v: C ... | b | e | d | e | d | e | x | x | e | d | e | d | e | b | x | x | 5 | 7 | 3 | 5 | 3 | true | true |
588 | class A:
def __init__(self, txt: str):
self.z: B = None
self.o: B = None
self.p: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.p: A = None
self.s: C = None
self.txt = txt
class C:
def __init__(self, txt:... | i" | class A:
def __init__(self, txt: str):
self.z: B = None
self.o: B = None
self.p: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.p: A = None
self.s: C = None
self.txt = txt
class C:
def __init__(self, txt:... | e | c | g | i | x | x | x | x | i | g | c | e | x | x | x | x | 4 | 10 | 3 | 3 | 0 | true | true |
589 | class A:
def __init__(self, txt: str):
self.s: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.y: A = None
self.txt = txt
j = A("j")
d = B("d")
e = A("e")
c = A("c")
f = A("f")
b = B("b")
j.s = d
j.v = b
d.w... | j" | class A:
def __init__(self, txt: str):
self.s: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.y: A = None
self.txt = txt
j = A("j")
d = B("d")
e = A("e")
c = A("c")
f = A("f")
b = B("b")
j.s = d
j.v = b
d.w... | j | d | j | d | j | x | x | x | j | d | j | d | j | x | x | x | 6 | 12 | 2 | 4 | 3 | true | true |
590 | class A:
def __init__(self, txt: str):
self.s: B = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.p: A = None
self.txt = txt
h = A("h")
d = B("d")
b = A("b")
h.s = d
h.u = b
d.u = h
d.p = b
b.s = d
b.u = h
asse... | b" | class A:
def __init__(self, txt: str):
self.s: B = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.p: A = None
self.txt = txt
h = A("h")
d = B("d")
b = A("b")
h.s = d
h.u = b
d.u = h
d.p = b
b.s = d
b.u = h
asse... | h | b | h | b | x | x | x | x | b | h | b | h | x | x | x | x | 3 | 6 | 2 | 3 | 2 | true | true |
591 | class A:
def __init__(self, txt: str):
self.p: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: B = None
self.w: D = None
self.txt = txt
class D:
def __... | e" | class A:
def __init__(self, txt: str):
self.p: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: B = None
self.w: D = None
self.txt = txt
class D:
def __... | e | d | e | d | e | x | x | x | e | d | e | d | e | x | x | x | 4 | 5 | 4 | 4 | 3 | true | true |
592 | class A:
def __init__(self, txt: str):
self.u: C = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
c = A("c")
a = B("a... | i" | class A:
def __init__(self, txt: str):
self.u: C = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: A = None
self.txt = txt
c = A("c")
a = B("a... | i | c | a | i | x | x | x | x | i | a | c | i | x | x | x | x | 3 | 4 | 3 | 3 | 1 | true | true |
593 | class A:
def __init__(self, txt: str):
self.x: D = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: B = None
self.u: A = None
self.r: B ... | e" | class A:
def __init__(self, txt: str):
self.x: D = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: B = None
self.u: A = None
self.r: B ... | g | d | g | e | x | x | x | x | e | g | d | g | x | x | x | x | 4 | 6 | 4 | 3 | 1 | true | true |
594 | class A:
def __init__(self, txt: str):
self.v: G = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: D = None
self.t: F = None
self.w: F = None
self.z: G = None
self.u: E = None
self.txt = txt
class C:
def __init__(self, txt:... | f" | class A:
def __init__(self, txt: str):
self.v: G = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: D = None
self.t: F = None
self.w: F = None
self.z: G = None
self.u: E = None
self.txt = txt
class C:
def __init__(self, txt:... | f | j | f | j | f | x | x | x | f | j | f | j | f | x | x | x | 7 | 16 | 7 | 4 | 3 | true | true |
595 | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.p: B = None
self.txt = txt
a = A("a")
g = B("g")
j = B("j")
b = A("b")
a.w = b
g.z = j
g.p = j
j.z = g
j.p = g
b.w = a
assert a.w.w.w.txt... | b" | class A:
def __init__(self, txt: str):
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.p: B = None
self.txt = txt
a = A("a")
g = B("g")
j = B("j")
b = A("b")
a.w = b
g.z = j
g.p = j
j.z = g
j.p = g
b.w = a
assert a.w.w.w.txt... | a | b | a | b | x | x | x | x | b | a | b | a | x | x | x | x | 4 | 4 | 2 | 3 | 2 | true | true |
596 | class A:
def __init__(self, txt: str):
self.w: B = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
g = A("g")
i = B("i")
j = B("j")
c = A("c")
f = A("f")
h = A("h")
g.w = i
g.s = c
i.q = h
j.q = c
c.w = i
c.s ... | i" | class A:
def __init__(self, txt: str):
self.w: B = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
g = A("g")
i = B("i")
j = B("j")
c = A("c")
f = A("f")
h = A("h")
g.w = i
g.s = c
i.q = h
j.q = c
c.w = i
c.s ... | i | h | g | i | x | x | x | x | i | g | h | i | x | x | x | x | 6 | 10 | 2 | 3 | 1 | true | true |
597 | class A:
def __init__(self, txt: str):
self.u: B = None
self.v: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.x: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: D = None
self.v: D ... | h" | class A:
def __init__(self, txt: str):
self.u: B = None
self.v: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.x: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: D = None
self.v: D ... | b | h | d | h | x | x | x | x | h | d | h | b | x | x | x | x | 6 | 13 | 5 | 3 | 1 | true | true |
598 | class A:
def __init__(self, txt: str):
self.v: C = None
self.p: C = None
self.r: C = None
self.q: D = None
self.x: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: C = None
self.q: C = None
self.txt = txt
class C:
... | a" | class A:
def __init__(self, txt: str):
self.v: C = None
self.p: C = None
self.r: C = None
self.q: D = None
self.x: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: C = None
self.q: C = None
self.txt = txt
class C:
... | a | g | b | g | j | a | x | x | a | j | g | b | g | a | x | x | 5 | 10 | 5 | 5 | 2 | true | true |
599 | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.v: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.o: A = None
self.s: B ... | f" | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.v: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A = None
self.o: A = None
self.s: B ... | h | j | e | d | f | x | x | x | f | d | e | j | h | x | x | x | 6 | 10 | 3 | 4 | 0 | true | true |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 3