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

Method update

Checker_game_by_dz/modules/checker.py:18–21  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

16
17 # to update the position
18 def update(self):
19 self.board.draw(self.window)
20 self.draw_moves(self.valid_moves)
21 pg.display.update()
22
23 def _init(self):
24 self.select = None

Callers 5

first.pyFile · 0.45
get_valid_movesMethod · 0.45
_traverse_lMethod · 0.45
_traverse_rMethod · 0.45

Calls 2

draw_movesMethod · 0.95
drawMethod · 0.45

Tested by

no test coverage detected