Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dstringold.py93 def rstrip(s): function
Dstring.py272 def rstrip(s, chars=None): function
DUserString.py117 def rstrip(self, chars=None): return self.__class__(self.data.rstrip(chars)) member in UserString
/external/python/cpython3/Lib/collections/
D__init__.py1477 def rstrip(self, chars=None): member in UserString