Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dexceptions.c209 BaseException_get_tb(PyBaseExceptionObject *self, void *Py_UNUSED(ignored)) in BaseException_get_tb() function
298 {"__traceback__", (getter)BaseException_get_tb, (setter)BaseException_set_tb},