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

Function _print_section

scripts/apache_release.py:70–74  ·  view source on GitHub ↗

Print a formatted section header.

(title: str)

Source from the content-addressed store, hash-verified

68
69
70def _print_section(title: str) -> None:
71 """Print a formatted section header."""
72 print("\n" + "=" * 80)
73 print(f" {title}")
74 print("=" * 80 + "\n")
75
76
77def _print_step(step_num: int, total: int, description: str) -> None:

Callers 6

cmd_archiveFunction · 0.70
cmd_sdistFunction · 0.70
cmd_wheelFunction · 0.70
cmd_uploadFunction · 0.70
cmd_verifyFunction · 0.70
cmd_allFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected