Searched defs:striptype (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Objects/ |
D | bytesobject.c | 1875 do_xstrip(PyBytesObject *self, int striptype, PyObject *sepobj) in do_xstrip() 1916 do_strip(PyBytesObject *self, int striptype) in do_strip() 1946 do_argstrip(PyBytesObject *self, int striptype, PyObject *bytes) in do_argstrip()
|
D | unicodeobject.c | 12825 _PyUnicode_XStrip(PyObject *self, int striptype, PyObject *sepobj) in _PyUnicode_XStrip() 12912 do_strip(PyObject *self, int striptype) in do_strip() 12978 do_argstrip(PyObject *self, int striptype, PyObject *sep) in do_argstrip()
|