Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dwarnings.py375 if onceregistry.get(oncekey):
377 onceregistry[oncekey] = 1
521 onceregistry = _onceregistry variable
526 onceregistry = {} variable
/third_party/python/Lib/test/test_warnings/
D__init__.py647 original_registry = self.module.onceregistry
659 self.module.onceregistry = {}
665 del self.module.onceregistry
670 self.module.onceregistry = original_registry
1272 py_warnings.onceregistry.clear()
1273 c_warnings.onceregistry.clear()
/third_party/python/Python/
D_warnings.c230 _Py_IDENTIFIER(onceregistry); in get_once_registry()
/third_party/python/Misc/NEWS.d/
D3.6.3rc1.rst57 Raise a TypeError instead of SystemError in case warnings.onceregistry is
D3.7.0a1.rst154 Raise a TypeError instead of SystemError in case warnings.onceregistry is
/third_party/python/Tools/c-analyzer/
DTODO485 Python/_warnings.c:get_once_registry():PyId_onceregistry _Py_IDENTIFIER(onceregistry)