Searched defs:_PyUnicode_XStrip (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
H A Dunicodeobject.c7067 _PyUnicode_XStrip(PyUnicodeObject *self, int striptype, PyObject *sepobj) function
7141 return _PyUnicode_XStrip(self, striptype, sep);
7147 res = _PyUnicode_XStrip(self, striptype, sep);
/external/python/cpython3/Objects/
H A Dunicodeobject.c12241 _PyUnicode_XStrip(PyObject *self, int striptype, PyObject *sepobj) function
12403 return _PyUnicode_XStrip(self, striptype, sep);

Completed in 80 milliseconds