Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daniel2005d/mapXplore
/ print
Method
print
utils/ansiprint.py:35–36 ·
view source on GitHub ↗
(text:str, end:str='\r\n')
Source
from the content-addressed store, hash-verified
33
34
@staticmethod
35
def
print(text:str, end:str=
'\r\n'
)->None:
36
print(Color.format(text), end=end)
37
38
@staticmethod
39
def
print_info(text:str)->None:
Callers
5
print_info
Method · 0.45
print_error
Method · 0.45
print_debug
Method · 0.45
print_success
Method · 0.45
print_locale
Method · 0.45
Calls
1
format
Method · 0.45
Tested by
no test coverage detected