Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dstringobject.c2916 string_startswith(PyStringObject *self, PyObject *args) in string_startswith() function
3666 {"startswith", (PyCFunction)string_startswith, METH_VARARGS,