Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dbytearrayobject.c2404 bytearray_remove(PyByteArrayObject *self, PyObject *arg) in bytearray_remove() function
2862 {"remove", (PyCFunction)bytearray_remove, METH_O, remove__doc__},