Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dexceptions.c162 BaseException_with_traceback(PyObject *self, PyObject *tb) { in BaseException_with_traceback() function
178 {"with_traceback", (PyCFunction)BaseException_with_traceback, METH_O,