id int64 0 25k | prompt stringlengths 265 3.39k | answer stringclasses 14
values | pythoncode stringlengths 267 3.39k | num_nodes int64 3 10 | num_edges int64 3 56 | avg_node_edge float64 1 5.6 | 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.8 | 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 9 ⌀ | longest_cycle int64 2 10 ⌀ | average_cycle float64 2 9 ⌀ | unique_edge_label int64 1 9 | max_label_occurrences int64 1 10 | max_label_consecutive int64 1 10 | max_node_outdegree int64 1 5 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5,800 | class A:
def __init__(self, txt: str):
self.p: C = None
self.v: E = None
self.t: E = None
self.z: B = 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: E ... | d" | class A:
def __init__(self, txt: str):
self.p: C = None
self.v: E = None
self.t: E = None
self.z: B = 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: E ... | 9 | 29 | 3.222222 | 0.402778 | 5 | 1.8 | 5 | 1 | 4 | 7 | 2 | 1 | 7 | 0.777778 | 7 | 0.241379 | 1 | 7 | 7 | 7 | 7 | 1 | 1 | 1 |
5,801 | class A:
def __init__(self, txt: str):
self.q: B = None
self.v: E = None
self.u: B = None
self.t: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.r: E = None
self.z: C = None
self.txt = txt
class C:
... | h" | class A:
def __init__(self, txt: str):
self.q: B = None
self.v: E = None
self.u: B = None
self.t: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.r: E = None
self.z: C = None
self.txt = txt
class C:
... | 10 | 35 | 3.5 | 0.388889 | 5 | 2 | 5 | 3 | 4 | 3 | 1 | 1 | 4 | 0.4 | 3 | 0.085714 | 0 | null | null | null | 3 | 1 | 1 | 1 |
5,802 | class A:
def __init__(self, txt: str):
self.y: E = None
self.s: E = None
self.t: C = None
self.p: D = 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.x: D ... | h" | class A:
def __init__(self, txt: str):
self.y: E = None
self.s: E = None
self.t: C = None
self.p: D = 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.x: D ... | 7 | 20 | 2.857143 | 0.47619 | 5 | 1.4 | 4 | 1 | 3.2 | 4 | 2 | 1 | 4 | 0.571429 | 4 | 0.2 | 1 | 3 | 3 | 3 | 3 | 2 | 2 | 2 |
5,803 | class A:
def __init__(self, txt: str):
self.r: B = None
self.x: E = None
self.u: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: B = None
self.t: B ... | b" | class A:
def __init__(self, txt: str):
self.r: B = None
self.x: E = None
self.u: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: B = None
self.t: B ... | 7 | 13 | 1.857143 | 0.309524 | 5 | 1.4 | 5 | 1 | 2.6 | 7 | 2 | 2 | 5 | 0.714286 | 6 | 0.461538 | 3 | 2 | 5 | 4 | 5 | 2 | 1 | 2 |
5,804 | class A:
def __init__(self, txt: str):
self.r: C = None
self.v: C = None
self.o: D = None
self.w: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: E = None
self.p: A = None
self.r: A = None
self.txt = txt
class C:
... | f" | class A:
def __init__(self, txt: str):
self.r: C = None
self.v: C = None
self.o: D = None
self.w: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: E = None
self.p: A = None
self.r: A = None
self.txt = txt
class C:
... | 9 | 23 | 2.555556 | 0.319444 | 5 | 1.8 | 4 | 1 | 3 | 9 | 5 | 5 | 2 | 0.222222 | 2 | 0.086957 | 8 | 2 | 8 | 4 | 1 | 9 | 9 | 1 |
5,805 | class A:
def __init__(self, txt: str):
self.x: C = None
self.t: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: D = None
self.y: D = None
self.s: C = None
self.w: D = None
self.txt = txt
class C:
def __init__(self, txt:... | f" | class A:
def __init__(self, txt: str):
self.x: C = None
self.t: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: D = None
self.y: D = None
self.s: C = None
self.w: D = None
self.txt = txt
class C:
def __init__(self, txt:... | 9 | 26 | 2.888889 | 0.361111 | 5 | 1.8 | 4 | 1 | 2.8 | 7 | 2 | 2 | 6 | 0.666667 | 6 | 0.230769 | 2 | 2 | 2 | 2 | 5 | 3 | 1 | 2 |
5,806 | class A:
def __init__(self, txt: str):
self.u: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: D = None
self.v: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: D = None
self.y: E = None
self.txt =... | m" | class A:
def __init__(self, txt: str):
self.u: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: D = None
self.v: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: D = None
self.y: E = None
self.txt =... | 10 | 26 | 2.6 | 0.288889 | 5 | 2 | 5 | 1 | 2.6 | 4 | 1 | 1 | 5 | 0.5 | 4 | 0.153846 | 0 | null | null | null | 4 | 1 | 1 | 1 |
5,807 | class A:
def __init__(self, txt: str):
self.q: D = None
self.u: E = None
self.x: D = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: D = None
self.x: B = None
self.txt = txt
class C:
def __init__(self, txt:... | h" | class A:
def __init__(self, txt: str):
self.q: D = None
self.u: E = None
self.x: D = None
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: D = None
self.x: B = None
self.txt = txt
class C:
def __init__(self, txt:... | 6 | 16 | 2.666667 | 0.533333 | 5 | 1.2 | 5 | 2 | 3.8 | 4 | 2 | 1 | 4 | 0.666667 | 4 | 0.25 | 1 | 2 | 2 | 2 | 4 | 1 | 1 | 2 |
5,808 | class A:
def __init__(self, txt: str):
self.u: C = None
self.r: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.y: C = None
self.p: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: B ... | d" | class A:
def __init__(self, txt: str):
self.u: C = None
self.r: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.y: C = None
self.p: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: B ... | 10 | 30 | 3 | 0.333333 | 5 | 2 | 4 | 2 | 3 | 7 | 2 | 1 | 7 | 0.7 | 7 | 0.233333 | 1 | 3 | 3 | 3 | 4 | 3 | 2 | 2 |
5,809 | class A:
def __init__(self, txt: str):
self.q: E = None
self.y: B = None
self.p: E = None
self.o: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.w: E = None
self.txt = txt
class C:
def __init__(self, txt:... | m" | class A:
def __init__(self, txt: str):
self.q: E = None
self.y: B = None
self.p: E = None
self.o: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.w: E = None
self.txt = txt
class C:
def __init__(self, txt:... | 10 | 22 | 2.2 | 0.244444 | 5 | 2 | 4 | 2 | 3 | 6 | 2 | 1 | 5 | 0.5 | 6 | 0.272727 | 2 | 3 | 3 | 3 | 6 | 1 | 1 | 2 |
5,810 | class A:
def __init__(self, txt: str):
self.o: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: C = None
self.s: D = None
self.o: D = None
self.w: E = None
self.z: B = None
self.txt = txt
class C:
def __init__(self, txt:... | k" | class A:
def __init__(self, txt: str):
self.o: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: C = None
self.s: D = None
self.o: D = None
self.w: E = None
self.z: B = None
self.txt = txt
class C:
def __init__(self, txt:... | 8 | 19 | 2.375 | 0.339286 | 5 | 1.6 | 5 | 1 | 2.8 | 8 | 2 | 2 | 7 | 0.875 | 7 | 0.368421 | 2 | 3 | 3 | 3 | 6 | 2 | 1 | 1 |
5,811 | class A:
def __init__(self, txt: str):
self.t: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.v: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: A = None
self.o: B = None
self.y: D ... | b" | class A:
def __init__(self, txt: str):
self.t: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: A = None
self.v: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: A = None
self.o: B = None
self.y: D ... | 7 | 20 | 2.857143 | 0.47619 | 5 | 1.4 | 5 | 1 | 3 | 5 | 1 | 1 | 6 | 0.857143 | 5 | 0.25 | 0 | null | null | null | 4 | 2 | 1 | 1 |
5,812 | class A:
def __init__(self, txt: str):
self.w: A = None
self.r: E = None
self.t: B = None
self.q: E = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.w: C = None
self.z: C = None
se... | n" | class A:
def __init__(self, txt: str):
self.w: A = None
self.r: E = None
self.t: B = None
self.q: E = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: A = None
self.w: C = None
self.z: C = None
se... | 10 | 36 | 3.6 | 0.4 | 5 | 2 | 5 | 1 | 3.6 | 3 | 1 | 1 | 4 | 0.4 | 3 | 0.083333 | 0 | null | null | null | 3 | 1 | 1 | 1 |
5,813 | class A:
def __init__(self, txt: str):
self.p: A = None
self.t: D = None
self.r: E = None
self.v: A = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: D = None
self.w: D = None
self.x: D = None
se... | j" | class A:
def __init__(self, txt: str):
self.p: A = None
self.t: D = None
self.r: E = None
self.v: A = None
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: D = None
self.w: D = None
self.x: D = None
se... | 9 | 29 | 3.222222 | 0.402778 | 5 | 1.8 | 5 | 2 | 3.8 | 7 | 3 | 2 | 4 | 0.444444 | 5 | 0.172414 | 4 | 3 | 7 | 4.4 | 3 | 4 | 1 | 2 |
5,814 | class A:
def __init__(self, txt: str):
self.w: B = None
self.x: E = None
self.s: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: E = None
self.x: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: B ... | i" | class A:
def __init__(self, txt: str):
self.w: B = None
self.x: E = None
self.s: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: E = None
self.x: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: B ... | 5 | 8 | 1.6 | 0.4 | 5 | 1 | 3 | 1 | 2 | 3 | 2 | 1 | 3 | 0.6 | 3 | 0.375 | 1 | 2 | 2 | 2 | 2 | 2 | 1 | 1 |
5,815 | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: D = None
self.t: A = None
self.y: E = None
self.x: B = None
self.w: B = None
self.txt = txt
class C:
def __init__(self, txt:... | j" | class A:
def __init__(self, txt: str):
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: D = None
self.t: A = None
self.y: E = None
self.x: B = None
self.w: B = None
self.txt = txt
class C:
def __init__(self, txt:... | 10 | 20 | 2 | 0.222222 | 5 | 2 | 5 | 1 | 2.6 | 4 | 2 | 2 | 3 | 0.3 | 3 | 0.15 | 2 | 2 | 2 | 2 | 1 | 4 | 4 | 1 |
5,816 | class A:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.z: D = None
self.x: A = None
self.t: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: D ... | d" | class A:
def __init__(self, txt: str):
self.z: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: B = None
self.z: D = None
self.x: A = None
self.t: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.q: D ... | 7 | 15 | 2.142857 | 0.357143 | 5 | 1.4 | 5 | 1 | 3 | 6 | 3 | 2 | 3 | 0.428571 | 4 | 0.266667 | 4 | 2 | 4 | 2.666667 | 4 | 2 | 1 | 2 |
5,817 | class A:
def __init__(self, txt: str):
self.q: E = None
self.u: C = None
self.v: D = None
self.p: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: A ... | k" | class A:
def __init__(self, txt: str):
self.q: E = None
self.u: C = None
self.v: D = None
self.p: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: A ... | 6 | 13 | 2.166667 | 0.433333 | 5 | 1.2 | 5 | 1 | 3.2 | 4 | 2 | 1 | 4 | 0.666667 | 4 | 0.307692 | 1 | 2 | 2 | 2 | 4 | 1 | 1 | 1 |
5,818 | class A:
def __init__(self, txt: str):
self.q: E = None
self.z: D = None
self.r: B = None
self.x: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: D = None
self.x: C = None
self.r: E = None
self.t: C = None
se... | c" | class A:
def __init__(self, txt: str):
self.q: E = None
self.z: D = None
self.r: B = None
self.x: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: D = None
self.x: C = None
self.r: E = None
self.t: C = None
se... | 8 | 21 | 2.625 | 0.375 | 5 | 1.6 | 5 | 1 | 3.4 | 4 | 2 | 1 | 4 | 0.5 | 4 | 0.190476 | 1 | 3 | 3 | 3 | 3 | 2 | 1 | 1 |
5,819 | class A:
def __init__(self, txt: str):
self.w: B = None
self.s: A = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: D = None
self.t: C = None
self.p: A = None
self.r: C = None
self.u: D = None
se... | f" | class A:
def __init__(self, txt: str):
self.w: B = None
self.s: A = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: D = None
self.t: C = None
self.p: A = None
self.r: C = None
self.u: D = None
se... | 7 | 15 | 2.142857 | 0.357143 | 5 | 1.4 | 5 | 1 | 2.6 | 7 | 4 | 2 | 4 | 0.571429 | 6 | 0.4 | 4 | 2 | 6 | 3.142857 | 5 | 2 | 1 | 3 |
5,820 | class A:
def __init__(self, txt: str):
self.o: C = None
self.r: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: D = None
self.p: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: E = None
self.t: B ... | m" | class A:
def __init__(self, txt: str):
self.o: C = None
self.r: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: D = None
self.p: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: E = None
self.t: B ... | 6 | 14 | 2.333333 | 0.466667 | 5 | 1.2 | 4 | 2 | 2.6 | 6 | 2 | 1 | 5 | 0.833333 | 6 | 0.428571 | 2 | 3 | 5 | 4 | 6 | 1 | 1 | 2 |
5,821 | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.o: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: E = None
self.txt = txt
class D:
def __... | e" | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: A = None
self.o: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: E = None
self.txt = txt
class D:
def __... | 5 | 8 | 1.6 | 0.4 | 5 | 1 | 4 | 1 | 2 | 4 | 2 | 1 | 3 | 0.6 | 4 | 0.5 | 2 | 2 | 2 | 2 | 4 | 1 | 1 | 2 |
5,822 | class A:
def __init__(self, txt: str):
self.v: E = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: D = None
self.u: D = None
self.s: E = None
self.v: E = None
self.txt = txt
class C:
def __init__(self, txt:... | d" | class A:
def __init__(self, txt: str):
self.v: E = None
self.u: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: D = None
self.u: D = None
self.s: E = None
self.v: E = None
self.txt = txt
class C:
def __init__(self, txt:... | 7 | 15 | 2.142857 | 0.357143 | 5 | 1.4 | 4 | 1 | 2.8 | 5 | 2 | 1 | 5 | 0.714286 | 5 | 0.333333 | 1 | 3 | 3 | 3 | 3 | 3 | 2 | 1 |
5,823 | class A:
def __init__(self, txt: str):
self.v: E = None
self.q: E = None
self.z: C = None
self.r: 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.s: D ... | l" | class A:
def __init__(self, txt: str):
self.v: E = None
self.q: E = None
self.z: C = None
self.r: 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.s: D ... | 7 | 13 | 1.857143 | 0.309524 | 5 | 1.4 | 5 | 1 | 2.6 | 3 | 2 | 2 | 2 | 0.285714 | 2 | 0.153846 | 2 | 2 | 2 | 2 | 2 | 2 | 1 | 1 |
5,824 | class A:
def __init__(self, txt: str):
self.x: C = None
self.q: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.s: D = None
self.z: C = None
self.q: A = None
self.t: C = None
self.txt = txt
class C:
... | a" | class A:
def __init__(self, txt: str):
self.x: C = None
self.q: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.s: D = None
self.z: C = None
self.q: A = None
self.t: C = None
self.txt = txt
class C:
... | 6 | 12 | 2 | 0.4 | 5 | 1.2 | 5 | 1 | 3 | 6 | 2 | 2 | 5 | 0.833333 | 5 | 0.416667 | 2 | 2 | 2 | 2 | 3 | 3 | 3 | 2 |
5,825 | class A:
def __init__(self, txt: str):
self.u: E = None
self.t: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: E = None
self.t: C = None
self.r: C ... | e" | class A:
def __init__(self, txt: str):
self.u: E = None
self.t: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: E = None
self.t: C = None
self.r: C ... | 9 | 22 | 2.444444 | 0.305556 | 5 | 1.8 | 5 | 1 | 2.8 | 6 | 3 | 1 | 4 | 0.444444 | 6 | 0.272727 | 3 | 2 | 4 | 2.5 | 4 | 2 | 2 | 3 |
5,826 | class A:
def __init__(self, txt: str):
self.r: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: E = None
self.z: D = None
self.s: A = None
self.w: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: E ... | j" | class A:
def __init__(self, txt: str):
self.r: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: E = None
self.z: D = None
self.s: A = None
self.w: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: E ... | 7 | 17 | 2.428571 | 0.404762 | 5 | 1.4 | 4 | 1 | 2.6 | 7 | 2 | 1 | 6 | 0.857143 | 7 | 0.411765 | 2 | 2 | 2 | 2 | 4 | 2 | 1 | 2 |
5,827 | class A:
def __init__(self, txt: str):
self.v: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: D = None
self.z: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: D = None
self.txt = txt
class D:
def __... | k" | class A:
def __init__(self, txt: str):
self.v: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: D = None
self.z: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: D = None
self.txt = txt
class D:
def __... | 7 | 11 | 1.571429 | 0.261905 | 5 | 1.4 | 4 | 1 | 2 | 7 | 4 | 3 | 3 | 0.428571 | 3 | 0.272727 | 5 | 2 | 6 | 3.111111 | 3 | 3 | 1 | 1 |
5,828 | class A:
def __init__(self, txt: str):
self.t: A = None
self.v: A = None
self.p: D = None
self.q: E = None
self.y: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.o: C = None
self.r: E = None
se... | f" | class A:
def __init__(self, txt: str):
self.t: A = None
self.v: A = None
self.p: D = None
self.q: E = None
self.y: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.o: C = None
self.r: E = None
se... | 9 | 32 | 3.555556 | 0.444444 | 5 | 1.8 | 5 | 2 | 3.8 | 9 | 4 | 3 | 5 | 0.555556 | 6 | 0.1875 | 5 | 2 | 7 | 3.777778 | 5 | 5 | 3 | 2 |
5,829 | class A:
def __init__(self, txt: str):
self.z: D = None
self.y: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.t: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: A = None
self.txt =... | n" | class A:
def __init__(self, txt: str):
self.z: D = None
self.y: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.t: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: A = None
self.txt =... | 5 | 8 | 1.6 | 0.4 | 5 | 1 | 3 | 1 | 1.8 | 5 | 2 | 2 | 3 | 0.6 | 3 | 0.375 | 3 | 3 | 3 | 3 | 3 | 2 | 1 | 1 |
5,830 | class A:
def __init__(self, txt: str):
self.r: E = None
self.t: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: A = None
self.x: A = None
self.w: D ... | e" | class A:
def __init__(self, txt: str):
self.r: E = None
self.t: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: A = None
self.x: A = None
self.w: D ... | 5 | 7 | 1.4 | 0.35 | 5 | 1 | 3 | 1 | 2 | 3 | 2 | 1 | 3 | 0.6 | 3 | 0.428571 | 1 | 2 | 2 | 2 | 2 | 2 | 2 | 1 |
5,831 | class A:
def __init__(self, txt: str):
self.q: E = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.p: B = None
self.r: E = None
self.t: C = None
self.txt = txt
class C:
def __init__(self, txt:... | e" | class A:
def __init__(self, txt: str):
self.q: E = None
self.r: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: A = None
self.p: B = None
self.r: E = None
self.t: C = None
self.txt = txt
class C:
def __init__(self, txt:... | 8 | 25 | 3.125 | 0.446429 | 5 | 1.6 | 5 | 2 | 3.6 | 8 | 2 | 1 | 7 | 0.875 | 8 | 0.32 | 2 | 2 | 3 | 2.5 | 6 | 2 | 2 | 2 |
5,832 | class A:
def __init__(self, txt: str):
self.u: D = None
self.w: E = None
self.r: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: D = None
self.v: E = None
self.r: A = None
self.y: E = None
self.o: D = None
se... | a" | class A:
def __init__(self, txt: str):
self.u: D = None
self.w: E = None
self.r: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: D = None
self.v: E = None
self.r: A = None
self.y: E = None
self.o: D = None
se... | 9 | 26 | 2.888889 | 0.361111 | 5 | 1.8 | 5 | 2 | 3.2 | 7 | 3 | 1 | 6 | 0.666667 | 7 | 0.269231 | 2 | 3 | 6 | 4 | 4 | 3 | 3 | 2 |
5,833 | class A:
def __init__(self, txt: str):
self.w: B = None
self.y: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: C = None
self.r: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: E = None
self.x: A ... | e" | class A:
def __init__(self, txt: str):
self.w: B = None
self.y: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: C = None
self.r: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: E = None
self.x: A ... | 10 | 25 | 2.5 | 0.277778 | 5 | 2 | 4 | 2 | 2.8 | 4 | 2 | 1 | 4 | 0.4 | 4 | 0.16 | 1 | 3 | 3 | 3 | 3 | 2 | 1 | 1 |
5,834 | class A:
def __init__(self, txt: str):
self.w: C = None
self.p: A = None
self.x: 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.p: D = None
self.v: B ... | f" | class A:
def __init__(self, txt: str):
self.w: C = None
self.p: A = None
self.x: 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.p: D = None
self.v: B ... | 6 | 12 | 2 | 0.4 | 5 | 1.2 | 5 | 1 | 2.6 | 3 | 2 | 1 | 3 | 0.5 | 3 | 0.25 | 1 | 3 | 3 | 3 | 3 | 1 | 1 | 1 |
5,835 | class A:
def __init__(self, txt: str):
self.o: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: A = None
self.y: D = None
self.s: A = None
self.v: D ... | n" | class A:
def __init__(self, txt: str):
self.o: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.r: A = None
self.y: D = None
self.s: A = None
self.v: D ... | 6 | 12 | 2 | 0.4 | 5 | 1.2 | 5 | 1 | 2.6 | 4 | 2 | 2 | 3 | 0.5 | 3 | 0.25 | 2 | 3 | 3 | 3 | 3 | 2 | 1 | 1 |
5,836 | class A:
def __init__(self, txt: str):
self.x: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.v: C = None
self.r: B = None
self.s: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: B ... | i" | class A:
def __init__(self, txt: str):
self.x: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.v: C = None
self.r: B = None
self.s: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: B ... | 6 | 15 | 2.5 | 0.5 | 5 | 1.2 | 4 | 1 | 3 | 3 | 2 | 1 | 3 | 0.5 | 3 | 0.2 | 1 | 3 | 3 | 3 | 3 | 1 | 1 | 1 |
5,837 | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.z: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: E = None
self.o: B = None
self.u: A ... | a" | class A:
def __init__(self, txt: str):
self.q: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: B = None
self.z: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.w: E = None
self.o: B = None
self.u: A ... | 6 | 12 | 2 | 0.4 | 5 | 1.2 | 5 | 1 | 2.2 | 6 | 3 | 2 | 4 | 0.666667 | 5 | 0.416667 | 3 | 2 | 5 | 3.25 | 4 | 2 | 1 | 2 |
5,838 | class A:
def __init__(self, txt: str):
self.y: E = None
self.s: C = None
self.z: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: E = None
self.o: C = None
self.q: C = None
self.txt = txt
class C:
def __init__(self, txt:... | e" | class A:
def __init__(self, txt: str):
self.y: E = None
self.s: C = None
self.z: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: E = None
self.o: C = None
self.q: C = None
self.txt = txt
class C:
def __init__(self, txt:... | 7 | 15 | 2.142857 | 0.357143 | 5 | 1.4 | 3 | 2 | 2.8 | 4 | 2 | 1 | 3 | 0.428571 | 4 | 0.266667 | 2 | 2 | 2 | 2 | 4 | 1 | 1 | 2 |
5,839 | class A:
def __init__(self, txt: str):
self.t: D = None
self.s: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: D = None
self.x: A = None
self.q: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: C ... | k" | class A:
def __init__(self, txt: str):
self.t: D = None
self.s: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: D = None
self.x: A = None
self.q: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: C ... | 10 | 20 | 2 | 0.222222 | 5 | 2 | 4 | 1 | 2.6 | 4 | 2 | 2 | 3 | 0.3 | 3 | 0.15 | 2 | 2 | 2 | 2 | 2 | 3 | 3 | 1 |
5,840 | class A:
def __init__(self, txt: str):
self.y: D = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.y: B = None
self.w: E = None
self.u: D = None
self.txt = txt
class C:
def __init__(self, txt:... | h" | class A:
def __init__(self, txt: str):
self.y: D = None
self.p: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.y: B = None
self.w: E = None
self.u: D = None
self.txt = txt
class C:
def __init__(self, txt:... | 9 | 28 | 3.111111 | 0.388889 | 5 | 1.8 | 5 | 2 | 3 | 5 | 1 | 1 | 6 | 0.666667 | 5 | 0.178571 | 0 | null | null | null | 4 | 2 | 1 | 1 |
5,841 | class A:
def __init__(self, txt: str):
self.t: B = None
self.s: B = None
self.o: A = None
self.p: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: E = None
self.z: E = None
self.x: C = None
self.txt = txt
class C:
... | c" | class A:
def __init__(self, txt: str):
self.t: B = None
self.s: B = None
self.o: A = None
self.p: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: E = None
self.z: E = None
self.x: C = None
self.txt = txt
class C:
... | 10 | 30 | 3 | 0.333333 | 5 | 2 | 5 | 3 | 3.8 | 5 | 2 | 1 | 5 | 0.5 | 5 | 0.166667 | 1 | 3 | 3 | 3 | 3 | 3 | 3 | 1 |
5,842 | class A:
def __init__(self, txt: str):
self.o: E = None
self.p: E = None
self.r: E = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: E = None
self.y: E = None
self.t: E = None
self.txt = txt
class C:
... | d" | class A:
def __init__(self, txt: str):
self.o: E = None
self.p: E = None
self.r: E = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: E = None
self.y: E = None
self.t: E = None
self.txt = txt
class C:
... | 9 | 26 | 2.888889 | 0.361111 | 5 | 1.8 | 4 | 2 | 3.2 | 3 | 1 | 1 | 4 | 0.444444 | 3 | 0.115385 | 0 | null | null | null | 3 | 1 | 1 | 1 |
5,843 | class A:
def __init__(self, txt: str):
self.p: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.s: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: E = None
self.x: B = None
self.y: D ... | c" | class A:
def __init__(self, txt: str):
self.p: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: A = None
self.s: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.t: E = None
self.x: B = None
self.y: D ... | 5 | 12 | 2.4 | 0.6 | 5 | 1 | 5 | 1 | 3.2 | 4 | 2 | 1 | 4 | 0.8 | 4 | 0.333333 | 1 | 2 | 2 | 2 | 4 | 1 | 1 | 1 |
5,844 | class A:
def __init__(self, txt: str):
self.v: B = None
self.o: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: E = None
self.u: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: E = None
self.t: A ... | i" | class A:
def __init__(self, txt: str):
self.v: B = None
self.o: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: E = None
self.u: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: E = None
self.t: A ... | 10 | 21 | 2.1 | 0.233333 | 5 | 2 | 4 | 2 | 2.4 | 7 | 2 | 1 | 5 | 0.5 | 7 | 0.333333 | 3 | 2 | 5 | 4 | 5 | 3 | 2 | 2 |
5,845 | class A:
def __init__(self, txt: str):
self.v: B = None
self.q: D = None
self.r: D = None
self.y: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.q: A = None
self.txt = txt
class C:
def __init__(self, txt:... | k" | class A:
def __init__(self, txt: str):
self.v: B = None
self.q: D = None
self.r: D = None
self.y: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: B = None
self.q: A = None
self.txt = txt
class C:
def __init__(self, txt:... | 10 | 26 | 2.6 | 0.288889 | 5 | 2 | 4 | 1 | 3 | 6 | 2 | 1 | 6 | 0.6 | 6 | 0.230769 | 1 | 2 | 2 | 2 | 4 | 3 | 3 | 2 |
5,846 | class A:
def __init__(self, txt: str):
self.x: C = None
self.v: B = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.u: A = None
self.o: C = None
self.w: E = None
self.z: D = None
se... | i" | class A:
def __init__(self, txt: str):
self.x: C = None
self.v: B = None
self.y: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.u: A = None
self.o: C = None
self.w: E = None
self.z: D = None
se... | 10 | 34 | 3.4 | 0.377778 | 5 | 2 | 5 | 2 | 3.6 | 9 | 2 | 2 | 7 | 0.7 | 8 | 0.235294 | 3 | 5 | 6 | 5.666667 | 7 | 2 | 1 | 2 |
5,847 | class A:
def __init__(self, txt: str):
self.x: C = None
self.z: E = 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.w: A = None
self.y: A = None
self.r: A ... | g" | class A:
def __init__(self, txt: str):
self.x: C = None
self.z: E = 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.w: A = None
self.y: A = None
self.r: A ... | 7 | 12 | 1.714286 | 0.285714 | 5 | 1.4 | 5 | 1 | 2.6 | 4 | 2 | 1 | 4 | 0.571429 | 4 | 0.333333 | 1 | 4 | 4 | 4 | 4 | 1 | 1 | 1 |
5,848 | class A:
def __init__(self, txt: str):
self.x: B = None
self.z: E = None
self.v: B = None
self.w: D = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: D = None
self.o: A = None
self.txt = txt
class C:
... | k" | class A:
def __init__(self, txt: str):
self.x: B = None
self.z: E = None
self.v: B = None
self.w: D = None
self.u: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: D = None
self.o: A = None
self.txt = txt
class C:
... | 10 | 25 | 2.5 | 0.277778 | 5 | 2 | 5 | 2 | 3.4 | 3 | 2 | 1 | 3 | 0.3 | 3 | 0.12 | 1 | 2 | 2 | 2 | 3 | 1 | 1 | 2 |
5,849 | class A:
def __init__(self, txt: str):
self.s: B = None
self.r: E = None
self.z: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: D = None
self.x: A = None
self.y: C = None
self.txt = txt
class C:
def __init__(self, txt:... | e" | class A:
def __init__(self, txt: str):
self.s: B = None
self.r: E = None
self.z: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: D = None
self.x: A = None
self.y: C = None
self.txt = txt
class C:
def __init__(self, txt:... | 8 | 20 | 2.5 | 0.357143 | 5 | 1.6 | 3 | 1 | 2.2 | 8 | 4 | 3 | 3 | 0.375 | 5 | 0.25 | 6 | 2 | 7 | 4.1 | 4 | 3 | 2 | 2 |
5,850 | class A:
def __init__(self, txt: str):
self.t: B = None
self.s: E = None
self.x: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.s: A = None
self.r: E = None
self.txt = txt
class C:
def __init__(self, txt:... | h" | class A:
def __init__(self, txt: str):
self.t: B = None
self.s: E = None
self.x: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.s: A = None
self.r: E = None
self.txt = txt
class C:
def __init__(self, txt:... | 7 | 13 | 1.857143 | 0.309524 | 5 | 1.4 | 3 | 1 | 1.8 | 7 | 3 | 3 | 4 | 0.571429 | 4 | 0.307692 | 4 | 2 | 4 | 2.666667 | 3 | 5 | 5 | 2 |
5,851 | class A:
def __init__(self, txt: str):
self.r: C = None
self.s: C = None
self.o: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: D = None
self.q: C = None
self.o: C = None
self.s: E = None
self.w: A = None
se... | d" | class A:
def __init__(self, txt: str):
self.r: C = None
self.s: C = None
self.o: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: D = None
self.q: C = None
self.o: C = None
self.s: E = None
self.w: A = None
se... | 10 | 32 | 3.2 | 0.355556 | 5 | 2 | 5 | 2 | 3.4 | 4 | 1 | 1 | 5 | 0.5 | 4 | 0.125 | 0 | null | null | null | 3 | 2 | 1 | 1 |
5,852 | class A:
def __init__(self, txt: str):
self.u: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: D = None
self.p: A = None
self.v: C = None
self.u: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: E ... | c" | class A:
def __init__(self, txt: str):
self.u: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: D = None
self.p: A = None
self.v: C = None
self.u: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: E ... | 6 | 15 | 2.5 | 0.5 | 5 | 1.2 | 5 | 1 | 3 | 3 | 2 | 1 | 3 | 0.5 | 3 | 0.2 | 1 | 3 | 3 | 3 | 2 | 2 | 2 | 1 |
5,853 | class A:
def __init__(self, txt: str):
self.s: E = None
self.x: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.y: A = None
self.v: D = None
self.z: B = None
self.txt = txt
class C:
def __init__(self, txt:... | e" | class A:
def __init__(self, txt: str):
self.s: E = None
self.x: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: B = None
self.y: A = None
self.v: D = None
self.z: B = None
self.txt = txt
class C:
def __init__(self, txt:... | 8 | 23 | 2.875 | 0.410714 | 5 | 1.6 | 5 | 2 | 3.4 | 7 | 2 | 2 | 5 | 0.625 | 5 | 0.217391 | 3 | 5 | 5 | 5 | 5 | 2 | 1 | 1 |
5,854 | class A:
def __init__(self, txt: str):
self.t: B = None
self.y: E = None
self.u: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: E = None
self.q: A = None
self.o: E = None
self.t: E = None
self.y: E = None
se... | m" | class A:
def __init__(self, txt: str):
self.t: B = None
self.y: E = None
self.u: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: E = None
self.q: A = None
self.o: E = None
self.t: E = None
self.y: E = None
se... | 10 | 19 | 1.9 | 0.211111 | 5 | 2 | 5 | 1 | 2.6 | 9 | 3 | 2 | 5 | 0.5 | 7 | 0.368421 | 5 | 2 | 6 | 3.428571 | 4 | 3 | 2 | 2 |
5,855 | class A:
def __init__(self, txt: str):
self.o: D = None
self.q: B = None
self.y: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: E = None
self.t: A = None
self.p: E = None
self.q: D = None
self.x: D = None
se... | k" | class A:
def __init__(self, txt: str):
self.o: D = None
self.q: B = None
self.y: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: E = None
self.t: A = None
self.p: E = None
self.q: D = None
self.x: D = None
se... | 9 | 19 | 2.111111 | 0.263889 | 5 | 1.8 | 5 | 1 | 2.4 | 3 | 2 | 1 | 3 | 0.333333 | 3 | 0.157895 | 1 | 2 | 2 | 2 | 2 | 2 | 2 | 1 |
5,856 | class A:
def __init__(self, txt: str):
self.u: B = None
self.z: B = None
self.s: B = None
self.p: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: D = None
self.z: C = None
self.w: D = None
self.t: E = None
se... | i" | class A:
def __init__(self, txt: str):
self.u: B = None
self.z: B = None
self.s: B = None
self.p: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: D = None
self.z: C = None
self.w: D = None
self.t: E = None
se... | 5 | 10 | 2 | 0.5 | 5 | 1 | 5 | 1 | 3.2 | 3 | 2 | 1 | 3 | 0.6 | 3 | 0.3 | 1 | 2 | 2 | 2 | 3 | 1 | 1 | 1 |
5,857 | class A:
def __init__(self, txt: str):
self.w: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: E = None
self.s: C = None
self.z: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: E ... | i" | class A:
def __init__(self, txt: str):
self.w: B = None
self.t: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: E = None
self.s: C = None
self.z: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: E ... | 10 | 15 | 1.5 | 0.166667 | 5 | 2 | 3 | 1 | 2 | 6 | 3 | 2 | 3 | 0.3 | 3 | 0.2 | 4 | 3 | 6 | 3.6 | 3 | 2 | 1 | 1 |
5,858 | class A:
def __init__(self, txt: str):
self.w: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.r: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class D:
def __... | g" | class A:
def __init__(self, txt: str):
self.w: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.r: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: A = None
self.txt = txt
class D:
def __... | 10 | 20 | 2 | 0.222222 | 5 | 2 | 4 | 1 | 2.2 | 9 | 3 | 2 | 5 | 0.5 | 6 | 0.3 | 5 | 2 | 4 | 2.333333 | 4 | 5 | 3 | 2 |
5,859 | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: B = None
self.s: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: D = None
self.x: A = None
self.s: A = None
self.txt = txt
class C:
def __init__(self, txt:... | k" | class A:
def __init__(self, txt: str):
self.z: B = None
self.y: B = None
self.s: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: D = None
self.x: A = None
self.s: A = None
self.txt = txt
class C:
def __init__(self, txt:... | 8 | 16 | 2 | 0.285714 | 5 | 1.6 | 3 | 1 | 2.6 | 7 | 3 | 2 | 5 | 0.625 | 5 | 0.3125 | 3 | 2 | 4 | 2.5 | 4 | 2 | 1 | 2 |
5,860 | class A:
def __init__(self, txt: str):
self.w: D = None
self.r: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: D = None
self.q: B = None
self.txt =... | d" | class A:
def __init__(self, txt: str):
self.w: D = None
self.r: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.v: D = None
self.q: B = None
self.txt =... | 7 | 12 | 1.714286 | 0.285714 | 5 | 1.4 | 3 | 1 | 1.8 | 3 | 1 | 1 | 4 | 0.571429 | 3 | 0.25 | 0 | null | null | null | 3 | 1 | 1 | 1 |
5,861 | class A:
def __init__(self, txt: str):
self.v: D = None
self.w: B = None
self.o: C = None
self.s: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.r: C = None
self.txt = txt
class C:
def __init__(self, txt:... | n" | class A:
def __init__(self, txt: str):
self.v: D = None
self.w: B = None
self.o: C = None
self.s: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: B = None
self.r: C = None
self.txt = txt
class C:
def __init__(self, txt:... | 10 | 28 | 2.8 | 0.311111 | 5 | 2 | 4 | 2 | 3 | 9 | 3 | 2 | 5 | 0.5 | 8 | 0.285714 | 5 | 2 | 8 | 4.166667 | 6 | 2 | 1 | 2 |
5,862 | class A:
def __init__(self, txt: str):
self.v: E = None
self.y: B = None
self.t: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: C = None
self.r: B = None
self.p: B = None
self.q: A = None
self.y: C = None
se... | n" | class A:
def __init__(self, txt: str):
self.v: E = None
self.y: B = None
self.t: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: C = None
self.r: B = None
self.p: B = None
self.q: A = None
self.y: C = None
se... | 9 | 28 | 3.111111 | 0.388889 | 5 | 1.8 | 5 | 2 | 4 | 6 | 2 | 1 | 5 | 0.555556 | 6 | 0.214286 | 2 | 2 | 5 | 3.5 | 4 | 2 | 2 | 2 |
5,863 | class A:
def __init__(self, txt: str):
self.v: A = None
self.r: B = None
self.o: A = None
self.q: C = 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.s: D ... | j" | class A:
def __init__(self, txt: str):
self.v: A = None
self.r: B = None
self.o: A = None
self.q: C = 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.s: D ... | 10 | 26 | 2.6 | 0.288889 | 5 | 2 | 4 | 1 | 2.6 | 6 | 4 | 3 | 2 | 0.2 | 3 | 0.115385 | 5 | 2 | 6 | 3.111111 | 2 | 4 | 2 | 2 |
5,864 | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: E = None
self.t: E = None
self.s: A = None
self.p: A = None
self.r: B = None
self.txt = txt
class C:
def __init__(self, txt:... | k" | class A:
def __init__(self, txt: str):
self.z: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: E = None
self.t: E = None
self.s: A = None
self.p: A = None
self.r: B = None
self.txt = txt
class C:
def __init__(self, txt:... | 8 | 19 | 2.375 | 0.339286 | 5 | 1.6 | 5 | 1 | 3.4 | 8 | 4 | 2 | 4 | 0.5 | 6 | 0.315789 | 5 | 2 | 8 | 4 | 5 | 2 | 1 | 2 |
5,865 | class A:
def __init__(self, txt: str):
self.s: A = None
self.y: B = None
self.z: E = None
self.q: C = 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 ... | n" | class A:
def __init__(self, txt: str):
self.s: A = None
self.y: B = None
self.z: E = None
self.q: C = 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 ... | 10 | 20 | 2 | 0.222222 | 5 | 2 | 4 | 1 | 2.2 | 9 | 5 | 5 | 2 | 0.2 | 2 | 0.1 | 8 | 2 | 8 | 4 | 1 | 9 | 9 | 1 |
5,866 | class A:
def __init__(self, txt: str):
self.v: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.x: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class D:
def __... | a" | class A:
def __init__(self, txt: str):
self.v: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: A = None
self.x: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: A = None
self.txt = txt
class D:
def __... | 6 | 14 | 2.333333 | 0.466667 | 5 | 1.2 | 5 | 1 | 2.2 | 5 | 2 | 1 | 5 | 0.833333 | 5 | 0.357143 | 1 | 2 | 2 | 2 | 4 | 2 | 2 | 1 |
5,867 | class A:
def __init__(self, txt: str):
self.u: D = None
self.x: B = None
self.t: C = None
self.q: E = 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.q: E ... | c" | class A:
def __init__(self, txt: str):
self.u: D = None
self.x: B = None
self.t: C = None
self.q: E = 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.q: E ... | 5 | 12 | 2.4 | 0.6 | 5 | 1 | 5 | 1 | 2.6 | 4 | 2 | 1 | 3 | 0.6 | 4 | 0.333333 | 2 | 2 | 3 | 2.5 | 4 | 1 | 1 | 2 |
5,868 | class A:
def __init__(self, txt: str):
self.t: C = None
self.x: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.s: E = None
self.p: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A ... | i" | class A:
def __init__(self, txt: str):
self.t: C = None
self.x: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.s: E = None
self.p: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A ... | 6 | 13 | 2.166667 | 0.433333 | 5 | 1.2 | 5 | 2 | 3.8 | 4 | 2 | 1 | 4 | 0.666667 | 4 | 0.307692 | 1 | 2 | 2 | 2 | 3 | 2 | 2 | 2 |
5,869 | class A:
def __init__(self, txt: str):
self.o: C = None
self.s: B = None
self.v: C = None
self.t: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: C = None
self.w: D = None
self.z: E = None
self.txt = txt
class C:
... | a" | class A:
def __init__(self, txt: str):
self.o: C = None
self.s: B = None
self.v: C = None
self.t: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.s: C = None
self.w: D = None
self.z: E = None
self.txt = txt
class C:
... | 9 | 22 | 2.444444 | 0.305556 | 5 | 1.8 | 4 | 1 | 2.8 | 7 | 3 | 2 | 5 | 0.555556 | 6 | 0.272727 | 3 | 2 | 7 | 4 | 4 | 3 | 2 | 2 |
5,870 | class A:
def __init__(self, txt: str):
self.w: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: E = None
self.txt = txt
class D:
def __init__(self, txt: str):
... | d" | class A:
def __init__(self, txt: str):
self.w: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.x: E = None
self.txt = txt
class D:
def __init__(self, txt: str):
... | 5 | 5 | 1 | 0.25 | 5 | 1 | 2 | 1 | 1.2 | 4 | 3 | 2 | 2 | 0.4 | 2 | 0.4 | 3 | 2 | 4 | 2.5 | 2 | 2 | 1 | 1 |
5,871 | class A:
def __init__(self, txt: str):
self.p: E = None
self.z: C = None
self.x: D = None
self.t: D = None
self.y: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: C = None
self.s: E = None
self.q: D = None
se... | n" | class A:
def __init__(self, txt: str):
self.p: E = None
self.z: C = None
self.x: D = None
self.t: D = None
self.y: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: C = None
self.s: E = None
self.q: D = None
se... | 5 | 12 | 2.4 | 0.6 | 5 | 1 | 5 | 1 | 3.8 | 3 | 1 | 1 | 4 | 0.8 | 3 | 0.25 | 0 | null | null | null | 3 | 1 | 1 | 1 |
5,872 | class A:
def __init__(self, txt: str):
self.v: E = None
self.r: E = None
self.t: B = 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.t: B = None
self.s: B ... | a" | class A:
def __init__(self, txt: str):
self.v: E = None
self.r: E = None
self.t: B = 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.t: B = None
self.s: B ... | 6 | 10 | 1.666667 | 0.333333 | 5 | 1.2 | 5 | 1 | 2.6 | 5 | 3 | 3 | 2 | 0.333333 | 2 | 0.2 | 4 | 2 | 4 | 2.666667 | 2 | 3 | 1 | 1 |
5,873 | class A:
def __init__(self, txt: str):
self.u: B = None
self.w: B = None
self.s: A = None
self.y: C = None
self.p: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: E = None
self.p: A = None
self.txt = txt
class C:
... | m" | class A:
def __init__(self, txt: str):
self.u: B = None
self.w: B = None
self.s: A = None
self.y: C = None
self.p: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: E = None
self.p: A = None
self.txt = txt
class C:
... | 6 | 15 | 2.5 | 0.5 | 5 | 1.2 | 5 | 1 | 2.8 | 4 | 1 | 1 | 5 | 0.833333 | 4 | 0.266667 | 0 | null | null | null | 3 | 2 | 2 | 1 |
5,874 | class A:
def __init__(self, txt: str):
self.q: E = None
self.w: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: D = None
self.w: A = None
self.q: D = None
self.p: C = None
self.txt = txt
class C:
def __init__(self, txt:... | f" | class A:
def __init__(self, txt: str):
self.q: E = None
self.w: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: D = None
self.w: A = None
self.q: D = None
self.p: C = None
self.txt = txt
class C:
def __init__(self, txt:... | 6 | 14 | 2.333333 | 0.466667 | 5 | 1.2 | 4 | 1 | 2.4 | 4 | 3 | 2 | 2 | 0.333333 | 2 | 0.142857 | 3 | 2 | 4 | 2.5 | 2 | 2 | 1 | 1 |
5,875 | class A:
def __init__(self, txt: str):
self.x: B = None
self.u: C = None
self.z: C = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.z: D = None
self.t: E = None
self.o: A = None
se... | g" | class A:
def __init__(self, txt: str):
self.x: B = None
self.u: C = None
self.z: C = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.z: D = None
self.t: E = None
self.o: A = None
se... | 7 | 16 | 2.285714 | 0.380952 | 5 | 1.4 | 4 | 1 | 2.8 | 3 | 2 | 1 | 3 | 0.428571 | 3 | 0.1875 | 1 | 3 | 3 | 3 | 3 | 1 | 1 | 1 |
5,876 | class A:
def __init__(self, txt: str):
self.v: B = None
self.r: E = None
self.s: C = None
self.q: A = None
self.x: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: E = None
self.s: A = None
self.u: E = None
se... | g" | class A:
def __init__(self, txt: str):
self.v: B = None
self.r: E = None
self.s: C = None
self.q: A = None
self.x: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: E = None
self.s: A = None
self.u: E = None
se... | 10 | 35 | 3.5 | 0.388889 | 5 | 2 | 5 | 2 | 3.8 | 10 | 4 | 3 | 4 | 0.4 | 7 | 0.2 | 7 | 2 | 10 | 4.538462 | 6 | 3 | 1 | 2 |
5,877 | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.o: D = None
self.v: D = None
self.t: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: D ... | m" | class A:
def __init__(self, txt: str):
self.y: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.o: D = None
self.v: D = None
self.t: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: D ... | 7 | 14 | 2 | 0.333333 | 5 | 1.4 | 5 | 1 | 2.6 | 7 | 4 | 4 | 2 | 0.285714 | 2 | 0.142857 | 6 | 2 | 6 | 3.333333 | 2 | 4 | 1 | 1 |
5,878 | class A:
def __init__(self, txt: str):
self.t: C = None
self.s: E = None
self.r: C = None
self.x: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A ... | g" | class A:
def __init__(self, txt: str):
self.t: C = None
self.s: E = None
self.r: C = None
self.x: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: A ... | 5 | 10 | 2 | 0.5 | 5 | 1 | 5 | 1 | 2.6 | 4 | 2 | 1 | 4 | 0.8 | 4 | 0.4 | 1 | 2 | 2 | 2 | 4 | 1 | 1 | 1 |
5,879 | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: E = None
self.p: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: C = None
self.txt = txt
class D:
def __... | f" | class A:
def __init__(self, txt: str):
self.w: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.y: E = None
self.p: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.u: C = None
self.txt = txt
class D:
def __... | 9 | 15 | 1.666667 | 0.208333 | 5 | 1.8 | 4 | 1 | 2 | 3 | 2 | 2 | 2 | 0.222222 | 2 | 0.133333 | 2 | 2 | 2 | 2 | 1 | 3 | 3 | 1 |
5,880 | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: E = None
self.r: D = None
self.q: A = None
self.x: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: E ... | a" | class A:
def __init__(self, txt: str):
self.v: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: E = None
self.r: D = None
self.q: A = None
self.x: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.o: E ... | 7 | 19 | 2.714286 | 0.452381 | 5 | 1.4 | 4 | 1 | 3 | 4 | 2 | 1 | 4 | 0.571429 | 4 | 0.210526 | 1 | 2 | 2 | 2 | 3 | 2 | 1 | 1 |
5,881 | class A:
def __init__(self, txt: str):
self.u: E = None
self.s: E = None
self.o: C = None
self.y: B = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: E = None
self.z: A = None
self.v: A = None
se... | n" | class A:
def __init__(self, txt: str):
self.u: E = None
self.s: E = None
self.o: C = None
self.y: B = None
self.w: A = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: E = None
self.z: A = None
self.v: A = None
se... | 6 | 17 | 2.833333 | 0.566667 | 5 | 1.2 | 5 | 2 | 3 | 3 | 2 | 1 | 3 | 0.5 | 3 | 0.176471 | 1 | 2 | 2 | 2 | 2 | 2 | 2 | 1 |
5,882 | class A:
def __init__(self, txt: str):
self.v: D = None
self.t: E = None
self.x: B = None
self.z: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: D = None
self.x: C = None
self.txt = txt
class C:
def __init__(self, txt:... | b" | class A:
def __init__(self, txt: str):
self.v: D = None
self.t: E = None
self.x: B = None
self.z: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: D = None
self.x: C = None
self.txt = txt
class C:
def __init__(self, txt:... | 5 | 11 | 2.2 | 0.55 | 5 | 1 | 4 | 2 | 2.4 | 5 | 2 | 2 | 4 | 0.8 | 4 | 0.363636 | 2 | 2 | 2 | 2 | 3 | 2 | 1 | 2 |
5,883 | class A:
def __init__(self, txt: str):
self.x: E = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: E = None
self.y: C = None
self.r: E = None
self.v: C = None
self.s: C = None
self.txt = txt
class C:
... | h" | class A:
def __init__(self, txt: str):
self.x: E = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: E = None
self.y: C = None
self.r: E = None
self.v: C = None
self.s: C = None
self.txt = txt
class C:
... | 9 | 20 | 2.222222 | 0.277778 | 5 | 1.8 | 5 | 1 | 3 | 6 | 3 | 2 | 4 | 0.444444 | 4 | 0.2 | 3 | 2 | 4 | 2.5 | 3 | 4 | 4 | 1 |
5,884 | class A:
def __init__(self, txt: str):
self.u: A = None
self.q: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.r: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: C = None
self.r: A ... | i" | class A:
def __init__(self, txt: str):
self.u: A = None
self.q: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.z: C = None
self.r: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: C = None
self.r: A ... | 7 | 15 | 2.142857 | 0.357143 | 5 | 1.4 | 5 | 1 | 2.4 | 3 | 2 | 1 | 3 | 0.428571 | 3 | 0.2 | 1 | 2 | 2 | 2 | 2 | 2 | 2 | 1 |
5,885 | class A:
def __init__(self, txt: str):
self.x: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: C = None
self.o: D = None
self.s: B = None
self.q: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: C ... | c" | class A:
def __init__(self, txt: str):
self.x: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.r: C = None
self.o: D = None
self.s: B = None
self.q: B = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.z: C ... | 8 | 16 | 2 | 0.285714 | 5 | 1.6 | 4 | 1 | 2.6 | 3 | 2 | 2 | 2 | 0.25 | 2 | 0.125 | 2 | 2 | 2 | 2 | 1 | 3 | 3 | 1 |
5,886 | class A:
def __init__(self, txt: str):
self.v: B = None
self.t: C = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.w: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: D ... | c" | class A:
def __init__(self, txt: str):
self.v: B = None
self.t: C = None
self.o: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.w: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: D ... | 7 | 16 | 2.285714 | 0.380952 | 5 | 1.4 | 5 | 2 | 3 | 3 | 1 | 1 | 4 | 0.571429 | 3 | 0.1875 | 0 | null | null | null | 3 | 1 | 1 | 1 |
5,887 | class A:
def __init__(self, txt: str):
self.o: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: C = None
self.u: A = None
self.v: A = None
self.w: C = None
self.z: E = None
self.txt = txt
class C:
def __init__(self, txt:... | c" | class A:
def __init__(self, txt: str):
self.o: D = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.t: C = None
self.u: A = None
self.v: A = None
self.w: C = None
self.z: E = None
self.txt = txt
class C:
def __init__(self, txt:... | 7 | 18 | 2.571429 | 0.428571 | 5 | 1.4 | 5 | 1 | 3.2 | 4 | 2 | 1 | 4 | 0.571429 | 4 | 0.222222 | 1 | 2 | 2 | 2 | 2 | 3 | 3 | 1 |
5,888 | class A:
def __init__(self, txt: str):
self.w: E = None
self.t: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.x: B = None
self.v: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: E ... | k" | class A:
def __init__(self, txt: str):
self.w: E = None
self.t: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: B = None
self.x: B = None
self.v: C = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: E ... | 9 | 28 | 3.111111 | 0.388889 | 5 | 1.8 | 5 | 2 | 3.6 | 9 | 4 | 2 | 6 | 0.666667 | 7 | 0.25 | 4 | 2 | 9 | 4.428571 | 6 | 4 | 4 | 2 |
5,889 | class A:
def __init__(self, txt: str):
self.z: E = None
self.x: A = None
self.y: E = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: B ... | f" | class A:
def __init__(self, txt: str):
self.z: E = None
self.x: A = None
self.y: E = None
self.s: B = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.q: E = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.p: B ... | 10 | 23 | 2.3 | 0.255556 | 5 | 2 | 5 | 1 | 3.2 | 5 | 2 | 2 | 4 | 0.4 | 4 | 0.173913 | 2 | 3 | 3 | 3 | 3 | 2 | 1 | 1 |
5,890 | class A:
def __init__(self, txt: str):
self.o: B = None
self.x: D = None
self.r: E = None
self.z: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: D = None
self.y: B = None
self.o: A = None
self.u: A = None
se... | f" | class A:
def __init__(self, txt: str):
self.o: B = None
self.x: D = None
self.r: E = None
self.z: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: D = None
self.y: B = None
self.o: A = None
self.u: A = None
se... | 9 | 22 | 2.444444 | 0.305556 | 5 | 1.8 | 5 | 1 | 3 | 6 | 2 | 1 | 6 | 0.666667 | 6 | 0.272727 | 1 | 4 | 4 | 4 | 6 | 1 | 1 | 2 |
5,891 | class A:
def __init__(self, txt: str):
self.y: E = None
self.v: C = None
self.u: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.q: C = None
self.o: C = None
self.z: D = None
self.s: B = None
se... | l" | class A:
def __init__(self, txt: str):
self.y: E = None
self.v: C = None
self.u: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.u: B = None
self.q: C = None
self.o: C = None
self.z: D = None
self.s: B = None
se... | 10 | 31 | 3.1 | 0.344444 | 5 | 2 | 5 | 2 | 4 | 8 | 3 | 1 | 6 | 0.6 | 8 | 0.258065 | 3 | 2 | 7 | 3.75 | 4 | 4 | 3 | 2 |
5,892 | class A:
def __init__(self, txt: str):
self.x: E = 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.w: D = None
self.q: B = None
self.y: E ... | m" | class A:
def __init__(self, txt: str):
self.x: E = 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.w: D = None
self.q: B = None
self.y: E ... | 9 | 22 | 2.444444 | 0.305556 | 5 | 1.8 | 5 | 1 | 2.8 | 9 | 3 | 2 | 6 | 0.666667 | 7 | 0.318182 | 4 | 2 | 7 | 4.666667 | 4 | 3 | 1 | 2 |
5,893 | class A:
def __init__(self, txt: str):
self.y: E = None
self.p: A = None
self.o: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.p: D = None
self.v: D = None
self.t: C = None
self.r: A = None
se... | m" | class A:
def __init__(self, txt: str):
self.y: E = None
self.p: A = None
self.o: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.o: A = None
self.p: D = None
self.v: D = None
self.t: C = None
self.r: A = None
se... | 6 | 14 | 2.333333 | 0.466667 | 5 | 1.2 | 5 | 1 | 3.2 | 5 | 2 | 1 | 4 | 0.666667 | 5 | 0.357143 | 2 | 2 | 2 | 2 | 4 | 2 | 2 | 2 |
5,894 | class A:
def __init__(self, txt: str):
self.v: B = None
self.p: E = None
self.t: E = None
self.y: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: E = None
self.w: B = None
self.y: A = None
self.u: E = None
se... | c" | class A:
def __init__(self, txt: str):
self.v: B = None
self.p: E = None
self.t: E = None
self.y: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.x: E = None
self.w: B = None
self.y: A = None
self.u: E = None
se... | 7 | 19 | 2.714286 | 0.452381 | 5 | 1.4 | 5 | 2 | 3.6 | 5 | 2 | 1 | 5 | 0.714286 | 5 | 0.263158 | 1 | 2 | 2 | 2 | 4 | 2 | 1 | 2 |
5,895 | class A:
def __init__(self, txt: str):
self.s: D = None
self.u: A = None
self.p: B = None
self.t: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.s: C = None
self.w: D = None
self.txt = txt
class C:
... | n" | class A:
def __init__(self, txt: str):
self.s: D = None
self.u: A = None
self.p: B = None
self.t: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.p: A = None
self.s: C = None
self.w: D = None
self.txt = txt
class C:
... | 8 | 18 | 2.25 | 0.321429 | 5 | 1.6 | 4 | 1 | 2.2 | 8 | 3 | 2 | 5 | 0.625 | 6 | 0.333333 | 4 | 2 | 7 | 4 | 5 | 2 | 1 | 2 |
5,896 | class A:
def __init__(self, txt: str):
self.t: B = None
self.o: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.x: C = None
self.z: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: C ... | b" | class A:
def __init__(self, txt: str):
self.t: B = None
self.o: C = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.w: A = None
self.x: C = None
self.z: D = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.s: C ... | 10 | 20 | 2 | 0.222222 | 5 | 2 | 5 | 2 | 3 | 5 | 2 | 1 | 5 | 0.5 | 5 | 0.25 | 1 | 2 | 2 | 2 | 3 | 3 | 3 | 1 |
5,897 | class A:
def __init__(self, txt: str):
self.o: E = None
self.u: C = None
self.r: C = None
self.v: E = None
self.q: 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:... | f" | class A:
def __init__(self, txt: str):
self.o: E = None
self.u: C = None
self.r: C = None
self.v: E = None
self.q: 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:... | 8 | 22 | 2.75 | 0.392857 | 5 | 1.6 | 5 | 1 | 3.4 | 6 | 3 | 1 | 4 | 0.5 | 6 | 0.272727 | 3 | 2 | 4 | 2.5 | 5 | 2 | 2 | 3 |
5,898 | class A:
def __init__(self, txt: str):
self.u: D = None
self.t: B = None
self.q: B = 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.y: B = None
self.txt =... | d" | class A:
def __init__(self, txt: str):
self.u: D = None
self.t: B = None
self.q: B = 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.y: B = None
self.txt =... | 8 | 14 | 1.75 | 0.25 | 5 | 1.6 | 4 | 1 | 2.2 | 5 | 3 | 1 | 4 | 0.5 | 5 | 0.357143 | 2 | 2 | 4 | 2.666667 | 4 | 2 | 1 | 3 |
5,899 | class A:
def __init__(self, txt: str):
self.z: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: E = None
self.x: E = None
self.p: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: A = None
self.t: C ... | l" | class A:
def __init__(self, txt: str):
self.z: E = None
self.txt = txt
class B:
def __init__(self, txt: str):
self.v: E = None
self.x: E = None
self.p: A = None
self.txt = txt
class C:
def __init__(self, txt: str):
self.y: A = None
self.t: C ... | 9 | 20 | 2.222222 | 0.277778 | 5 | 1.8 | 5 | 1 | 2.6 | 3 | 1 | 1 | 4 | 0.444444 | 3 | 0.15 | 0 | null | null | null | 2 | 2 | 2 | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.