MCPcopy 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
44else:
45 def list2cmdline(cmd_list):
46 return ' '.join(map(pipes.quote, cmd_list))
47
48
49# version of stupbase.py

Callers 1

runFunction · 0.85

Calls 1

mapFunction · 0.50

Tested by

no test coverage detected