Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ _join
Function
_join
tools/python-3.11.9-amd64/Lib/tkinter/__init__.py:57–59 ·
view source on GitHub ↗
Internal function.
(value)
Source
from the content-addressed store, hash-verified
55
56
57
def
_join(value):
58
""
"Internal function."
""
59
return
' '
.join(map(_stringify, value))
60
61
62
def
_stringify(value):
Callers
4
_format_optvalue
Function · 0.90
_format_elemcreate
Function · 0.90
_stringify
Function · 0.70
testParseArgsAbsolutePathsThatCanBeConverted
Method · 0.50
Calls
2
map
Function · 0.50
join
Method · 0.45
Tested by
1
testParseArgsAbsolutePathsThatCanBeConverted
Method · 0.40