Home
last modified time | relevance | path

Searched refs:bytes_join (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Objects/stringlib/
Djoin.h8 STRINGLIB(bytes_join)(PyObject *sep, PyObject *iterable) in STRINGLIB() argument
/external/python/cpython3/Objects/clinic/
Dbytesobject.c.h176 {"join", (PyCFunction)bytes_join, METH_O, bytes_join__doc__},
/external/python/cpython3/Objects/
Dbytesobject.c1897 bytes_join(PyBytesObject *self, PyObject *iterable_of_bytes) in bytes_join() function
1908 return bytes_join((PyBytesObject*)sep, x); in _PyBytes_Join()
/external/python/cpython2/Objects/
Dbytesobject.c1904 bytes_join(PyBytesObject *self, PyObject *iterable_of_bytes) in bytes_join() function
1915 return bytes_join((PyBytesObject*)sep, x); in _PyBytes_Join()