Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dbytesobject.c1875 do_xstrip(PyBytesObject *self, int striptype, PyObject *sepobj) in do_xstrip() function
1949 return do_xstrip(self, striptype, bytes); in do_argstrip()