Searched defs:unicode_endswith (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
H A Dunicodeobject.c7811 unicode_endswith(PyUnicodeObject *self, function
7942 {"endswith", (PyCFunction) unicode_endswith, METH_VARARGS, endswith__doc__},
/external/python/cpython3/Objects/
H A Dunicodeobject.c13356 unicode_endswith(PyObject *self, function
13845 {"endswith", (PyCFunction) unicode_endswith, METH_VARARGS, endswith__doc__},

Completed in 87 milliseconds