Searched refs:object___reduce_ex___impl (Results 1 – 4 of 4) sorted by relevance
161 object___reduce_ex___impl(PyObject *self, int protocol);178 return_value = object___reduce_ex___impl(self, protocol); in object___reduce_ex__()
203 Objects/typeobject.c:object___reduce_ex___impl():objreduce static PyObject *objreduce446 Objects/typeobject.c:object___reduce_ex___impl():PyId___reduce__ _Py_IDENTIFIER(__reduce__)
563 Objects/typeobject.c object___reduce_ex___impl objreduce variable static PyObject *objreduce1339 Objects/typeobject.c object___reduce_ex___impl PyId___reduce__ variable _Py_IDENTIFIER(__reduce__)
4744 object___reduce_ex___impl(PyObject *self, int protocol) in object___reduce_ex___impl() function