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

Function _print_step

scripts/apache_release.py:77–80  ·  view source on GitHub ↗

Print a formatted step header.

(step_num: int, total: int, description: str)

Source from the content-addressed store, hash-verified

75
76
77def _print_step(step_num: int, total: int, description: str) -> None:
78 """Print a formatted step header."""
79 print(f"\n[Step {step_num}/{total}] {description}")
80 print("-" * 80)
81
82
83def _run_command(

Callers 4

_build_sdist_from_gitFunction · 0.85
cmd_sdistFunction · 0.85
cmd_allFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected