Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dbytearrayobject.c317 bytearray_iconcat(PyByteArrayObject *self, PyObject *other) in bytearray_iconcat() function
794 new = bytearray_iconcat(self, arg); in bytearray_init()
815 new = bytearray_iconcat(self, encoded); in bytearray_init()
2803 (binaryfunc)bytearray_iconcat, /* sq_inplace_concat */