Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dclassobject.c.h13 {"__reduce__", (PyCFunction)method___reduce__, METH_NOARGS, method___reduce____doc__},
19 method___reduce__(PyMethodObject *self, PyObject *Py_UNUSED(ignored)) in method___reduce__() function