Home
last modified time | relevance | path

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

/third_party/markupsafe/
D__init__.py220 rstrip = _simple_escaping_wrapper(str.rstrip) variable in Markup
/third_party/nghttp2/src/
Dutil.cc1705 StringRef rstrip(BlockAllocator &balloc, const StringRef &s) { in rstrip() function
/third_party/python/Lib/collections/
D__init__.py1543 def rstrip(self, chars=None): member in UserString