Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_gc.py21 class C1055820(object): class
38 self.wr = weakref.ref(C1055820(666), it_happened)
521 Cs = [C1055820(i) for i in range(2)]
549 c0 = C1055820(0)
553 c1 = C1055820(1)
557 c2 = C1055820(2)
621 class D(C1055820):
629 c1 = C1055820(1)
633 c2 = C1055820(2)