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

Method __init__

scripts/engine.py:278–279  ·  view source on GitHub ↗
(self, n: int = 0)

Source from the content-addressed store, hash-verified

276
277class Counter:
278 def __init__(self, n: int = 0) -> None:
279 self.n = 0
280
281 def increment(self, vid: object, ser: object) -> None:
282 self.n += 1

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected