Searched refs:bytes_removeprefix (Results 1 – 1 of 1) sorted by relevance
524 {"removeprefix", (PyCFunction)bytes_removeprefix, METH_O, bytes_removeprefix__doc__},530 bytes_removeprefix(PyBytesObject *self, PyObject *arg) in bytes_removeprefix() function