MCPcopy Index your code
hub / github.com/python/cpython / notify_move

Method notify_move

Lib/turtledemo/nim.py:195–200  ·  view source on GitHub ↗
(self, row, col)

Source from the content-addressed store, hash-verified

193 self.game.screen.listen()
194
195 def notify_move(self, row, col):
196 if self.BUSY:
197 return
198 self.BUSY = True
199 self.game.model.notify_move(row, col)
200 self.BUSY = False
201
202
203class Nim(object):

Callers

nothing calls this directly

Calls 1

notify_moveMethod · 0.45

Tested by

no test coverage detected