Home
last modified time | relevance | path

Searched refs:bytearray_join (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Objects/clinic/
Dbytearrayobject.c.h909 {"join", (PyCFunction)bytearray_join, METH_O, bytearray_join__doc__},
/third_party/python/Objects/
Dbytearrayobject.c2027 bytearray_join(PyByteArrayObject *self, PyObject *iterable_of_bytes) in bytearray_join() function