Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dsysmodule.c150 sys_exc_info(PyObject *self, PyObject *noargs) in sys_exc_info() function
928 {"exc_info", sys_exc_info, METH_NOARGS, exc_info_doc},
/external/python/cpython3/Python/
Dsysmodule.c343 sys_exc_info(PyObject *self, PyObject *noargs) in sys_exc_info() function
1527 {"exc_info", sys_exc_info, METH_NOARGS, exc_info_doc},