MCPcopy
hub / github.com/grantjenks/free-python-games / ontimer

Function ontimer

tests/mockturtle.py:120–122  ·  view source on GitHub ↗
(function, delay)

Source from the content-addressed store, hash-verified

118
119
120def ontimer(function, delay):
121 state['timer'] = function
122 state['delay'] = delay
123
124
125def onscreenclick(function):

Callers 13

moveFunction · 0.85
drawFunction · 0.85
drawFunction · 0.85
drawFunction · 0.85
moveFunction · 0.85
drawFunction · 0.85
moveFunction · 0.85
moveFunction · 0.85
moveFunction · 0.85
drawFunction · 0.85
drawFunction · 0.85
animateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected