Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dstringobject.c2957 string_endswith(PyStringObject *self, PyObject *args) in string_endswith() function
3651 {"endswith", (PyCFunction)string_endswith, METH_VARARGS,