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 not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected