Home
last modified time | relevance | path

Searched defs:bytes_join (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Objects/stringlib/
Djoin.h8 STRINGLIB(bytes_join)(PyObject *sep, PyObject *iterable) in STRINGLIB() argument
/third_party/python/Objects/
Dbytesobject.c1833 bytes_join(PyBytesObject *self, PyObject *iterable_of_bytes) in bytes_join() function