Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _join
Function
_join
Lib/tkinter/__init__.py:58–60 ·
view source on GitHub ↗
Internal function.
(value)
Source
from the content-addressed store, hash-verified
56
57
58
def
_join(value):
59
""
"Internal function."
""
60
return
' '
.join(map(_stringify, value))
61
62
63
def
_stringify(value):
Callers
5
_format_optvalue
Function · 0.90
_format_elemcreate
Function · 0.90
_stringify
Function · 0.70
_print_command
Function · 0.70
testParseArgsAbsolutePathsThatCanBeConverted
Method · 0.50
Calls
1
join
Method · 0.45
Tested by
1
testParseArgsAbsolutePathsThatCanBeConverted
Method · 0.40
Used in the wild
real call sites across dependent graphs
searching dependent graphs…