Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dexceptions.c167 BaseException_with_traceback(PyObject *self, PyObject *tb) { in BaseException_with_traceback() function
183 {"with_traceback", (PyCFunction)BaseException_with_traceback, METH_O,