Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dbytearrayobject.c912 bytearray_repr(PyByteArrayObject *self) in bytearray_repr() function
1006 return bytearray_repr((PyByteArrayObject*)op); in bytearray_str()
2245 (reprfunc)bytearray_repr, /* tp_repr */
/external/python/cpython2/Objects/
Dbytearrayobject.c942 bytearray_repr(PyByteArrayObject *self) in bytearray_repr() function
1034 return bytearray_repr((PyByteArrayObject*)op); in bytearray_str()
2928 (reprfunc)bytearray_repr, /* tp_repr */