Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/clinic/
Dclassobject.c.h14 method___reduce___impl(PyMethodObject *self);
19 return method___reduce___impl(self); in method___reduce__()
/aosp_15_r20/external/python/cpython3/Objects/
Dclassobject.c130 method___reduce___impl(PyMethodObject *self) in method___reduce___impl() function