Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ run
Function
run
example_code/item_045.py:75–77 ·
view source on GitHub ↗
(func)
Source
from the content-addressed store, hash-verified
73
# Move the images onscreen
74
75
def
run(func):
76
for
delta in func():
77
render(delta)
78
79
run(animate)
80
Callers
1
item_045.py
File · 0.70
Calls
2
func
Function · 0.85
render
Function · 0.85
Tested by
no test coverage detected