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

Method move

Checker_game_by_dz/modules/pieces.py:47–50  ·  view source on GitHub ↗
(self, row, col)

Source from the content-addressed store, hash-verified

45 )
46
47 def move(self, row, col):
48 self.row = row
49 self.col = col
50 self.calculate_pos()
51
52 # represtation as a string
53 def __repr__(self):

Callers 1

_moveMethod · 0.45

Calls 1

calculate_posMethod · 0.95

Tested by

no test coverage detected