Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ _codes
Method
_codes
tests/test_keyboard_interrupt_checker.py:95–96 ·
view source on GitHub ↗
(self, code: str)
Source
from the content-addressed store, hash-verified
93
return
check_file(
"<test>"
, code)
94
95
def
_codes(self, code: str) -> list[str]:
96
return
[v.code
for
v in self._violations(code)]
97
98
def
test_kbi_handler_no_call(self) -> None:
99
code =
""
"\
Callers
2
test_kbi_handler_no_call
Method · 0.95
test_kbi_handler_raise_only
Method · 0.95
Calls
1
_violations
Method · 0.95
Tested by
no test coverage detected