MCPcopy Create free account
hub / github.com/FastLED/FastLED / print_progress_section

Function print_progress_section

ci/util/banner_print.py:202–204  ·  view source on GitHub ↗

Convenience function for print_progress_section.

(title: str)

Source from the content-addressed store, hash-verified

200
201
202def print_progress_section(title: str) -> None:
203 """Convenience function for print_progress_section."""
204 BannerPrinter.print_progress_section(title)
205
206
207def print_tree_status(root: str, items: list[tuple[str, str, str | None]]) -> None:

Callers 1

Calls 1

Tested by

no test coverage detected