Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bareflank/hypervisor
/ returncode
Method
returncode
utils/iwyu_tool.py:246–247 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
244
245
@property
246
def
returncode(self):
247
return
self.proc.returncode
248
249
def
get_output(self):
250
""
" Return stdout+stderr output of the process.
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected