Searched refs:_common_reduce (Results 1 – 3 of 3) sorted by relevance
2028 _common_reduce(PyByteArrayObject *self, int proto) in _common_reduce() function2072 return _common_reduce(self, 2); in bytearray_reduce_impl()2088 return _common_reduce(self, proto); in bytearray_reduce_ex_impl()
4507 _common_reduce(PyObject *self, int proto) in _common_reduce() function4534 return _common_reduce(self, 0); in object___reduce___impl()4585 return _common_reduce(self, protocol); in object___reduce_ex___impl()
3507 _common_reduce(PyObject *self, int proto) in _common_reduce() function3532 return _common_reduce(self, proto); in object_reduce()3574 return _common_reduce(self, proto); in object_reduce_ex()