Searched defs:striptype (Results 1 – 3 of 3) sorted by relevance
| /third_party/python/Objects/ |
| D | bytesobject.c | 1895 do_xstrip(PyBytesObject *self, int striptype, PyObject *sepobj) in do_xstrip() 1936 do_strip(PyBytesObject *self, int striptype) in do_strip() 1966 do_argstrip(PyBytesObject *self, int striptype, PyObject *bytes) in do_argstrip()
|
| D | bytearrayobject.c | 1867 bytearray_strip_impl_helper(PyByteArrayObject* self, PyObject* bytes, int striptype) in bytearray_strip_impl_helper()
|
| D | unicodeobject.c | 12510 _PyUnicode_XStrip(PyObject *self, int striptype, PyObject *sepobj) in _PyUnicode_XStrip() 12597 do_strip(PyObject *self, int striptype) in do_strip() 12663 do_argstrip(PyObject *self, int striptype, PyObject *sep) in do_argstrip()
|