MCPcopy 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
70print("Example 3")
71def render(delta):
72 print(f"Delta: {delta:.1f}")
73 # Move the images onscreen
74
75def run(func):
76 for delta in func():

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected