Searched refs:bytearray_removeprefix (Results 1 – 1 of 1) sorted by relevance
121 {"removeprefix", (PyCFunction)bytearray_removeprefix, METH_O, bytearray_removeprefix__doc__},127 bytearray_removeprefix(PyByteArrayObject *self, PyObject *arg) in bytearray_removeprefix() function