Searched defs:lstrip (Results 1 – 7 of 7) sorted by relevance
31 function string.lstrip(s, p) function
84 def lstrip(s): function
262 def lstrip(s, chars=None): function
104 def lstrip(self, chars=None): return self.__class__(self.data.lstrip(chars)) member in UserString
2206 def lstrip(iterable, pred): function
2378 def lstrip(iterable, pred): function
1496 def lstrip(self, chars=None): member in UserString