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