Home
last modified time | relevance | path

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

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