Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daniel2005d/mapXplore
/ print_info
Method
print_info
utils/ansiprint.py:39–40 ·
view source on GitHub ↗
(text:str)
Source
from the content-addressed store, hash-verified
37
38
@staticmethod
39
def
print_info(text:str)->None:
40
AnsiPrint.print(f
"[yellow][!][bold] {text}[reset]"
)
41
42
@staticmethod
43
def
print_error(text:str)->None:
Callers
nothing calls this directly
Calls
1
print
Method · 0.45
Tested by
no test coverage detected