Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dstringobject.c1930 string_strip(PyStringObject *self, PyObject *args) in string_strip() function
3668 {"strip", (PyCFunction)string_strip, METH_VARARGS, strip__doc__},