Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dbytearrayobject.c2027 bytearray_join(PyByteArrayObject *self, PyObject *iterable_of_bytes) in bytearray_join() argument
2030 return stringlib_bytes_join((PyObject*)self, iterable_of_bytes); in bytearray_join()
Dbytesobject.c1833 bytes_join(PyBytesObject *self, PyObject *iterable_of_bytes) in bytes_join() argument
1836 return stringlib_bytes_join((PyObject*)self, iterable_of_bytes); in bytes_join()