Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/test_asyncio/
Dtest_windows_events.py40 def _unraisablehook(self, unraisable): argument
/external/python/cpython3/Lib/test/libregrtest/
Dutils.py133 def regrtest_unraisable_hook(unraisable): argument
/external/python/cpython3/Lib/test/support/
D__init__.py2140 def _hook(self, unraisable): argument
/external/python/cpython3/Python/
Dsysmodule.c858 sys_unraisablehook(PyObject *module, PyObject *unraisable) in sys_unraisablehook()
/external/pytorch/torch/testing/_internal/
Dcommon_utils.py3951 def record_unraisable(unraisable): argument