Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/clinic/
Dtypeobject.c.h161 object___reduce___impl(PyObject *self);
166 return object___reduce___impl(self); in object___reduce__()
/aosp_15_r20/external/python/cpython3/Objects/
Dtypeobject.c5406 object___reduce___impl(PyObject *self) in object___reduce___impl() function