Searched defs:lstrip (Results 1 - 4 of 4) sorted by path

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A Dstring.py262 def lstrip(s, chars=None): function
263 """lstrip(s [,chars]) -> string
269 return s.lstrip(chars)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A DUserString.py104 def lstrip(self, chars=None): return self.__class__(self.data.lstrip(chars)) member in class:UserString
H A Dstring.py260 def lstrip(s, chars=None): function
261 """lstrip(s [,chars]) -> string
267 return s.lstrip(chars)
H A Dstringold.py84 def lstrip(s): function
85 """lstrip(s) -> string
90 return s.lstrip()

Completed in 79 milliseconds