Home
last modified time | relevance | path

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

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