Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScaleML/AgentSPEX
/ print_info
Function
print_info
scripts/setup_slack.py:39–41 ·
view source on GitHub ↗
Print info message.
(text: str)
Source
from the content-addressed store, hash-verified
37
38
39
def
print_info(text: str):
40
""
"Print info message."
""
41
print(f
" → {text}"
)
42
43
44
def
copy_to_clipboard(text: str) -> bool:
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected