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

Method _codes

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

Source from the content-addressed store, hash-verified

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)]
194
195 def test_nested_inner_ok_outer_missing(self) -> None:
196 """Inner try has KBI handler, outer try does not -> KBI001 on outer."""

Calls 1

_violationsMethod · 0.95

Tested by

no test coverage detected