Searched refs:BaseException_set_args (Results 1 – 2 of 2) sorted by relevance
298 BaseException_set_args(PyBaseExceptionObject *self, PyObject *val) in BaseException_set_args() function363 {"args", (getter)BaseException_get_args, (setter)BaseException_set_args},
194 BaseException_set_args(PyBaseExceptionObject *self, PyObject *val, void *Py_UNUSED(ignored)) in BaseException_set_args() function297 {"args", (getter)BaseException_get_args, (setter)BaseException_set_args},