Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dstringobject.c1822 do_xstrip(PyStringObject *self, int striptype, PyObject *sepobj) in do_xstrip() function
1894 return do_xstrip(self, striptype, sep); in do_argstrip()