Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c7172 unicode_strip(PyUnicodeObject *self, PyObject *args) in unicode_strip() function
7937 {"strip", (PyCFunction) unicode_strip, METH_VARARGS, strip__doc__},