Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dexceptions.c287 BaseException_get_args(PyBaseExceptionObject *self) in BaseException_get_args() function
363 {"args", (getter)BaseException_get_args, (setter)BaseException_set_args},