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

Method _violations

tests/test_keyboard_interrupt_checker.py:189–190  ·  view source on GitHub ↗
(self, code: str)

Source from the content-addressed store, hash-verified

187 """Edge cases: nesting, multiple handlers, etc."""
188
189 def _violations(self, code: str) -> list[Violation]:
190 return check_file("<test>", code)
191
192 def _codes(self, code: str) -> list[str]:
193 return [v.code for v in self._violations(code)]

Callers 2

_codesMethod · 0.95

Calls 1

check_fileFunction · 0.90

Tested by

no test coverage detected