Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
319
def
_fmt_seconds(seconds: float) -> str:
320
return
f
"{seconds:.1f}s"
321
322
323
def
main() -> int:
Callers
1
_emit_timing
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected