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

Function popen2

Lib/os.py:656–672  ·  view source on GitHub ↗

Execute the shell command 'cmd' in a sub-process. On UNIX, 'cmd' may be a sequence, in which case arguments will be passed directly to the program without shell intervention (as with os.spawnv()). If 'cmd' is a string it will be passed to the shell (as with os.s

(cmd, mode="t", bufsize=-1)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

warnMethod · 0.45

Tested by

no test coverage detected