id int64 0 9k | prompt stringlengths 265 3.32k | answer stringclasses 14
values | pythoncode stringlengths 267 3.32k | num_nodes int64 3 10 | num_edges int64 3 53 | avg_node_edge float64 1 5.3 | graph_density float64 0.11 1 | num_classes int64 2 10 | avg_node_class float64 1 5 | max_num_field int64 1 10 | min_num_field int64 1 5 | avg_num_field float64 1 7.6 | path_length int64 3 10 | max_node_visits int64 1 6 | max_edge_visits int64 1 5 | unique_node_number int64 2 10 | path_node_coverage float64 0.2 1 | unique_edge_number int64 2 10 | path_edge_coverage float64 0.04 1 | num_cycle int64 0 9 | shortest_cycle int64 2 8 ⌀ | longest_cycle int64 2 10 ⌀ | average_cycle float64 2 8 ⌀ | unique_edge_label int64 1 9 | max_label_occurrences int64 1 10 | max_label_consecutive int64 1 10 | max_node_outdegree int64 1 4 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1,400 | class A:
def __init__(self, txt: str):
self.t: A = None
self.o: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: C = None
self.o: A = None
self.x: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: A ... | n" | class A:
def __init__(self, txt: str):
self.t: A = None
self.o: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: C = None
self.o: A = None
self.x: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: A ... | 7 | 15 | 2.142857 | 0.357143 | 3 | 2.333333 | 3 | 2 | 2.666667 | 4 | 2 | 2 | 3 | 0.428571 | 3 | 0.2 | 2 | 2 | 2 | 2 | 2 | 3 | 3 | 2 |
1,401 | class A:
def __init__(self, txt: str):
self.x: B = None
self.y: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.r: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: C = None
self.s: C ... | i" | class A:
def __init__(self, txt: str):
self.x: B = None
self.y: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.r: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: C = None
self.s: C ... | 7 | 13 | 1.857143 | 0.309524 | 3 | 2.333333 | 2 | 2 | 2 | 3 | 1 | 1 | 4 | 0.571429 | 3 | 0.230769 | 0 | null | null | null | 2 | 2 | 2 | 1 |
1,402 | class A:
def __init__(self, txt: str):
self.v: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.u: C = None
self.r: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: C = None
self.w: A ... | i" | class A:
def __init__(self, txt: str):
self.v: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.u: C = None
self.r: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: C = None
self.w: A ... | 9 | 20 | 2.222222 | 0.277778 | 3 | 3 | 3 | 1 | 2 | 8 | 2 | 2 | 6 | 0.666667 | 7 | 0.35 | 3 | 2 | 3 | 2.666667 | 3 | 4 | 3 | 2 |
1,403 | class A:
def __init__(self, txt: str):
self.r: A = None
self.y: A = None
self.u: C = 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: A = None
self.txt =... | a" | class A:
def __init__(self, txt: str):
self.r: A = None
self.y: A = None
self.u: C = 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: A = None
self.txt =... | 8 | 10 | 1.25 | 0.178571 | 3 | 2.666667 | 3 | 1 | 1.666667 | 8 | 4 | 3 | 4 | 0.5 | 5 | 0.5 | 5 | 2 | 7 | 3.666667 | 3 | 3 | 2 | 2 |
1,404 | class A:
def __init__(self, txt: str):
self.o: B = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: C = None
self.o: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: A = None
self.txt =... | h" | class A:
def __init__(self, txt: str):
self.o: B = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: C = None
self.o: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: A = None
self.txt =... | 6 | 10 | 1.666667 | 0.333333 | 3 | 2 | 2 | 1 | 1.666667 | 3 | 1 | 1 | 4 | 0.666667 | 3 | 0.3 | 0 | null | null | null | 3 | 1 | 1 | 1 |
1,405 | class A:
def __init__(self, txt: str):
self.z: A = None
self.w: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: A = None
self.p: B = None
self.txt =... | a" | class A:
def __init__(self, txt: str):
self.z: A = None
self.w: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: A = None
self.p: B = None
self.txt =... | 8 | 13 | 1.625 | 0.232143 | 3 | 2.666667 | 2 | 1 | 1.666667 | 7 | 4 | 3 | 3 | 0.375 | 3 | 0.230769 | 5 | 2 | 6 | 3.111111 | 2 | 6 | 6 | 1 |
1,406 | class A:
def __init__(self, txt: str):
self.w: C = None
self.s: C = None
self.p: B = 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.y: B = None
self.p: A ... | g" | class A:
def __init__(self, txt: str):
self.w: C = None
self.s: C = None
self.p: B = 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.y: B = None
self.p: A ... | 5 | 9 | 1.8 | 0.45 | 3 | 1.666667 | 3 | 1 | 2 | 5 | 3 | 2 | 3 | 0.6 | 3 | 0.333333 | 3 | 2 | 4 | 2.5 | 2 | 3 | 2 | 1 |
1,407 | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.x: C = None
self.v: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: A = None
self.txt =... | k" | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.x: C = None
self.v: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: A = None
self.txt =... | 6 | 8 | 1.333333 | 0.266667 | 3 | 2 | 3 | 1 | 1.666667 | 3 | 2 | 1 | 3 | 0.5 | 3 | 0.375 | 1 | 2 | 2 | 2 | 2 | 2 | 2 | 1 |
1,408 | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: B = None
self.s: C = None
self.txt = txt
n = A("n")
c = B("c... | h" | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: B = None
self.s: C = None
self.txt = txt
n = A("n")
c = B("c... | 9 | 15 | 1.666667 | 0.208333 | 3 | 3 | 2 | 1 | 1.333333 | 8 | 4 | 4 | 3 | 0.333333 | 3 | 0.2 | 6 | 2 | 6 | 3.333333 | 2 | 4 | 1 | 1 |
1,409 | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: A = None
self.u: A = None
self.x: A = None
self.txt =... | i" | class A:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: A = None
self.u: A = None
self.x: A = None
self.txt =... | 5 | 6 | 1.2 | 0.3 | 3 | 1.666667 | 3 | 1 | 1.666667 | 4 | 3 | 2 | 2 | 0.4 | 2 | 0.333333 | 3 | 2 | 4 | 2.5 | 1 | 4 | 4 | 1 |
1,410 | class A:
def __init__(self, txt: str):
self.y: C = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: C = None
self.q: A = None
self.u: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: B ... | d" | class A:
def __init__(self, txt: str):
self.y: C = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: C = None
self.q: A = None
self.u: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: B ... | 10 | 17 | 1.7 | 0.188889 | 3 | 3.333333 | 3 | 2 | 2.333333 | 4 | 2 | 1 | 4 | 0.4 | 4 | 0.235294 | 1 | 2 | 2 | 2 | 2 | 2 | 1 | 1 |
1,411 | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.y: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: A = None
self.t: B = None
self.z: A ... | k" | class A:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.y: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: A = None
self.t: B = None
self.z: A ... | 8 | 15 | 1.875 | 0.267857 | 3 | 2.666667 | 3 | 1 | 2 | 5 | 2 | 2 | 3 | 0.375 | 3 | 0.2 | 3 | 3 | 3 | 3 | 1 | 5 | 5 | 1 |
1,412 | class A:
def __init__(self, txt: str):
self.v: C = None
self.u: 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.r: C = None
self.txt = txt
e = A("e")
m = B("m... | h" | class A:
def __init__(self, txt: str):
self.v: C = None
self.u: 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.r: C = None
self.txt = txt
e = A("e")
m = B("m... | 4 | 5 | 1.25 | 0.416667 | 3 | 1.333333 | 2 | 1 | 1.333333 | 3 | 2 | 2 | 2 | 0.5 | 2 | 0.4 | 2 | 2 | 2 | 2 | 1 | 3 | 3 | 1 |
1,413 | class A:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.p: B = None
self.r: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: C = None
self.z: B ... | i" | class A:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.p: B = None
self.r: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: C = None
self.z: B ... | 7 | 17 | 2.428571 | 0.404762 | 3 | 2.333333 | 3 | 1 | 2.333333 | 5 | 2 | 1 | 4 | 0.571429 | 5 | 0.294118 | 2 | 3 | 4 | 3.5 | 3 | 3 | 2 | 2 |
1,414 | class A:
def __init__(self, txt: str):
self.r: C = None
self.p: B = None
self.t: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.w: A = None
self.u: A = None
self.txt = txt
class C:
def __init__(self, txt:... | f" | class A:
def __init__(self, txt: str):
self.r: C = None
self.p: B = None
self.t: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.w: A = None
self.u: A = None
self.txt = txt
class C:
def __init__(self, txt:... | 5 | 9 | 1.8 | 0.45 | 3 | 1.666667 | 3 | 1 | 2.333333 | 4 | 2 | 1 | 4 | 0.8 | 4 | 0.444444 | 1 | 3 | 3 | 3 | 3 | 2 | 1 | 1 |
1,415 | class A:
def __init__(self, txt: str):
self.u: C = None
self.p: A = None
self.s: 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.x: C = None
self.txt =... | c" | class A:
def __init__(self, txt: str):
self.u: C = None
self.p: A = None
self.s: 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.x: C = None
self.txt =... | 6 | 10 | 1.666667 | 0.333333 | 3 | 2 | 3 | 1 | 1.666667 | 4 | 3 | 2 | 2 | 0.333333 | 2 | 0.2 | 3 | 2 | 4 | 2.5 | 1 | 4 | 4 | 1 |
1,416 | class A:
def __init__(self, txt: str):
self.z: A = None
self.s: B = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: C = None
self.p: C = None
self.z: C = None
self.txt = txt
class C:
def __init__(self, txt:... | c" | class A:
def __init__(self, txt: str):
self.z: A = None
self.s: B = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: C = None
self.p: C = None
self.z: C = None
self.txt = txt
class C:
def __init__(self, txt:... | 10 | 24 | 2.4 | 0.266667 | 3 | 3.333333 | 3 | 3 | 3 | 3 | 1 | 1 | 4 | 0.4 | 3 | 0.125 | 0 | null | null | null | 1 | 3 | 3 | 1 |
1,417 | class A:
def __init__(self, txt: str):
self.s: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
d = A("d")
b = B("b... | b" | class A:
def __init__(self, txt: str):
self.s: B = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: A = None
self.txt = txt
d = A("d")
b = B("b... | 4 | 4 | 1 | 0.333333 | 3 | 1.333333 | 2 | 1 | 1.333333 | 4 | 3 | 2 | 2 | 0.5 | 2 | 0.5 | 3 | 2 | 4 | 2.5 | 1 | 4 | 4 | 1 |
1,418 | class A:
def __init__(self, txt: str):
self.p: A = None
self.y: C = None
self.r: A = 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.z: B = None
self.o: A ... | a" | class A:
def __init__(self, txt: str):
self.p: A = None
self.y: C = None
self.r: A = 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.z: B = None
self.o: A ... | 5 | 9 | 1.8 | 0.45 | 3 | 1.666667 | 3 | 1 | 2.333333 | 4 | 3 | 2 | 2 | 0.4 | 2 | 0.222222 | 3 | 2 | 4 | 2.5 | 1 | 4 | 4 | 1 |
1,419 | class A:
def __init__(self, txt: str):
self.y: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: C = None
self.v: A = None
self.z: C ... | n" | class A:
def __init__(self, txt: str):
self.y: B = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: C = None
self.v: A = None
self.z: C ... | 4 | 6 | 1.5 | 0.5 | 3 | 1.333333 | 3 | 1 | 2 | 3 | 2 | 1 | 3 | 0.75 | 3 | 0.5 | 1 | 3 | 3 | 3 | 3 | 1 | 1 | 1 |
1,420 | class A:
def __init__(self, txt: str):
self.s: A = None
self.p: C = None
self.q: A = 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.r: C = None
self.z: B ... | l" | class A:
def __init__(self, txt: str):
self.s: A = None
self.p: C = None
self.q: A = 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.r: C = None
self.z: B ... | 8 | 18 | 2.25 | 0.321429 | 3 | 2.666667 | 3 | 1 | 2.333333 | 4 | 2 | 1 | 4 | 0.5 | 4 | 0.222222 | 1 | 2 | 2 | 2 | 3 | 2 | 2 | 2 |
1,421 | class A:
def __init__(self, txt: str):
self.v: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: C = None
self.w: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: A = None
self.p: C ... | k" | class A:
def __init__(self, txt: str):
self.v: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: C = None
self.w: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: A = None
self.p: C ... | 8 | 20 | 2.5 | 0.357143 | 3 | 2.666667 | 3 | 2 | 2.333333 | 5 | 2 | 1 | 5 | 0.625 | 5 | 0.25 | 1 | 3 | 3 | 3 | 5 | 1 | 1 | 2 |
1,422 | class A:
def __init__(self, txt: str):
self.w: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: C = None
self.w: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
c = A("c")
d = B("d... | i" | class A:
def __init__(self, txt: str):
self.w: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: C = None
self.w: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: B = None
self.txt = txt
c = A("c")
d = B("d... | 6 | 7 | 1.166667 | 0.233333 | 3 | 2 | 2 | 1 | 1.333333 | 5 | 3 | 2 | 3 | 0.5 | 3 | 0.428571 | 3 | 2 | 4 | 2.5 | 3 | 2 | 1 | 1 |
1,423 | 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.v: B = None
self.r: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: C = None
self.txt =... | g" | 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.v: B = None
self.r: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: C = None
self.txt =... | 6 | 8 | 1.333333 | 0.266667 | 3 | 2 | 3 | 1 | 1.666667 | 3 | 2 | 1 | 3 | 0.5 | 3 | 0.375 | 1 | 2 | 2 | 2 | 2 | 2 | 1 | 1 |
1,424 | class A:
def __init__(self, txt: str):
self.o: B = None
self.u: 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.s: B = None
self.o: B ... | n" | class A:
def __init__(self, txt: str):
self.o: B = None
self.u: 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.s: B = None
self.o: B ... | 4 | 5 | 1.25 | 0.416667 | 3 | 1.333333 | 3 | 1 | 2 | 3 | 2 | 1 | 3 | 0.75 | 3 | 0.6 | 1 | 3 | 3 | 3 | 2 | 2 | 1 | 1 |
1,425 | class A:
def __init__(self, txt: str):
self.z: B = None
self.v: A = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: C = None
self.t: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: B ... | h" | class A:
def __init__(self, txt: str):
self.z: B = None
self.v: A = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: C = None
self.t: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: B ... | 5 | 10 | 2 | 0.5 | 3 | 1.666667 | 3 | 2 | 2.666667 | 4 | 2 | 2 | 3 | 0.6 | 3 | 0.3 | 2 | 2 | 2 | 2 | 3 | 2 | 1 | 1 |
1,426 | class A:
def __init__(self, txt: str):
self.p: A = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.r: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: A = None
self.z: C ... | e" | class A:
def __init__(self, txt: str):
self.p: A = None
self.s: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: B = None
self.r: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: A = None
self.z: C ... | 8 | 18 | 2.25 | 0.321429 | 3 | 2.666667 | 3 | 2 | 2.333333 | 3 | 1 | 1 | 4 | 0.5 | 3 | 0.166667 | 0 | null | null | null | 3 | 1 | 1 | 1 |
1,427 | class A:
def __init__(self, txt: str):
self.r: C = None
self.t: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.u: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: A = None
self.o: A ... | b" | class A:
def __init__(self, txt: str):
self.r: C = None
self.t: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.u: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: A = None
self.o: A ... | 3 | 5 | 1.666667 | 0.833333 | 3 | 1 | 3 | 2 | 2.333333 | 3 | 2 | 1 | 3 | 1 | 3 | 0.6 | 1 | 2 | 2 | 2 | 2 | 2 | 1 | 1 |
1,428 | class A:
def __init__(self, txt: str):
self.o: C = None
self.v: C = 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.w: A = None
self.txt = txt
b = A("b")
i = B("i... | k" | class A:
def __init__(self, txt: str):
self.o: C = None
self.v: C = 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.w: A = None
self.txt = txt
b = A("b")
i = B("i... | 5 | 6 | 1.2 | 0.3 | 3 | 1.666667 | 2 | 1 | 1.333333 | 3 | 2 | 2 | 2 | 0.4 | 2 | 0.333333 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 |
1,429 | class A:
def __init__(self, txt: str):
self.y: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.o: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: B = None
self.v: B ... | e" | class A:
def __init__(self, txt: str):
self.y: B = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.o: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: B = None
self.v: B ... | 6 | 8 | 1.333333 | 0.266667 | 3 | 2 | 3 | 2 | 2.333333 | 4 | 2 | 1 | 3 | 0.5 | 4 | 0.5 | 2 | 2 | 2 | 2 | 3 | 2 | 2 | 2 |
1,430 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: B = None
self.y: B = None
self.txt =... | k" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: B = None
self.y: B = None
self.txt =... | 4 | 7 | 1.75 | 0.583333 | 3 | 1.333333 | 2 | 1 | 1.666667 | 3 | 2 | 1 | 3 | 0.75 | 3 | 0.428571 | 1 | 2 | 2 | 2 | 3 | 1 | 1 | 2 |
1,431 | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: C = None
self.o: A = None
self.w: C = None
self.txt =... | g" | class A:
def __init__(self, txt: str):
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: C = None
self.o: A = None
self.w: C = None
self.txt =... | 5 | 7 | 1.4 | 0.35 | 3 | 1.666667 | 3 | 1 | 1.666667 | 3 | 2 | 2 | 2 | 0.4 | 2 | 0.285714 | 2 | 2 | 2 | 2 | 1 | 3 | 3 | 1 |
1,432 | 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
class C:
def __init__(self, txt: str):
self.y: A = None
self.u: A = None
self.t: A = None
self.txt =... | d" | 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
class C:
def __init__(self, txt: str):
self.y: A = None
self.u: A = None
self.t: A = None
self.txt =... | 6 | 6 | 1 | 0.2 | 3 | 2 | 3 | 1 | 1.666667 | 4 | 2 | 2 | 3 | 0.5 | 3 | 0.5 | 2 | 3 | 3 | 3 | 1 | 4 | 4 | 1 |
1,433 | class A:
def __init__(self, txt: str):
self.t: A = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: C = None
self.r: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: C = None
self.txt =... | a" | class A:
def __init__(self, txt: str):
self.t: A = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: C = None
self.r: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: C = None
self.txt =... | 7 | 10 | 1.428571 | 0.238095 | 3 | 2.333333 | 2 | 1 | 1.666667 | 7 | 3 | 2 | 5 | 0.714286 | 5 | 0.5 | 3 | 2 | 4 | 2.5 | 4 | 4 | 4 | 1 |
1,434 | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.u: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
e = A("e")
m = B("m... | m" | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.u: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: A = None
self.txt = txt
e = A("e")
m = B("m... | 8 | 11 | 1.375 | 0.196429 | 3 | 2.666667 | 2 | 1 | 1.333333 | 6 | 2 | 2 | 4 | 0.5 | 4 | 0.363636 | 3 | 4 | 4 | 4 | 2 | 3 | 1 | 1 |
1,435 | class A:
def __init__(self, txt: str):
self.r: 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.q: A = None
self.txt = txt
k = A("k")
a = B("a")
e = C("e")
g = C("g")
... | k" | class A:
def __init__(self, txt: str):
self.r: 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.q: A = None
self.txt = txt
k = A("k")
a = B("a")
e = C("e")
g = C("g")
... | 4 | 4 | 1 | 0.333333 | 3 | 1.333333 | 1 | 1 | 1 | 3 | 2 | 1 | 3 | 0.75 | 3 | 0.75 | 1 | 2 | 2 | 2 | 2 | 2 | 1 | 1 |
1,436 | class A:
def __init__(self, txt: str):
self.t: B = None
self.v: C = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: A ... | l" | class A:
def __init__(self, txt: str):
self.t: B = None
self.v: C = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.y: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: A ... | 6 | 10 | 1.666667 | 0.333333 | 3 | 2 | 3 | 1 | 2 | 5 | 2 | 2 | 4 | 0.666667 | 4 | 0.4 | 2 | 3 | 3 | 3 | 3 | 3 | 2 | 1 |
1,437 | class A:
def __init__(self, txt: str):
self.t: C = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.u: C = None
self.x: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: B ... | a" | class A:
def __init__(self, txt: str):
self.t: C = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.u: C = None
self.x: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: B ... | 10 | 17 | 1.7 | 0.188889 | 3 | 3.333333 | 3 | 2 | 2.333333 | 5 | 2 | 1 | 5 | 0.5 | 5 | 0.294118 | 1 | 2 | 2 | 2 | 5 | 1 | 1 | 2 |
1,438 | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: C = None
self.t: A = None
self.p: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: C = None
self.txt =... | j" | class A:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: C = None
self.t: A = None
self.p: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: C = None
self.txt =... | 4 | 5 | 1.25 | 0.416667 | 3 | 1.333333 | 3 | 1 | 1.666667 | 4 | 3 | 2 | 2 | 0.5 | 2 | 0.4 | 3 | 2 | 4 | 2.5 | 1 | 4 | 4 | 1 |
1,439 | class A:
def __init__(self, txt: str):
self.t: A = None
self.w: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.q: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: B = None
self.u: C ... | d" | class A:
def __init__(self, txt: str):
self.t: A = None
self.w: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.q: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: B = None
self.u: C ... | 9 | 18 | 2 | 0.25 | 3 | 3 | 3 | 2 | 2.333333 | 3 | 1 | 1 | 4 | 0.444444 | 3 | 0.166667 | 0 | null | null | null | 2 | 2 | 1 | 1 |
1,440 | class A:
def __init__(self, txt: str):
self.r: A = None
self.x: C = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.r: A = None
self.w: A = None
self.txt = txt
class C:
def __init__(self, txt:... | e" | class A:
def __init__(self, txt: str):
self.r: A = None
self.x: C = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.r: A = None
self.w: A = None
self.txt = txt
class C:
def __init__(self, txt:... | 7 | 11 | 1.571429 | 0.261905 | 3 | 2.333333 | 3 | 1 | 2.333333 | 7 | 3 | 3 | 4 | 0.571429 | 4 | 0.363636 | 4 | 2 | 4 | 2.666667 | 2 | 6 | 6 | 1 |
1,441 | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
a = A("a")
c = B("c")
j = C("j")
g = A("g")
... | a" | class A:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: A = None
self.txt = txt
a = A("a")
c = B("c")
j = C("j")
g = A("g")
... | 4 | 4 | 1 | 0.333333 | 3 | 1.333333 | 1 | 1 | 1 | 4 | 3 | 2 | 2 | 0.5 | 2 | 0.5 | 3 | 2 | 4 | 2.5 | 1 | 4 | 4 | 1 |
1,442 | class A:
def __init__(self, txt: str):
self.u: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: A = None
self.r: C = None
self.txt = txt
a = A("a")
g = B("g... | d" | class A:
def __init__(self, txt: str):
self.u: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: A = None
self.r: C = None
self.txt = txt
a = A("a")
g = B("g... | 4 | 6 | 1.5 | 0.5 | 3 | 1.333333 | 2 | 1 | 1.333333 | 4 | 2 | 2 | 3 | 0.75 | 3 | 0.5 | 2 | 2 | 2 | 2 | 3 | 2 | 1 | 2 |
1,443 | class A:
def __init__(self, txt: str):
self.u: A = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.y: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: B = None
self.txt =... | i" | class A:
def __init__(self, txt: str):
self.u: A = None
self.x: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.y: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: B = None
self.txt =... | 10 | 17 | 1.7 | 0.188889 | 3 | 3.333333 | 2 | 1 | 1.666667 | 5 | 3 | 3 | 2 | 0.2 | 2 | 0.117647 | 4 | 2 | 4 | 2.666667 | 1 | 5 | 5 | 1 |
1,444 | class A:
def __init__(self, txt: str):
self.s: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: B = None
self.o: B = None
self.txt = txt
i = A("i")
a = B("a... | i" | class A:
def __init__(self, txt: str):
self.s: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: B = None
self.o: B = None
self.txt = txt
i = A("i")
a = B("a... | 5 | 6 | 1.2 | 0.3 | 3 | 1.666667 | 2 | 1 | 1.333333 | 4 | 2 | 1 | 4 | 0.8 | 4 | 0.666667 | 1 | 3 | 3 | 3 | 2 | 2 | 2 | 1 |
1,445 | class A:
def __init__(self, txt: str):
self.z: B = None
self.u: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.p: C = None
self.q: A = None
self.txt = txt
class C:
def __init__(self, txt:... | d" | class A:
def __init__(self, txt: str):
self.z: B = None
self.u: B = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.p: C = None
self.q: A = None
self.txt = txt
class C:
def __init__(self, txt:... | 3 | 5 | 1.666667 | 0.833333 | 3 | 1 | 3 | 3 | 3 | 3 | 2 | 1 | 3 | 1 | 3 | 0.6 | 1 | 3 | 3 | 3 | 3 | 1 | 1 | 1 |
1,446 | class A:
def __init__(self, txt: str):
self.v: C = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.v: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: B = None
self.z: A ... | c" | class A:
def __init__(self, txt: str):
self.v: C = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.v: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: B = None
self.z: A ... | 4 | 9 | 2.25 | 0.75 | 3 | 1.333333 | 3 | 2 | 2.333333 | 3 | 2 | 2 | 2 | 0.5 | 2 | 0.222222 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 |
1,447 | class A:
def __init__(self, txt: str):
self.q: C = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: C = None
self.y: C = None
self.u: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: B ... | c" | class A:
def __init__(self, txt: str):
self.q: C = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: C = None
self.y: C = None
self.u: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: B ... | 8 | 14 | 1.75 | 0.25 | 3 | 2.666667 | 3 | 1 | 2 | 8 | 4 | 3 | 4 | 0.5 | 5 | 0.357143 | 5 | 2 | 6 | 3.555556 | 3 | 6 | 3 | 2 |
1,448 | class A:
def __init__(self, txt: str):
self.q: B = None
self.t: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: C = None
self.u: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: A = None
self.u: A ... | l" | class A:
def __init__(self, txt: str):
self.q: B = None
self.t: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: C = None
self.u: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: A = None
self.u: A ... | 5 | 9 | 1.8 | 0.45 | 3 | 1.666667 | 3 | 2 | 2.333333 | 3 | 2 | 1 | 2 | 0.4 | 3 | 0.333333 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 2 |
1,449 | class A:
def __init__(self, txt: str):
self.x: C = None
self.v: A = None
self.t: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: B = None
self.q: B ... | a" | class A:
def __init__(self, txt: str):
self.x: C = None
self.v: A = None
self.t: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: B = None
self.q: B ... | 5 | 8 | 1.6 | 0.4 | 3 | 1.666667 | 3 | 1 | 2 | 5 | 3 | 3 | 2 | 0.4 | 2 | 0.25 | 4 | 2 | 4 | 2.666667 | 1 | 5 | 5 | 1 |
1,450 | class A:
def __init__(self, txt: str):
self.x: C = None
self.r: C = None
self.q: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: C = None
self.p: A = None
self.t: C = None
self.txt = txt
class C:
def __init__(self, txt:... | f" | class A:
def __init__(self, txt: str):
self.x: C = None
self.r: C = None
self.q: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: C = None
self.p: A = None
self.t: C = None
self.txt = txt
class C:
def __init__(self, txt:... | 9 | 22 | 2.444444 | 0.305556 | 3 | 3 | 3 | 3 | 3 | 3 | 1 | 1 | 4 | 0.444444 | 3 | 0.136364 | 0 | null | null | null | 2 | 2 | 2 | 1 |
1,451 | class A:
def __init__(self, txt: str):
self.o: B = None
self.r: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: B = None
self.r: B = None
self.txt =... | m" | class A:
def __init__(self, txt: str):
self.o: B = None
self.r: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: B = None
self.r: B = None
self.txt =... | 3 | 4 | 1.333333 | 0.666667 | 3 | 1 | 2 | 1 | 1.666667 | 3 | 2 | 1 | 3 | 1 | 3 | 0.75 | 1 | 2 | 2 | 2 | 3 | 1 | 1 | 1 |
1,452 | 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.z: C = None
self.q: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: B = None
self.r: B ... | b" | 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.z: C = None
self.q: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: B = None
self.r: B ... | 9 | 15 | 1.666667 | 0.208333 | 3 | 3 | 3 | 2 | 2.333333 | 3 | 2 | 1 | 3 | 0.333333 | 3 | 0.2 | 1 | 2 | 2 | 2 | 3 | 1 | 1 | 1 |
1,453 | class A:
def __init__(self, txt: str):
self.o: C = None
self.t: B = None
self.v: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: A = None
self.txt =... | b" | class A:
def __init__(self, txt: str):
self.o: C = None
self.t: B = None
self.v: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: A = None
self.txt =... | 8 | 12 | 1.5 | 0.214286 | 3 | 2.666667 | 3 | 1 | 1.666667 | 4 | 2 | 1 | 3 | 0.375 | 4 | 0.333333 | 2 | 2 | 4 | 3 | 3 | 2 | 1 | 2 |
1,454 | class A:
def __init__(self, txt: str):
self.u: A = None
self.p: A = None
self.r: A = 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.z: C = None
self.s: B ... | g" | class A:
def __init__(self, txt: str):
self.u: A = None
self.p: A = None
self.r: A = 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.z: C = None
self.s: B ... | 6 | 10 | 1.666667 | 0.333333 | 3 | 2 | 3 | 1 | 2.333333 | 5 | 3 | 3 | 2 | 0.333333 | 2 | 0.2 | 4 | 2 | 4 | 2.666667 | 1 | 5 | 5 | 1 |
1,455 | class A:
def __init__(self, txt: str):
self.z: B = None
self.x: C = None
self.w: A = 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.s: A = None
self.u: B ... | c" | class A:
def __init__(self, txt: str):
self.z: B = None
self.x: C = None
self.w: A = 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.s: A = None
self.u: B ... | 7 | 17 | 2.428571 | 0.404762 | 3 | 2.333333 | 3 | 1 | 2.333333 | 6 | 3 | 2 | 4 | 0.571429 | 5 | 0.294118 | 3 | 2 | 5 | 3.25 | 4 | 3 | 2 | 3 |
1,456 | class A:
def __init__(self, txt: str):
self.o: C = None
self.w: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.q: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: A = None
self.txt =... | f" | class A:
def __init__(self, txt: str):
self.o: C = None
self.w: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.q: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: A = None
self.txt =... | 8 | 11 | 1.375 | 0.196429 | 3 | 2.666667 | 2 | 1 | 1.666667 | 7 | 4 | 4 | 2 | 0.25 | 2 | 0.181818 | 6 | 2 | 6 | 3.333333 | 1 | 7 | 7 | 1 |
1,457 | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.u: A = None
self.t: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: B = None
self.txt =... | m" | class A:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: A = None
self.u: A = None
self.t: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: B = None
self.txt =... | 4 | 4 | 1 | 0.333333 | 3 | 1.333333 | 3 | 1 | 1.666667 | 4 | 3 | 2 | 2 | 0.5 | 3 | 0.75 | 3 | 2 | 4 | 2.5 | 3 | 2 | 1 | 2 |
1,458 | class A:
def __init__(self, txt: str):
self.x: A = None
self.z: C = None
self.s: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.s: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: A ... | a" | class A:
def __init__(self, txt: str):
self.x: A = None
self.z: C = None
self.s: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.s: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: A ... | 5 | 7 | 1.4 | 0.35 | 3 | 1.666667 | 3 | 1 | 2 | 3 | 2 | 2 | 2 | 0.4 | 2 | 0.285714 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 |
1,459 | class A:
def __init__(self, txt: str):
self.w: B = None
self.u: C = None
self.r: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.q: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: B ... | h" | class A:
def __init__(self, txt: str):
self.w: B = None
self.u: C = None
self.r: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.q: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: B ... | 5 | 9 | 1.8 | 0.45 | 3 | 1.666667 | 3 | 1 | 2 | 5 | 3 | 1 | 4 | 0.8 | 5 | 0.555556 | 2 | 2 | 5 | 3.333333 | 3 | 2 | 1 | 2 |
1,460 | class A:
def __init__(self, txt: str):
self.u: A = None
self.v: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.r: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.txt =... | m" | class A:
def __init__(self, txt: str):
self.u: A = None
self.v: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.r: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.txt =... | 6 | 10 | 1.666667 | 0.333333 | 3 | 2 | 2 | 1 | 1.666667 | 5 | 2 | 1 | 4 | 0.666667 | 5 | 0.5 | 2 | 2 | 5 | 3.5 | 3 | 2 | 1 | 2 |
1,461 | class A:
def __init__(self, txt: str):
self.s: C = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: B = None
self.x: A = None
self.y: A ... | e" | class A:
def __init__(self, txt: str):
self.s: C = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: B = None
self.x: A = None
self.y: A ... | 6 | 10 | 1.666667 | 0.333333 | 3 | 2 | 3 | 1 | 2 | 6 | 3 | 2 | 4 | 0.666667 | 4 | 0.4 | 3 | 2 | 4 | 2.5 | 3 | 4 | 4 | 1 |
1,462 | class A:
def __init__(self, txt: str):
self.q: C = None
self.z: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.t: B = None
self.p: A = None
self.txt = txt
class C:
def __init__(self, txt:... | b" | class A:
def __init__(self, txt: str):
self.q: C = None
self.z: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.t: B = None
self.p: A = None
self.txt = txt
class C:
def __init__(self, txt:... | 9 | 23 | 2.555556 | 0.319444 | 3 | 3 | 3 | 2 | 2.666667 | 5 | 1 | 1 | 6 | 0.666667 | 5 | 0.217391 | 0 | null | null | null | 5 | 1 | 1 | 1 |
1,463 | class A:
def __init__(self, txt: str):
self.w: B = None
self.v: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.s: B = None
self.p: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: C ... | n" | class A:
def __init__(self, txt: str):
self.w: B = None
self.v: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.s: B = None
self.p: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: C ... | 10 | 20 | 2 | 0.222222 | 3 | 3.333333 | 3 | 2 | 2.333333 | 10 | 3 | 2 | 6 | 0.6 | 7 | 0.35 | 5 | 4 | 8 | 6 | 5 | 3 | 2 | 2 |
1,464 | class A:
def __init__(self, txt: str):
self.r: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: C = None
self.q: A = None
self.s: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: A = None
self.u: A ... | b" | class A:
def __init__(self, txt: str):
self.r: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: C = None
self.q: A = None
self.s: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: A = None
self.u: A ... | 8 | 15 | 1.875 | 0.267857 | 3 | 2.666667 | 3 | 1 | 2 | 3 | 2 | 1 | 3 | 0.375 | 3 | 0.2 | 1 | 2 | 2 | 2 | 3 | 1 | 1 | 2 |
1,465 | class A:
def __init__(self, txt: str):
self.t: A = None
self.y: C = None
self.r: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.v: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: A ... | b" | class A:
def __init__(self, txt: str):
self.t: A = None
self.y: C = None
self.r: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.v: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: A ... | 9 | 20 | 2.222222 | 0.277778 | 3 | 3 | 3 | 2 | 2.333333 | 9 | 4 | 2 | 6 | 0.666667 | 7 | 0.35 | 4 | 2 | 6 | 3.142857 | 3 | 5 | 5 | 2 |
1,466 | class A:
def __init__(self, txt: str):
self.z: A = None
self.o: B = None
self.u: C = 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.x: C = None
self.v: B ... | m" | class A:
def __init__(self, txt: str):
self.z: A = None
self.o: B = None
self.u: C = 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.x: C = None
self.v: B ... | 9 | 22 | 2.444444 | 0.305556 | 3 | 3 | 3 | 1 | 2 | 9 | 4 | 3 | 4 | 0.444444 | 5 | 0.227273 | 6 | 3 | 9 | 4.8 | 5 | 3 | 1 | 2 |
1,467 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.w: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: C = None
self.txt = txt
i = A("i")
n = B("n... | i" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.w: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: C = None
self.txt = txt
i = A("i")
n = B("n... | 6 | 7 | 1.166667 | 0.233333 | 3 | 2 | 2 | 1 | 1.333333 | 4 | 2 | 2 | 3 | 0.5 | 3 | 0.428571 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 |
1,468 | class A:
def __init__(self, txt: str):
self.r: A = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.r: A = None
self.w: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: C ... | i" | class A:
def __init__(self, txt: str):
self.r: A = None
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: B = None
self.r: A = None
self.w: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: C ... | 10 | 26 | 2.6 | 0.288889 | 3 | 3.333333 | 3 | 2 | 2.666667 | 6 | 2 | 1 | 6 | 0.6 | 6 | 0.230769 | 1 | 6 | 6 | 6 | 3 | 3 | 2 | 1 |
1,469 | class A:
def __init__(self, txt: str):
self.w: B = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: C = None
self.y: A = None
self.txt =... | c" | class A:
def __init__(self, txt: str):
self.w: B = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: C = None
self.y: A = None
self.txt =... | 5 | 9 | 1.8 | 0.45 | 3 | 1.666667 | 2 | 1 | 1.666667 | 4 | 2 | 2 | 3 | 0.6 | 3 | 0.333333 | 2 | 2 | 2 | 2 | 2 | 3 | 3 | 2 |
1,470 | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
a = A("a")
g = B("g")
n = C("n")
j = C("j")
... | i" | class A:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: B = None
self.txt = txt
a = A("a")
g = B("g")
n = C("n")
j = C("j")
... | 9 | 9 | 1 | 0.125 | 3 | 3 | 1 | 1 | 1 | 9 | 3 | 3 | 4 | 0.444444 | 4 | 0.444444 | 6 | 3 | 6 | 4 | 2 | 8 | 8 | 1 |
1,471 | class A:
def __init__(self, txt: str):
self.r: C = 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.p: C = None
self.txt = txt
m = A("m")
e = B("e")
c = C("c")
d = C("d")
... | d" | class A:
def __init__(self, txt: str):
self.r: C = 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.p: C = None
self.txt = txt
m = A("m")
e = B("e")
c = C("c")
d = C("d")
... | 10 | 10 | 1 | 0.111111 | 3 | 3.333333 | 1 | 1 | 1 | 5 | 3 | 3 | 2 | 0.2 | 2 | 0.2 | 4 | 2 | 4 | 2.666667 | 1 | 5 | 5 | 1 |
1,472 | class A:
def __init__(self, txt: str):
self.s: A = None
self.x: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.s: B = None
self.y: C = None
self.txt = txt
class C:
def __init__(self, txt:... | i" | class A:
def __init__(self, txt: str):
self.s: A = None
self.x: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.s: B = None
self.y: C = None
self.txt = txt
class C:
def __init__(self, txt:... | 9 | 23 | 2.555556 | 0.319444 | 3 | 3 | 3 | 3 | 3 | 7 | 2 | 1 | 7 | 0.777778 | 7 | 0.304348 | 1 | 5 | 5 | 5 | 5 | 2 | 2 | 1 |
1,473 | class A:
def __init__(self, txt: str):
self.y: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: C = None
self.v: A = None
self.z: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: A = None
self.y: B ... | a" | class A:
def __init__(self, txt: str):
self.y: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: C = None
self.v: A = None
self.z: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: A = None
self.y: B ... | 4 | 8 | 2 | 0.666667 | 3 | 1.333333 | 3 | 1 | 2.333333 | 4 | 2 | 1 | 4 | 1 | 4 | 0.5 | 1 | 2 | 2 | 2 | 2 | 3 | 2 | 1 |
1,474 | class A:
def __init__(self, txt: str):
self.y: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.p: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: A = None
self.r: B ... | e" | class A:
def __init__(self, txt: str):
self.y: B = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.p: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: A = None
self.r: B ... | 8 | 20 | 2.5 | 0.357143 | 3 | 2.666667 | 3 | 2 | 2.333333 | 4 | 1 | 1 | 5 | 0.625 | 4 | 0.2 | 0 | null | null | null | 3 | 2 | 1 | 1 |
1,475 | class A:
def __init__(self, txt: str):
self.u: B = None
self.r: C = None
self.z: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.v: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: B ... | i" | class A:
def __init__(self, txt: str):
self.u: B = None
self.r: C = None
self.z: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.v: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: B ... | 4 | 8 | 2 | 0.666667 | 3 | 1.333333 | 3 | 2 | 2.333333 | 3 | 2 | 1 | 3 | 0.75 | 3 | 0.375 | 1 | 2 | 2 | 2 | 3 | 1 | 1 | 2 |
1,476 | class A:
def __init__(self, txt: str):
self.u: A = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.q: A = None
self.r: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: C ... | h" | class A:
def __init__(self, txt: str):
self.u: A = None
self.r: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.q: A = None
self.r: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: C ... | 8 | 12 | 1.5 | 0.214286 | 3 | 2.666667 | 3 | 2 | 2.333333 | 3 | 2 | 1 | 3 | 0.375 | 3 | 0.25 | 1 | 2 | 2 | 2 | 1 | 3 | 3 | 1 |
1,477 | class A:
def __init__(self, txt: str):
self.r: B = None
self.u: C = None
self.z: 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.w: B = None
self.x: B ... | n" | class A:
def __init__(self, txt: str):
self.r: B = None
self.u: C = None
self.z: 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.w: B = None
self.x: B ... | 9 | 23 | 2.555556 | 0.319444 | 3 | 3 | 3 | 1 | 2.333333 | 5 | 3 | 2 | 3 | 0.333333 | 4 | 0.173913 | 3 | 2 | 4 | 2.5 | 4 | 2 | 1 | 2 |
1,478 | 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.o: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
a = A("a")
k = B("k... | k" | 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.o: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: B = None
self.txt = txt
a = A("a")
k = B("k... | 7 | 7 | 1 | 0.166667 | 3 | 2.333333 | 2 | 1 | 1.333333 | 3 | 2 | 2 | 2 | 0.285714 | 2 | 0.285714 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 |
1,479 | class A:
def __init__(self, txt: str):
self.x: 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.x: A = None
self.y: A = None
self.txt = txt
e = A("e")
g = B("g... | n" | class A:
def __init__(self, txt: str):
self.x: 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.x: A = None
self.y: A = None
self.txt = txt
e = A("e")
g = B("g... | 5 | 6 | 1.2 | 0.3 | 3 | 1.666667 | 2 | 1 | 1.333333 | 5 | 2 | 2 | 4 | 0.8 | 4 | 0.666667 | 2 | 2 | 2 | 2 | 3 | 2 | 1 | 1 |
1,480 | class A:
def __init__(self, txt: str):
self.p: C = None
self.v: C = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: C = None
self.p: C = None
self.x: B = None
self.txt = txt
class C:
def __init__(self, txt:... | m" | class A:
def __init__(self, txt: str):
self.p: C = None
self.v: C = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: C = None
self.p: C = None
self.x: B = None
self.txt = txt
class C:
def __init__(self, txt:... | 7 | 20 | 2.857143 | 0.47619 | 3 | 2.333333 | 3 | 3 | 3 | 6 | 3 | 2 | 3 | 0.428571 | 3 | 0.15 | 4 | 3 | 6 | 3.6 | 3 | 2 | 1 | 1 |
1,481 | class A:
def __init__(self, txt: str):
self.p: A = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.v: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: A = None
self.txt =... | m" | class A:
def __init__(self, txt: str):
self.p: A = None
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.v: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: A = None
self.txt =... | 10 | 17 | 1.7 | 0.188889 | 3 | 3.333333 | 2 | 1 | 1.666667 | 10 | 3 | 1 | 6 | 0.6 | 10 | 0.588235 | 5 | 2 | 7 | 3.5 | 3 | 5 | 3 | 2 |
1,482 | class A:
def __init__(self, txt: str):
self.w: B = None
self.r: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: C = None
self.r: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: B = None
self.o: A ... | d" | class A:
def __init__(self, txt: str):
self.w: B = None
self.r: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: C = None
self.r: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: B = None
self.o: A ... | 6 | 11 | 1.833333 | 0.366667 | 3 | 2 | 2 | 2 | 2 | 5 | 2 | 1 | 5 | 0.833333 | 5 | 0.454545 | 1 | 2 | 2 | 2 | 3 | 2 | 1 | 2 |
1,483 | class A:
def __init__(self, txt: str):
self.s: C = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.r: C = None
self.w: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: B ... | g" | class A:
def __init__(self, txt: str):
self.s: C = None
self.p: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.r: C = None
self.w: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: B ... | 7 | 16 | 2.285714 | 0.380952 | 3 | 2.333333 | 3 | 2 | 2.333333 | 5 | 2 | 2 | 4 | 0.571429 | 4 | 0.25 | 2 | 2 | 2 | 2 | 4 | 2 | 1 | 1 |
1,484 | class A:
def __init__(self, txt: str):
self.z: B = None
self.u: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: C = None
self.q: C = None
self.v: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: B ... | g" | class A:
def __init__(self, txt: str):
self.z: B = None
self.u: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: C = None
self.q: C = None
self.v: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: B ... | 5 | 11 | 2.2 | 0.55 | 3 | 1.666667 | 3 | 2 | 2.666667 | 4 | 2 | 1 | 4 | 0.8 | 4 | 0.363636 | 1 | 2 | 2 | 2 | 4 | 1 | 1 | 2 |
1,485 | class A:
def __init__(self, txt: str):
self.t: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.y: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: A = None
self.y: C = None
self.txt =... | n" | class A:
def __init__(self, txt: str):
self.t: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.y: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: A = None
self.y: C = None
self.txt =... | 9 | 15 | 1.666667 | 0.208333 | 3 | 3 | 2 | 1 | 1.666667 | 3 | 2 | 2 | 2 | 0.222222 | 2 | 0.133333 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 |
1,486 | class A:
def __init__(self, txt: str):
self.v: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.p: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
a = A("a")
j = B("j... | a" | class A:
def __init__(self, txt: str):
self.v: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.p: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
a = A("a")
j = B("j... | 6 | 9 | 1.5 | 0.3 | 3 | 2 | 2 | 1 | 1.333333 | 4 | 2 | 1 | 4 | 0.666667 | 4 | 0.444444 | 1 | 4 | 4 | 4 | 4 | 1 | 1 | 1 |
1,487 | class A:
def __init__(self, txt: str):
self.z: A = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.x: C = None
self.w: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: C ... | k" | class A:
def __init__(self, txt: str):
self.z: A = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.x: C = None
self.w: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: C ... | 9 | 19 | 2.111111 | 0.263889 | 3 | 3 | 3 | 2 | 2.333333 | 4 | 3 | 2 | 2 | 0.222222 | 3 | 0.157895 | 3 | 2 | 4 | 2.5 | 2 | 3 | 3 | 2 |
1,488 | class A:
def __init__(self, txt: str):
self.r: B = 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.s: B = None
self.txt = txt
l = A("l")
h = B("h")
e = C("e")
k = B("k")
... | f" | class A:
def __init__(self, txt: str):
self.r: B = 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.s: B = None
self.txt = txt
l = A("l")
h = B("h")
e = C("e")
k = B("k")
... | 9 | 9 | 1 | 0.125 | 3 | 3 | 1 | 1 | 1 | 8 | 3 | 3 | 3 | 0.333333 | 3 | 0.333333 | 6 | 3 | 6 | 4 | 1 | 8 | 8 | 1 |
1,489 | class A:
def __init__(self, txt: str):
self.o: B = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: C = None
self.w: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: B = None
self.t: A ... | h" | class A:
def __init__(self, txt: str):
self.o: B = None
self.t: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: C = None
self.w: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: B = None
self.t: A ... | 7 | 14 | 2 | 0.333333 | 3 | 2.333333 | 2 | 2 | 2 | 7 | 3 | 2 | 5 | 0.714286 | 6 | 0.428571 | 3 | 2 | 5 | 3.25 | 4 | 3 | 2 | 2 |
1,490 | class A:
def __init__(self, txt: str):
self.q: B = None
self.x: C = None
self.z: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.o: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: A ... | l" | class A:
def __init__(self, txt: str):
self.q: B = None
self.x: C = None
self.z: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: A = None
self.o: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: A ... | 10 | 12 | 1.2 | 0.133333 | 3 | 3.333333 | 3 | 2 | 2.333333 | 4 | 2 | 1 | 4 | 0.4 | 4 | 0.333333 | 1 | 2 | 2 | 2 | 4 | 1 | 1 | 2 |
1,491 | class A:
def __init__(self, txt: str):
self.s: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
k = A("k")
b = B("b... | j" | class A:
def __init__(self, txt: str):
self.s: B = None
self.q: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
k = A("k")
b = B("b... | 9 | 13 | 1.444444 | 0.180556 | 3 | 3 | 2 | 1 | 1.333333 | 6 | 3 | 3 | 3 | 0.333333 | 3 | 0.230769 | 4 | 2 | 4 | 2.666667 | 1 | 6 | 6 | 1 |
1,492 | class A:
def __init__(self, txt: str):
self.s: A = None
self.x: A = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.s: A = None
self.u: B = None
self.txt = txt
class C:
def __init__(self, txt:... | e" | class A:
def __init__(self, txt: str):
self.s: A = None
self.x: A = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.s: A = None
self.u: B = None
self.txt = txt
class C:
def __init__(self, txt:... | 5 | 8 | 1.6 | 0.4 | 3 | 1.666667 | 3 | 2 | 2.666667 | 5 | 2 | 1 | 4 | 0.8 | 5 | 0.625 | 2 | 2 | 2 | 2 | 4 | 2 | 2 | 2 |
1,493 | class A:
def __init__(self, txt: str):
self.w: C = None
self.v: A = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: A = None
self.u: C ... | k" | class A:
def __init__(self, txt: str):
self.w: C = None
self.v: A = None
self.x: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: A = None
self.u: C ... | 8 | 15 | 1.875 | 0.267857 | 3 | 2.666667 | 3 | 1 | 2 | 6 | 2 | 1 | 6 | 0.75 | 6 | 0.4 | 1 | 3 | 3 | 3 | 3 | 3 | 1 | 2 |
1,494 | class A:
def __init__(self, txt: str):
self.r: C = None
self.v: A = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.v: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: C ... | d" | class A:
def __init__(self, txt: str):
self.r: C = None
self.v: A = None
self.z: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.v: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: C ... | 7 | 12 | 1.714286 | 0.285714 | 3 | 2.333333 | 3 | 2 | 2.333333 | 7 | 3 | 2 | 4 | 0.571429 | 5 | 0.416667 | 4 | 2 | 7 | 3.4 | 3 | 3 | 1 | 2 |
1,495 | class A:
def __init__(self, txt: str):
self.u: A = None
self.s: C = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.y: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: C ... | e" | class A:
def __init__(self, txt: str):
self.u: A = None
self.s: C = None
self.o: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.y: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: C ... | 10 | 18 | 1.8 | 0.2 | 3 | 3.333333 | 3 | 1 | 2 | 10 | 5 | 5 | 3 | 0.3 | 3 | 0.166667 | 8 | 2 | 8 | 4 | 2 | 9 | 9 | 1 |
1,496 | class A:
def __init__(self, txt: str):
self.q: B = None
self.x: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: C = None
self.txt = txt
l = A("l")
g = B("g... | l" | class A:
def __init__(self, txt: str):
self.q: B = None
self.x: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: C = None
self.txt = txt
l = A("l")
g = B("g... | 7 | 8 | 1.142857 | 0.190476 | 3 | 2.333333 | 2 | 1 | 1.333333 | 3 | 2 | 1 | 3 | 0.428571 | 3 | 0.375 | 1 | 2 | 2 | 2 | 2 | 2 | 1 | 1 |
1,497 | class A:
def __init__(self, txt: str):
self.q: C = None
self.u: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.r: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: B ... | a" | class A:
def __init__(self, txt: str):
self.q: C = None
self.u: B = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.r: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: B ... | 7 | 15 | 2.142857 | 0.357143 | 3 | 2.333333 | 3 | 2 | 2.333333 | 5 | 3 | 2 | 3 | 0.428571 | 4 | 0.266667 | 3 | 2 | 5 | 3.25 | 3 | 3 | 2 | 2 |
1,498 | class A:
def __init__(self, txt: str):
self.r: A = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.q: B = None
self.o: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: B ... | c" | class A:
def __init__(self, txt: str):
self.r: A = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: B = None
self.q: B = None
self.o: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: B ... | 10 | 23 | 2.3 | 0.255556 | 3 | 3.333333 | 3 | 2 | 2.333333 | 7 | 4 | 3 | 3 | 0.3 | 3 | 0.130435 | 5 | 2 | 6 | 3.111111 | 2 | 4 | 1 | 1 |
1,499 | class A:
def __init__(self, txt: str):
self.t: C = None
self.o: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.s: A = None
self.x: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: B ... | f" | class A:
def __init__(self, txt: str):
self.t: C = None
self.o: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.s: A = None
self.x: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: B ... | 10 | 20 | 2 | 0.222222 | 3 | 3.333333 | 3 | 2 | 2.333333 | 4 | 2 | 1 | 4 | 0.4 | 4 | 0.2 | 1 | 2 | 2 | 2 | 2 | 2 | 2 | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.