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) { in BaseException_get_cause() function
299 {"__cause__", (getter)BaseException_get_cause,