Home
last modified time | relevance | path

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

/third_party/python/Lib/test/test_capi/
H A Dtest_misc.py598 class HeapGcCTypeSubclass(_testcapi.HeapGcCType): class
603 subclass_instance = HeapGcCTypeSubclass()
604 type_refcnt = sys.getrefcount(HeapGcCTypeSubclass)
612 self.assertEqual(type_refcnt - 1, sys.getrefcount(HeapGcCTypeSubclass))

Completed in 4 milliseconds