Searched refs:iterable_of_bytes (Results 1 – 3 of 3) sorted by relevance
2035 bytearray_join(PyByteArrayObject *self, PyObject *iterable_of_bytes) in bytearray_join() argument2038 return stringlib_bytes_join((PyObject*)self, iterable_of_bytes); in bytearray_join()
1818 bytes_join(PyBytesObject *self, PyObject *iterable_of_bytes) in bytes_join() argument1821 return stringlib_bytes_join((PyObject*)self, iterable_of_bytes); in bytes_join()
1904 bytes_join(PyBytesObject *self, PyObject *iterable_of_bytes) in bytes_join() argument1907 return stringlib_bytes_join((PyObject*)self, iterable_of_bytes); in bytes_join()