Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dbytesobject.c.h524 {"removeprefix", (PyCFunction)bytes_removeprefix, METH_O, bytes_removeprefix__doc__},
530 bytes_removeprefix(PyBytesObject *self, PyObject *arg) in bytes_removeprefix() function