Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudstack
/ isSuccess
Method
isSuccess
python/lib/cloudutils/utilities.py:59–60 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
57
logging.debug(
"Failed to execute:"
+ self.getErrMsg())
58
59
def
isSuccess(self):
60
return
self.success
61
62
def
getStdout(self):
63
return
self.stdout.decode(
'utf-8'
).strip(
'\n'
)
Callers
1
getErrMsg
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected