MCPcopy Create free account
hub / github.com/FastLED/FastLED / test.py

File test.py

test.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#!/usr/bin/env python3
2# Lazy imports: traceback and threading are deferred to avoid paying their
3# import cost (~4ms and ~2.5ms respectively) on early-exit paths (CASE 0-4).
4# They are imported just-in-time in the code that actually needs them.

Callers

nothing calls this directly

Calls 6

argv_ultra_early_exitFunction · 0.90
ts_printFunction · 0.90
timeMethod · 0.80
EventMethod · 0.80
mainFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected