Home
last modified time | relevance | path

Searched refs:sys_excepthook (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
Dsysmodule.c133 sys_excepthook(PyObject* self, PyObject* args) in sys_excepthook() function
930 {"excepthook", sys_excepthook, METH_VARARGS, excepthook_doc},
/external/python/cpython3/Python/
Dsysmodule.c327 sys_excepthook(PyObject* self, PyObject* args) in sys_excepthook() function
1528 {"excepthook", sys_excepthook, METH_VARARGS, excepthook_doc},