MCPcopy Create free account
hub / github.com/apache/cloudstack / __init__

Method __init__

python/lib/cloudutils/utilities.py:24–30  ·  view source on GitHub ↗
(self, args, timeout=600)

Source from the content-addressed store, hash-verified

22import os
23class bash:
24 def __init__(self, args, timeout=600):
25 self.args = args
26 logging.debug("execute:%s"%args)
27 self.timeout = timeout
28 self.process = None
29 self.success = False
30 self.run()
31
32 def run(self):
33 class Alarm(Exception):

Callers

nothing calls this directly

Calls 2

runMethod · 0.95
debugMethod · 0.80

Tested by

no test coverage detected