MCPcopy 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_infoMethod · 0.45
print_errorMethod · 0.45
print_debugMethod · 0.45
print_successMethod · 0.45
print_localeMethod · 0.45

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected