Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c7811 unicode_endswith(PyUnicodeObject *self, in unicode_endswith() function
7942 {"endswith", (PyCFunction) unicode_endswith, METH_VARARGS, endswith__doc__},