MCPcopy Create free account
hub / github.com/daniel2005d/mapXplore / print_error

Method print_error

utils/ansiprint.py:43–45  ·  view source on GitHub ↗
(text:str)

Source from the content-addressed store, hash-verified

41
42 @staticmethod
43 def print_error(text:str)->None:
44 AnsiPrint.print(f"[red][-][bold] {text}[reset]")
45 AnsiPrint.print_debug(text)
46
47
48 @staticmethod

Callers

nothing calls this directly

Calls 2

print_debugMethod · 0.80
printMethod · 0.45

Tested by

no test coverage detected