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

Method equals_impl

scripts/engine.py:293–294  ·  view source on GitHub ↗
(frame: object)

Source from the content-addressed store, hash-verified

291
292 def equals(self, n: int) -> Matcher:
293 def equals_impl(frame: object) -> bool:
294 return self.n == n
295 return equals_impl
296
297 @property

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected