Home
last modified time | relevance | path

Searched defs:lstrip (Results 1 – 7 of 7) sorted by relevance

/external/bcc/src/lua/bcc/vendor/
Dhelpers.lua31 function string.lstrip(s, p) function
/external/python/cpython2/Lib/
Dstringold.py84 def lstrip(s): function
Dstring.py262 def lstrip(s, chars=None): function
DUserString.py104 def lstrip(self, chars=None): return self.__class__(self.data.lstrip(chars)) member in UserString
/external/python/setuptools/setuptools/_vendor/more_itertools/
Dmore.py2206 def lstrip(iterable, pred): function
/external/python/setuptools/pkg_resources/_vendor/more_itertools/
Dmore.py2378 def lstrip(iterable, pred): function
/external/python/cpython3/Lib/collections/
D__init__.py1496 def lstrip(self, chars=None): member in UserString