MCPcopy Create free account
hub / github.com/albertz/helpers / start

Method start

asyncproc.py:351–361  ·  view source on GitHub ↗

Start a program in the background, collecting its output. Returns an integer identifying the process. (Note that this integer is *not* the OS process id of the actuall running process.)

(self, args, executable=None, shell=False, cwd=None, env=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

__init__Method · 0.80

Calls 1

ProcessClass · 0.85

Tested by

no test coverage detected