Home | History | Annotate | Download | only in Objects

Lines Matching defs:unicode_endswith

7690 unicode_endswith(PyUnicodeObject *self,

7825 {"endswith", (PyCFunction) unicode_endswith, METH_VARARGS, endswith__doc__},