Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ render
Function
render
example_code/item_045.py:71–73 ·
view source on GitHub ↗
(delta)
Source
from the content-addressed store, hash-verified
69
70
print(
"Example 3"
)
71
def
render(delta):
72
print(f
"Delta: {delta:.1f}"
)
73
# Move the images onscreen
74
75
def
run(func):
76
for
delta in func():
Callers
1
run
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected