Searched defs:striptype (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Objects/ |
D | bytesobject.c | 1946 do_xstrip(PyBytesObject *self, int striptype, PyObject *sepobj) in do_xstrip() 1987 do_strip(PyBytesObject *self, int striptype) in do_strip() 2017 do_argstrip(PyBytesObject *self, int striptype, PyObject *bytes) in do_argstrip()
|
D | stringobject.c | 1828 do_xstrip(PyStringObject *self, int striptype, PyObject *sepobj) in do_xstrip() 1861 do_strip(PyStringObject *self, int striptype) in do_strip() 1891 do_argstrip(PyStringObject *self, int striptype, PyObject *args) in do_argstrip()
|
D | unicodeobject.c | 7062 _PyUnicode_XStrip(PyUnicodeObject *self, int striptype, PyObject *sepobj) in _PyUnicode_XStrip() 7097 do_strip(PyUnicodeObject *self, int striptype) in do_strip() 7127 do_argstrip(PyUnicodeObject *self, int striptype, PyObject *args) in do_argstrip()
|
/external/python/cpython3/Objects/ |
D | bytesobject.c | 1860 do_xstrip(PyBytesObject *self, int striptype, PyObject *sepobj) in do_xstrip() 1901 do_strip(PyBytesObject *self, int striptype) in do_strip() 1931 do_argstrip(PyBytesObject *self, int striptype, PyObject *bytes) in do_argstrip()
|
D | unicodeobject.c | 12553 _PyUnicode_XStrip(PyObject *self, int striptype, PyObject *sepobj) in _PyUnicode_XStrip() 12640 do_strip(PyObject *self, int striptype) in do_strip() 12706 do_argstrip(PyObject *self, int striptype, PyObject *sep) in do_argstrip()
|
/external/python/cpython2/Modules/ |
D | stropmodule.c | 381 do_strip(PyObject *args, int striptype) in do_strip()
|