Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dexceptions.c720 ImportError_reduce(PyImportErrorObject *self) in ImportError_reduce() function
747 {"__reduce__", (PyCFunction)ImportError_reduce, METH_NOARGS},