Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dbytesobject.c1946 do_xstrip(PyBytesObject *self, int striptype, PyObject *sepobj) in do_xstrip() function
2020 return do_xstrip(self, striptype, bytes); in do_argstrip()
Dstringobject.c1828 do_xstrip(PyStringObject *self, int striptype, PyObject *sepobj) in do_xstrip() function
1900 return do_xstrip(self, striptype, sep); in do_argstrip()
/external/python/cpython3/Objects/
Dbytesobject.c1860 do_xstrip(PyBytesObject *self, int striptype, PyObject *sepobj) in do_xstrip() function
1934 return do_xstrip(self, striptype, bytes); in do_argstrip()