Home | History | Annotate | Download | only in Objects

Lines Matching refs:unicode_strip

7167 unicode_strip(PyUnicodeObject *self, PyObject *args)
7932 {"strip", (PyCFunction) unicode_strip, METH_VARARGS, strip__doc__},