Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dexceptions.c2028 OSError_reduce(PyOSErrorObject *self, PyObject *Py_UNUSED(ignored)) in OSError_reduce() function
2113 {"__reduce__", (PyCFunction)OSError_reduce, METH_NOARGS},