Home
last modified time | relevance | path

Searched refs:iterable_of_bytes (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Objects/
Dbytearrayobject.c2035 bytearray_join(PyByteArrayObject *self, PyObject *iterable_of_bytes) in bytearray_join() argument
2038 return stringlib_bytes_join((PyObject*)self, iterable_of_bytes); in bytearray_join()
Dbytesobject.c1818 bytes_join(PyBytesObject *self, PyObject *iterable_of_bytes) in bytes_join() argument
1821 return stringlib_bytes_join((PyObject*)self, iterable_of_bytes); in bytes_join()
/external/python/cpython2/Objects/
Dbytesobject.c1904 bytes_join(PyBytesObject *self, PyObject *iterable_of_bytes) in bytes_join() argument
1907 return stringlib_bytes_join((PyObject*)self, iterable_of_bytes); in bytes_join()