Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudstack
/ print_msg
Method
print_msg
tools/marvin/marvin/deployAndRun.py:151–153 ·
view source on GitHub ↗
(cls, msg)
Source
from the content-addressed store, hash-verified
149
150
@classmethod
151
def
print_msg(cls, msg):
152
if
msg:
153
return
ShellColor.BOLD + ShellColor.RED + msg + ShellColor.END
154
155
156
class
ShellColor(object):
Callers
1
format_help
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected