Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daniel2005d/mapXplore
/ print_success
Method
print_success
utils/ansiprint.py:63–64 ·
view source on GitHub ↗
(text:str)
Source
from the content-addressed store, hash-verified
61
62
@staticmethod
63
def
print_success(text:str)->None:
64
AnsiPrint.print(f
"[green][+][bold] {text}[reset]"
)
65
66
@staticmethod
67
def
print_locale(sectionkey:str,end=
'\r\n'
, **kwargs)->None:
Callers
nothing calls this directly
Calls
1
print
Method · 0.45
Tested by
no test coverage detected