Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dexceptions.c2353 AttributeError_reduce(PyAttributeErrorObject *self, PyObject *Py_UNUSED(ignored)) in AttributeError_reduce() function
2373 {"__reduce__", (PyCFunction)AttributeError_reduce, METH_NOARGS },