Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bslatkin/effectivepython
/ run
Function
run
example_code/item_046.py:69–71 ·
view source on GitHub ↗
(it)
Source
from the content-addressed store, hash-verified
67
print(f
"Output: {output:>5.1f}"
)
68
69
def
run(it):
70
for
output in it:
71
transmit(output)
72
73
run(wave(3.0, 8))
74
Callers
1
item_046.py
File · 0.70
Calls
1
transmit
Function · 0.85
Tested by
no test coverage detected