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

Function split

Lib/string.py:281–292  ·  view source on GitHub ↗

split(s [,sep [,maxsplit]]) -> list of strings Return a list of the words in the string s, using sep as the delimiter string. If maxsplit is given, splits at no more than maxsplit places (resulting in at most maxsplit+1 words). If sep is not specified or is None, any whitespace st

(s, sep=None, maxsplit=-1)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

splitdocFunction · 0.90
replaceFunction · 0.90
source_synopsisFunction · 0.90
safeimportFunction · 0.90
repr1Method · 0.90
docmoduleMethod · 0.90
repr1Method · 0.90
indentMethod · 0.90
ttypagerFunction · 0.90
locateFunction · 0.90
helpMethod · 0.90
showtopicMethod · 0.90

Calls 1

splitMethod · 0.80

Tested by

no test coverage detected