Searched refs:_PyUnicode_XStrip (Results 1 – 2 of 2) sorted by relevance
1024 PyAPI_FUNC(PyObject *) _PyUnicode_XStrip(
12825 _PyUnicode_XStrip(PyObject *self, int striptype, PyObject *sepobj) in _PyUnicode_XStrip() function12982 return _PyUnicode_XStrip(self, striptype, sep); in do_argstrip()