MCPcopy Create free account
hub / github.com/apache/burr / _print_section

Function _print_section

scripts/verify_apache_artifacts.py:64–68  ·  view source on GitHub ↗

Print formatted section header.

(title: str)

Source from the content-addressed store, hash-verified

62
63
64def _print_section(title: str) -> None:
65 """Print formatted section header."""
66 print("\n" + "=" * 80)
67 print(f" {title}")
68 print("=" * 80 + "\n")
69
70
71# ============================================================================

Callers 5

verify_signaturesFunction · 0.70
verify_licensesFunction · 0.70
list_contentsFunction · 0.70
cmd_allFunction · 0.70
cmd_twine_checkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected