Home
last modified time | relevance | path

Searched refs:_PyUnicode_XStrip (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/cpython/
Dunicodeobject.h1024 PyAPI_FUNC(PyObject *) _PyUnicode_XStrip(
/third_party/python/Objects/
Dunicodeobject.c12825 _PyUnicode_XStrip(PyObject *self, int striptype, PyObject *sepobj) in _PyUnicode_XStrip() function
12982 return _PyUnicode_XStrip(self, striptype, sep); in do_argstrip()