Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dbytearrayobject.c.h121 {"removeprefix", (PyCFunction)bytearray_removeprefix, METH_O, bytearray_removeprefix__doc__},
127 bytearray_removeprefix(PyByteArrayObject *self, PyObject *arg) in bytearray_removeprefix() function