Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dabc.py161 def _abc_caches_clear(cls): member in ABCMeta
D_py_abc.py87 def _abc_caches_clear(cls): member in ABCMeta
/external/python/cpython3/Lib/test/libregrtest/
Drefleak.py149 obj._abc_caches_clear()
/external/python/cpython3/Misc/NEWS.d/
D3.7.0b2.rst209 ``_abc_registry_clear``, and ``_abc_caches_clear``.
/external/python/cpython3/Lib/test/
Dtest_typing.py765 C._abc_caches_clear() # To keep refleak hunting mode clean