Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c7762 unicode_startswith(PyUnicodeObject *self, in unicode_startswith() function
7941 {"startswith", (PyCFunction) unicode_startswith, METH_VARARGS, startswith__doc__},