Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dexceptions.c182 BaseException_reduce(PyBaseExceptionObject *self) in BaseException_reduce() function
216 {"__reduce__", (PyCFunction)BaseException_reduce, METH_NOARGS },
/external/python/cpython3/Objects/
Dexceptions.c129 BaseException_reduce(PyBaseExceptionObject *self) in BaseException_reduce() function
176 {"__reduce__", (PyCFunction)BaseException_reduce, METH_NOARGS },