Home
last modified time | relevance | path

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

/third_party/python/Objects/stringlib/
H A Djoin.h8 STRINGLIB(bytes_join)(PyObject *sep, PyObject *iterable) in bytes_join() function
/third_party/python/Objects/clinic/
H A Dbytesobject.c.h250 {"join", (PyCFunction)bytes_join, METH_O, bytes_join__doc__},
/third_party/python/Objects/
H A Dbytesobject.c1853 bytes_join(PyBytesObject *self, PyObject *iterable_of_bytes) in bytes_join() function
1864 return bytes_join((PyBytesObject*)sep, x); in _PyBytes_Join()

Completed in 6 milliseconds