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

Function print_header

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

Source from the content-addressed store, hash-verified

107 return f"{kb}KB"
108
109def print_header(text):
110 print(f"\n{Colors.BOLD}{Colors.CYAN}{'='*60}")
111 print(f" {text}")
112 print(f"{'='*60}{Colors.RESET}\n")
113
114def print_section(text):
115 print(f"\n{Colors.BOLD}--- {text} ---{Colors.RESET}")

Callers 1

stress_test.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected