MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / list2cmdline

Function list2cmdline

Lib/subprocess.py:577–644  ·  view source on GitHub ↗

Translate a sequence of arguments into a command line string, using the same rules as the MS C runtime: 1) Arguments are delimited by white space, which is either a space or a tab. 2) A string surrounded by double quotation marks is interpreted as a single argument,

(seq)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

_execute_childMethod · 0.85

Calls 3

appendMethod · 0.45
extendMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected