Searched refs:bytearray_join (Results 1 – 2 of 2) sorted by relevance
909 {"join", (PyCFunction)bytearray_join, METH_O, bytearray_join__doc__},
2027 bytearray_join(PyByteArrayObject *self, PyObject *iterable_of_bytes) in bytearray_join() function