MCPcopy Index your code
hub / github.com/eshirazi/python-with-braces / join

Function join

Lib/string.py:308–318  ·  view source on GitHub ↗

join(list [,sep]) -> string Return a string composed of the words in list, with intervening occurrences of sep. The default separator is a single space. (joinfields and join are synonymous)

(words, sep = ' ')

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

splitdocFunction · 0.90
replaceFunction · 0.90
repr1Method · 0.90
markupMethod · 0.90
formattreeMethod · 0.90
docmoduleMethod · 0.90
docclassMethod · 0.90
repr1Method · 0.90
boldMethod · 0.90
indentMethod · 0.90
formattreeMethod · 0.90
docmoduleMethod · 0.90

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected