Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dexceptions.c298 BaseException_set_args(PyBaseExceptionObject *self, PyObject *val) in BaseException_set_args() function
363 {"args", (getter)BaseException_get_args, (setter)BaseException_set_args},
/external/python/cpython3/Objects/
Dexceptions.c194 BaseException_set_args(PyBaseExceptionObject *self, PyObject *val, void *Py_UNUSED(ignored)) in BaseException_set_args() function
297 {"args", (getter)BaseException_get_args, (setter)BaseException_set_args},