Searched refs:iterable_of_bytes (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Objects/
H A Dbytearrayobject.c1935 iterable_of_bytes: object
1946 bytearray_join(PyByteArrayObject *self, PyObject *iterable_of_bytes) argument
1949 return stringlib_bytes_join((PyObject*)self, iterable_of_bytes);
H A Dbytesobject.c1876 iterable_of_bytes: object
1889 bytes_join(PyBytesObject *self, PyObject *iterable_of_bytes) argument
1892 return stringlib_bytes_join((PyObject*)self, iterable_of_bytes);

Completed in 505 milliseconds