Lines Matching refs:C1055820
38 # An instance of C1055820 has a self-loop, so becomes cyclic trash when
40 class C1055820(object):
57 self.wr = weakref.ref(C1055820(666), it_happened)
682 Cs = [C1055820(i) for i in range(2)]
1203 C1055820(666)
1299 c0 = C1055820(0)
1303 c1 = C1055820(1)
1307 c2 = C1055820(2)
1371 class D(C1055820):
1379 c1 = C1055820(1)
1383 c2 = C1055820(2)