Searched defs:bytes_join (Results 1 – 2 of 2) sorted by relevance
8 STRINGLIB(bytes_join)(PyObject *sep, PyObject *iterable) in STRINGLIB() argument
1833 bytes_join(PyBytesObject *self, PyObject *iterable_of_bytes) in bytes_join() function