MCPcopy Create free account
hub / github.com/geekcomputers/Python / __init__

Method __init__

Checker_game_by_dz/modules/checker.py:13–15  ·  view source on GitHub ↗
(self, window)

Source from the content-addressed store, hash-verified

11
12class checker:
13 def __init__(self, window):
14 self._init()
15 self.window = window
16
17 # to update the position
18 def update(self):

Callers

nothing calls this directly

Calls 1

_initMethod · 0.95

Tested by

no test coverage detected