Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ status
Method
status
setup.py:104–106 ·
view source on GitHub ↗
Prints things in bold.
(s)
Source
from the content-addressed store, hash-verified
102
103
@staticmethod
104
def
status(s):
105
""
"Prints things in bold."
""
106
print(
'\033[1m{0}\033[0m'
.format(s))
107
108
def
initialize_options(self):
109
pass
Callers
1
run
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected