Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dexceptions.c274 BaseException_set_cause(PyObject *self, PyObject *arg) { in BaseException_set_cause() function
300 (setter)BaseException_set_cause, PyDoc_STR("exception cause")},