Searched refs:do_xstrip (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Objects/ |
D | bytesobject.c | 1946 do_xstrip(PyBytesObject *self, int striptype, PyObject *sepobj) in do_xstrip() function 2020 return do_xstrip(self, striptype, bytes); in do_argstrip()
|
D | stringobject.c | 1828 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/ |
D | bytesobject.c | 1860 do_xstrip(PyBytesObject *self, int striptype, PyObject *sepobj) in do_xstrip() function 1934 return do_xstrip(self, striptype, bytes); in do_argstrip()
|