Searched defs:sepobj (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Objects/ |
D | bytesobject.c | 1946 do_xstrip(PyBytesObject *self, int striptype, PyObject *sepobj) in do_xstrip()
|
D | stringobject.c | 1828 do_xstrip(PyStringObject *self, int striptype, PyObject *sepobj) in do_xstrip()
|
D | unicodeobject.c | 7062 _PyUnicode_XStrip(PyUnicodeObject *self, int striptype, PyObject *sepobj) in _PyUnicode_XStrip()
|
/external/python/cpython3/Objects/ |
D | bytesobject.c | 1860 do_xstrip(PyBytesObject *self, int striptype, PyObject *sepobj) in do_xstrip()
|
D | unicodeobject.c | 12553 _PyUnicode_XStrip(PyObject *self, int striptype, PyObject *sepobj) in _PyUnicode_XStrip()
|