Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_finalization.py31 class NonGCSimpleBase: class
64 NonGCSimpleBase._cleaning = False
70 NonGCSimpleBase._cleaning = True
97 class SimpleBase(NonGCSimpleBase):
107 class NonGC(NonGCSimpleBase):
111 class NonGCResurrector(NonGCSimpleBase):