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

/external/python/cpython3/Objects/stringlib/
H A Djoin.h8 STRINGLIB(bytes_join)(PyObject *sep, PyObject *iterable) function
/external/python/cpython3/Objects/clinic/
H A Dbytesobject.c.h176 {"join", (PyCFunction)bytes_join, METH_O, bytes_join__doc__},
/external/python/cpython3/Objects/
H A Dbytesobject.c1889 bytes_join(PyBytesObject *self, PyObject *iterable_of_bytes) function
1900 return bytes_join((PyBytesObject*)sep, x);

Completed in 354 milliseconds