Searched defs:rstrip (Results 1 – 5 of 5) sorted by relevance
39 static char *rstrip(char *s) in rstrip() function
93 def rstrip(s): function
272 def rstrip(s, chars=None): function
117 def rstrip(self, chars=None): return self.__class__(self.data.rstrip(chars)) member in UserString
1264 def rstrip(self, chars=None): member in UserString