MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / rstrip

Function rstrip

Lib/string.py:270–277  ·  view source on GitHub ↗

rstrip(s [,chars]) -> string Return a copy of the string s with trailing whitespace removed. If chars is given and not None, remove characters in chars instead.

(s, chars=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

getdocFunction · 0.90
splitdocFunction · 0.90
indentMethod · 0.90
sectionMethod · 0.90
docclassMethod · 0.90
docroutineMethod · 0.90

Calls 1

rstripMethod · 0.80

Tested by

no test coverage detected