Home
last modified time | relevance | path

Searched defs:unraisable (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/test/libregrtest/
Dutils.py71 def regrtest_unraisable_hook(unraisable): argument
/external/python/cpython3/Python/
Dsysmodule.c793 sys_unraisablehook(PyObject *module, PyObject *unraisable) in sys_unraisablehook()
/external/python/cpython3/Lib/test/support/
D__init__.py3036 def _hook(self, unraisable): argument