Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dbytesobject.c1840 iterable_of_bytes: object
1853 bytes_join(PyBytesObject *self, PyObject *iterable_of_bytes) in bytes_join() argument
1856 return stringlib_bytes_join((PyObject*)self, iterable_of_bytes); in bytes_join()

Completed in 5 milliseconds