Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dexceptions.c1631 ImportError_reduce(PyImportErrorObject *self, PyObject *Py_UNUSED(ignored)) in ImportError_reduce() function
1660 {"__reduce__", (PyCFunction)ImportError_reduce, METH_NOARGS},