Searched refs:bytearray_remove (Results 1 – 1 of 1) sorted by relevance
698 {"remove", (PyCFunction)bytearray_remove, METH_O, bytearray_remove__doc__},704 bytearray_remove(PyByteArrayObject *self, PyObject *arg) in bytearray_remove() function