Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dbytearrayobject.c.h422 {"remove", (PyCFunction)bytearray_remove, METH_O, bytearray_remove__doc__},
428 bytearray_remove(PyByteArrayObject *self, PyObject *arg) in bytearray_remove() function
/external/python/cpython2/Objects/
Dbytearrayobject.c2416 bytearray_remove(PyByteArrayObject *self, PyObject *arg) in bytearray_remove() function
2874 {"remove", (PyCFunction)bytearray_remove, METH_O, remove__doc__},