Home
last modified time | relevance | path

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

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