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

Function strip

Lib/string.py:248–257  ·  view source on GitHub ↗

strip(s [,chars]) -> string Return a copy of the string s with leading and trailing whitespace removed. If chars is given and not None, remove characters in chars instead. If chars is unicode, S will be converted to unicode before stripping.

(s, chars=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

splitdocFunction · 0.90
source_synopsisFunction · 0.90
docmoduleMethod · 0.90
docmoduleMethod · 0.90
interactMethod · 0.90
showtopicMethod · 0.90

Calls 1

stripMethod · 0.80

Tested by

no test coverage detected