MCPcopy Create free account
hub / github.com/bslatkin/effectivepython / animate_composed

Function animate_composed

example_code/item_045.py:83–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81
82print("Example 4")
83def animate_composed():
84 yield from move(4, 5.0)
85 yield from pause(3)
86 yield from move(2, 3.0)
87
88run(animate_composed)

Callers

nothing calls this directly

Calls 2

moveFunction · 0.85
pauseFunction · 0.85

Tested by

no test coverage detected