Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Lib/test/libregrtest/
Dutils.py71 def regrtest_unraisable_hook(unraisable): argument
/aosp_15_r20/external/python/cpython3/Lib/test/support/
D__init__.py2059 def _hook(self, unraisable): argument
/aosp_15_r20/external/python/cpython3/Python/
Dsysmodule.c808 sys_unraisablehook(PyObject *module, PyObject *unraisable) in sys_unraisablehook()
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_utils.py3951 def record_unraisable(unraisable): argument