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

Function _fmt_seconds

ci/hooks/check-on-stop.py:319–320  ·  view source on GitHub ↗
(seconds: float)

Source from the content-addressed store, hash-verified

317
318
319def _fmt_seconds(seconds: float) -> str:
320 return f"{seconds:.1f}s"
321
322
323def main() -> int:

Callers 1

_emit_timingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected