Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dunicodeobject.c14011 unicode_endswith(PyObject *self, in unicode_endswith() function
14512 {"endswith", (PyCFunction) unicode_endswith, METH_VARARGS, endswith__doc__},