Searched refs:iterable_of_bytes (Results 1 – 2 of 2) sorted by relevance
2027 bytearray_join(PyByteArrayObject *self, PyObject *iterable_of_bytes) in bytearray_join() argument2030 return stringlib_bytes_join((PyObject*)self, iterable_of_bytes); in bytearray_join()
1833 bytes_join(PyBytesObject *self, PyObject *iterable_of_bytes) in bytes_join() argument1836 return stringlib_bytes_join((PyObject*)self, iterable_of_bytes); in bytes_join()