Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
print(
"Example 4"
)
83
def
animate_composed():
84
yield
from
move(4, 5.0)
85
yield
from
pause(3)
86
yield
from
move(2, 3.0)
87
88
run(animate_composed)
Callers
nothing calls this directly
Calls
2
move
Function · 0.85
pause
Function · 0.85
Tested by
no test coverage detected