MCPcopy Create free account
hub / github.com/asottile/nintendo-microcontrollers / Matcher

Class Matcher

scripts/engine.py:113–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111
112
113class Matcher(Protocol):
114 def __call__(self, frame: numpy.ndarray) -> bool: ...
115
116
117class Action(Protocol):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected