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

Method zero

scripts/engine.py:298–299  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

296
297 @property
298 def zero(self) -> Matcher:
299 return self.equals(0)
300
301
302States = Mapping[str, tuple[tuple[Matcher, Action, str], ...]]

Callers

nothing calls this directly

Calls 1

equalsMethod · 0.95

Tested by

no test coverage detected