Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_capi.py402 class HeapGcCTypeSubclass(_testcapi.HeapGcCType): class
407 subclass_instance = HeapGcCTypeSubclass()
408 type_refcnt = sys.getrefcount(HeapGcCTypeSubclass)
416 self.assertEqual(type_refcnt - 1, sys.getrefcount(HeapGcCTypeSubclass))