Searched refs:bytearray_remove (Results 1 – 1 of 1) sorted by relevance
2404 bytearray_remove(PyByteArrayObject *self, PyObject *arg) in bytearray_remove() function2862 {"remove", (PyCFunction)bytearray_remove, METH_O, remove__doc__},