Home
last modified time | relevance | path

Searched defs:rstrip (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dstringold.py93 def rstrip(s): function
Dstring.py270 def rstrip(s, chars=None): function
DUserString.py117 def rstrip(self, chars=None): return self.__class__(self.data.rstrip(chars)) member in UserString
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dstring.py272 def rstrip(s, chars=None): function