Home
last modified time | relevance | path

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

/third_party/python/Lib/test/libregrtest/
Dutils.py78 def regrtest_unraisable_hook(unraisable): argument
/third_party/python/Lib/test/support/
D__init__.py1922 def _hook(self, unraisable): argument
/third_party/python/Python/
Dsysmodule.c815 sys_unraisablehook(PyObject *module, PyObject *unraisable) in sys_unraisablehook()