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

Method poll

utils/iwyu_tool.py:240–243  ·  view source on GitHub ↗

Return the exit code if the process has completed, None otherwise.

(self)

Source from the content-addressed store, hash-verified

238 self.source_file = source_file
239
240 def poll(self):
241 """ Return the exit code if the process has completed, None otherwise.
242 """
243 return self.proc.poll()
244
245 @property
246 def returncode(self):

Callers 1

executeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected