Home | History | Annotate | Download | only in Objects

Lines Matching refs:unicode_strip

7051 unicode_strip(PyUnicodeObject *self, PyObject *args)

7820 {"strip", (PyCFunction) unicode_strip, METH_VARARGS, strip__doc__},