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

/external/python/cpython3/Objects/clinic/
H A Dbytearrayobject.c.h421 {"remove", (PyCFunction)bytearray_remove, METH_O, bytearray_remove__doc__},
427 bytearray_remove(PyByteArrayObject *self, PyObject *arg) function
/external/python/cpython2/Objects/
H A Dbytearrayobject.c2404 bytearray_remove(PyByteArrayObject *self, PyObject *arg) function
2862 {"remove", (PyCFunction)bytearray_remove, METH_O, remove__doc__},

Completed in 318 milliseconds