Home
last modified time | relevance | path

Searched refs:sys_excepthook (Results 1 – 1 of 1) 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},