MCPcopy Create free account
hub / github.com/ScrapeGraphAI/toonify / print_header

Function print_header

benchmark/compare_formats.py:45–49  ·  view source on GitHub ↗

Print a fancy header.

(title: str, width: int = 80)

Source from the content-addressed store, hash-verified

43
44
45def print_header(title: str, width: int = 80):
46 """Print a fancy header."""
47 print("\n" + "=" * width)
48 print(f"{title:^{width}}")
49 print("=" * width)
50
51
52def print_savings_bar(label: str, percentage: float, width: int = 50):

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…