Home
last modified time | relevance | path

Searched refs:maxspalte (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Demo/turtle/
Dtdemo_nim.py67 maxspalte = self.sticks[row]
69 self.game.view.notify_move(row, col, maxspalte, self.player)
158 def notify_move(self, row, col, maxspalte, player): argument
161 for s in range(col, maxspalte):
168 for s in range(maxspalte-1, col-1, -1):
/external/python/cpython3/Lib/turtledemo/
Dnim.py67 maxspalte = self.sticks[row]
69 self.game.view.notify_move(row, col, maxspalte, self.player)
157 def notify_move(self, row, col, maxspalte, player): argument
160 for s in range(col, maxspalte):
167 for s in range(maxspalte-1, col-1, -1):