MCPcopy Create free account
hub / github.com/Bareflank/hypervisor / __init__

Method __init__

utils/iwyu_tool.py:234–238  ·  view source on GitHub ↗
(self, proc, outfile, source_file)

Source from the content-addressed store, hash-verified

232class Process(object):
233 """ Manages an IWYU process in flight """
234 def __init__(self, proc, outfile, source_file):
235 self.proc = proc
236 self.outfile = outfile
237 self.output = None
238 self.source_file = source_file
239
240 def poll(self):
241 """ Return the exit code if the process has completed, None otherwise.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected