Searched refs:bytearray_insert (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Objects/clinic/
H A Dbytearrayobject.c.h313 {"insert", (PyCFunction)bytearray_insert, METH_VARARGS, bytearray_insert__doc__},
319 bytearray_insert(PyByteArrayObject *self, PyObject *args) function
/external/python/cpython2/Objects/
H A Dbytearrayobject.c2218 bytearray_insert(PyByteArrayObject *self, PyObject *args) function
2841 {"insert", (PyCFunction)bytearray_insert, METH_VARARGS, insert__doc__},

Completed in 97 milliseconds