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

/external/python/cpython3/Objects/
H A Dbytesobject.c1931 do_xstrip(PyBytesObject *self, int striptype, PyObject *sepobj) function
2005 return do_xstrip(self, striptype, bytes);
/external/python/cpython2/Objects/
H A Dstringobject.c1822 do_xstrip(PyStringObject *self, int striptype, PyObject *sepobj) function
1894 return do_xstrip(self, striptype, sep);

Completed in 409 milliseconds