Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_gc.py22 class C1055820(object): class
39 self.wr = weakref.ref(C1055820(666), it_happened)
523 Cs = [C1055820(i) for i in range(2)]
551 c0 = C1055820(0)
555 c1 = C1055820(1)
559 c2 = C1055820(2)
623 class D(C1055820):
631 c1 = C1055820(1)
635 c2 = C1055820(2)
/external/python/cpython3/Lib/test/
Dtest_gc.py30 class C1055820(object): class
47 self.wr = weakref.ref(C1055820(666), it_happened)
579 Cs = [C1055820(i) for i in range(2)]
851 C1055820(666)
892 c0 = C1055820(0)
896 c1 = C1055820(1)
900 c2 = C1055820(2)
964 class D(C1055820):
972 c1 = C1055820(1)
976 c2 = C1055820(2)