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 not stored for this graph (policy: none)
no test coverage detected