Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_finalization.py22 class NonGCSimpleBase: class
55 NonGCSimpleBase._cleaning = False
61 NonGCSimpleBase._cleaning = True
88 class SimpleBase(NonGCSimpleBase):
97 class NonGC(NonGCSimpleBase):
100 class NonGCResurrector(NonGCSimpleBase):