Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dobject.c1684 NotImplemented_reduce(PyObject *op, PyObject *Py_UNUSED(ignored)) in NotImplemented_reduce() function
1690 {"__reduce__", NotImplemented_reduce, METH_NOARGS, NULL},