Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dexceptions.c259 BaseException_get_dict(PyBaseExceptionObject *self) in BaseException_get_dict() function
362 {"__dict__", (getter)BaseException_get_dict, (setter)BaseException_set_dict},