Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dexceptions.c744 ImportError_reduce(PyImportErrorObject *self, PyObject *Py_UNUSED(ignored)) in ImportError_reduce() function
771 {"__reduce__", (PyCFunction)ImportError_reduce, METH_NOARGS},