MCPcopy
hub / github.com/python/mypy / start_background_cmd

Function start_background_cmd

runtests.py:133–136  ·  view source on GitHub ↗
(name: str)

Source from the content-addressed store, hash-verified

131
132
133def start_background_cmd(name: str) -> Popen:
134 cmd = cmds[name]
135 proc = subprocess.Popen(cmd, stderr=subprocess.STDOUT, stdout=subprocess.PIPE)
136 return proc
137
138
139def wait_background_cmd(name: str, proc: Popen) -> int:

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…