Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dpstats.py749 def do_strip(self, line): member in ProfileBrowser
/third_party/python/Objects/
Dbytesobject.c1916 do_strip(PyBytesObject *self, int striptype) in do_strip() function
1951 return do_strip(self, striptype); in do_argstrip()
Dunicodeobject.c12912 do_strip(PyObject *self, int striptype) in do_strip() function
12991 return do_strip(self, striptype); in do_argstrip()