Home
last modified time | relevance | path

Searched refs:C1055820 (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_gc.py38 # An instance of C1055820 has a self-loop, so becomes cyclic trash when
40 class C1055820(object): class
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(
[all...]

Completed in 3 milliseconds