Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dexceptions.c196 BaseException_setstate(PyObject *self, PyObject *state) in BaseException_setstate() function
217 {"__setstate__", (PyCFunction)BaseException_setstate, METH_O },
/external/python/cpython3/Objects/
Dexceptions.c143 BaseException_setstate(PyObject *self, PyObject *state) in BaseException_setstate() function
177 {"__setstate__", (PyCFunction)BaseException_setstate, METH_O },