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

Method _codes

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

Source from the content-addressed store, hash-verified

47 return check_file("<test>", code)
48
49 def _codes(self, code: str) -> list[str]:
50 return [v.code for v in self._violations(code)]
51
52 def test_bare_except(self) -> None:
53 code = """\

Callers 4

test_bare_exceptMethod · 0.95
test_except_exceptionMethod · 0.95

Calls 1

_violationsMethod · 0.95

Tested by

no test coverage detected