Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dexceptions.c144 BaseException_reduce(PyBaseExceptionObject *self, PyObject *Py_UNUSED(ignored)) in BaseException_reduce() function
243 {"__reduce__", (PyCFunction)BaseException_reduce, METH_NOARGS },