Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dtypeobject.c.h143 object___reduce___impl(PyObject *self);
148 return object___reduce___impl(self); in object___reduce__()
/external/python/cpython3/Objects/
Dtypeobject.c4728 object___reduce___impl(PyObject *self) in object___reduce___impl() function