Home
last modified time | relevance | path

Searched defs:sepobj (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Objects/
Dbytesobject.c1946 do_xstrip(PyBytesObject *self, int striptype, PyObject *sepobj) in do_xstrip()
Dstringobject.c1828 do_xstrip(PyStringObject *self, int striptype, PyObject *sepobj) in do_xstrip()
Dunicodeobject.c7062 _PyUnicode_XStrip(PyUnicodeObject *self, int striptype, PyObject *sepobj) in _PyUnicode_XStrip()
/external/python/cpython3/Objects/
Dbytesobject.c1860 do_xstrip(PyBytesObject *self, int striptype, PyObject *sepobj) in do_xstrip()
Dunicodeobject.c12553 _PyUnicode_XStrip(PyObject *self, int striptype, PyObject *sepobj) in _PyUnicode_XStrip()