Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dexceptions.c266 BaseException_get_cause(PyObject *self, void *Py_UNUSED(ignored)) in BaseException_get_cause() function
301 {"__cause__", BaseException_get_cause,