Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ pause
Function
pause
example_code/item_045.py:55–57 ·
view source on GitHub ↗
(delay)
Source
from the content-addressed store, hash-verified
53
yield
speed
54
55
def
pause(delay):
56
for
_ in range(delay):
57
yield
0
58
59
60
print(
"Example 2"
)
Callers
2
animate
Function · 0.85
animate_composed
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected