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

Method set_to_impl

scripts/engine.py:288–289  ·  view source on GitHub ↗
(vid: object, ser: object)

Source from the content-addressed store, hash-verified

286
287 def set_to(self, n: int) -> Action:
288 def set_to_impl(vid: object, ser: object) -> None:
289 self.n = n
290 return set_to_impl
291
292 def equals(self, n: int) -> Matcher:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected