Home
last modified time | relevance | path

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

/external/python/cpython2/Demo/turtle/
Dtdemo_nim.py110 def makemove(self, x, y): member in Stick
192 stick.onclick(stick.makemove)
/external/python/cpython3/Lib/turtledemo/
Dnim.py110 def makemove(self, x, y): member in Stick
191 stick.onclick(stick.makemove)