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: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_except
Method · 0.95
test_except_exception
Method · 0.95
test_except_base_exception
Method · 0.95
test_except_tuple_with_exception
Method · 0.95
Calls
1
_violations
Method · 0.95
Tested by
no test coverage detected