Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
120
def
ontimer(function, delay):
121
state[
'timer'
] = function
122
state[
'delay'
] = delay
123
124
125
def
onscreenclick(function):
Callers
13
move
Function · 0.85
draw
Function · 0.85
draw
Function · 0.85
draw
Function · 0.85
move
Function · 0.85
draw
Function · 0.85
move
Function · 0.85
move
Function · 0.85
move
Function · 0.85
draw
Function · 0.85
draw
Function · 0.85
animate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected