MCPcopy 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
55def pause(delay):
56 for _ in range(delay):
57 yield 0
58
59
60print("Example 2")

Callers 2

animateFunction · 0.85
animate_composedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected