Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dbytearrayobject.c.h698 {"remove", (PyCFunction)bytearray_remove, METH_O, bytearray_remove__doc__},
704 bytearray_remove(PyByteArrayObject *self, PyObject *arg) in bytearray_remove() function