Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dunicodeobject.c.h747 {"removeprefix", (PyCFunction)unicode_removeprefix, METH_O, unicode_removeprefix__doc__},
753 unicode_removeprefix(PyObject *self, PyObject *arg) in unicode_removeprefix() function