MCPcopy Create free account
hub / github.com/1jehuang/jcode / print_err

Function print_err

scripts/stress_test.py:123–124  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

121 print(f" {Colors.YELLOW}⚠️ {text}{Colors.RESET}")
122
123def print_err(text):
124 print(f" {Colors.RED}❌ {text}{Colors.RESET}")
125
126def print_stat(label, value):
127 print(f" {label}: {Colors.BOLD}{value}{Colors.RESET}")

Callers 1

stress_test.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected