Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dexceptions.c219 BaseException_set_tb(PyBaseExceptionObject *self, PyObject *tb, void *Py_UNUSED(ignored)) in BaseException_set_tb() function
298 {"__traceback__", (getter)BaseException_get_tb, (setter)BaseException_set_tb},
317 return BaseException_set_tb((PyBaseExceptionObject *)self, tb, NULL); in PyException_SetTraceback()