Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dbytearrayobject.c.h561 … {"insert", (PyCFunction)(void(*)(void))bytearray_insert, METH_FASTCALL, bytearray_insert__doc__},
567 bytearray_insert(PyByteArrayObject *self, PyObject *const *args, Py_ssize_t nargs) in bytearray_insert() function