Home
last modified time | relevance | path

Searched refs:sys_exc_info (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Dthreading.py1329 sys_exc_info = _sys.exc_info
1340 args = ExceptHookArgs([*sys_exc_info(), thread])
1360 sys_excepthook(*sys_exc_info())
/third_party/python/Python/clinic/
H A Dsysmodule.c.h111 {"exc_info", (PyCFunction)sys_exc_info, METH_NOARGS, sys_exc_info__doc__},
117 sys_exc_info(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_exc_info() function

Completed in 4 milliseconds