Home
last modified time | relevance | path

Searched refs:_common_reduce (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Objects/
Dbytearrayobject.c2119 _common_reduce(PyByteArrayObject *self, int proto) in _common_reduce() function
2164 return _common_reduce(self, 2); in bytearray_reduce_impl()
2180 return _common_reduce(self, proto); in bytearray_reduce_ex_impl()
Dtypeobject.c4704 _common_reduce(PyObject *self, int proto) in _common_reduce() function
4731 return _common_reduce(self, 0); in object___reduce___impl()
4780 return _common_reduce(self, protocol); in object___reduce_ex___impl()
/external/python/cpython2/Objects/
Dtypeobject.c3507 _common_reduce(PyObject *self, int proto) in _common_reduce() function
3532 return _common_reduce(self, proto); in object_reduce()
3574 return _common_reduce(self, proto); in object_reduce_ex()
/external/python/cpython3/Tools/c-analyzer/
DTODO344 Objects/bytearrayobject.c:_common_reduce():PyId___dict__ _Py_IDENTIFIER(__dict__)
Dknown.tsv1091 Objects/bytearrayobject.c _common_reduce PyId___dict__ variable _Py_IDENTIFIER(__dict__)