Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/SandDance
/ list2cmdline
Function
list2cmdline
python/jupyter-widget/setupbase.py:45–46 ·
view source on GitHub ↗
(cmd_list)
Source
from the content-addressed store, hash-verified
43
from
subprocess
import
list2cmdline
44
else
:
45
def
list2cmdline(cmd_list):
46
return
' '
.join(map(pipes.quote, cmd_list))
47
48
49
# version of stupbase.py
Callers
1
run
Function · 0.85
Calls
1
map
Function · 0.50
Tested by
no test coverage detected