Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScaleML/AgentSPEX
/ print_success
Function
print_success
scripts/setup_slack.py:29–31 ·
view source on GitHub ↗
Print success message.
(text: str)
Source
from the content-addressed store, hash-verified
27
28
29
def
print_success(text: str):
30
""
"Print success message."
""
31
print(f
" ✓ {text}"
)
32
33
34
def
print_error(text: str):
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected