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

Method __init__

Lib/popen2.py:40–72  ·  view source on GitHub ↗

The parameter 'cmd' is the shell command to execute 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

(self, cmd, capturestderr=False, bufsize=-1)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

_run_childMethod · 0.95
dup2Method · 0.80
_cleanupFunction · 0.70
closeMethod · 0.45

Tested by

no test coverage detected