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

Method __init__

ci/test_all_lint_caches_stress.py:34–38  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

32 """Stress test for lint cache systems."""
33
34 def __init__(self):
35 self.passed = 0
36 self.failed = 0
37 self.errors: list[str] = []
38 self.manifest = DependencyManifest()
39
40 def pass_test(self, name: str):
41 self.passed += 1

Callers

nothing calls this directly

Calls 1

DependencyManifestClass · 0.90

Tested by

no test coverage detected