MCPcopy 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
75def run(func):
76 for delta in func():
77 render(delta)
78
79run(animate)
80

Callers 1

item_045.pyFile · 0.70

Calls 2

funcFunction · 0.85
renderFunction · 0.85

Tested by

no test coverage detected