Searched refs:bytearray_iconcat (Results 1 – 1 of 1) sorted by relevance
317 bytearray_iconcat(PyByteArrayObject *self, PyObject *other) in bytearray_iconcat() function794 new = bytearray_iconcat(self, arg); in bytearray_init()815 new = bytearray_iconcat(self, encoded); in bytearray_init()2803 (binaryfunc)bytearray_iconcat, /* sq_inplace_concat */