Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dobject.c1660 NotImplemented_reduce(PyObject *op) in NotImplemented_reduce() function
1666 {"__reduce__", (PyCFunction)NotImplemented_reduce, METH_NOARGS, NULL},