Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ transmit
Function
transmit
example_code/item_046.py:63–67 ·
view source on GitHub ↗
(output)
Source
from the content-addressed store, hash-verified
61
62
print(
"Example 2"
)
63
def
transmit(output):
64
if
output is None:
65
print(f
"Output is None"
)
66
else
:
67
print(f
"Output: {output:>5.1f}"
)
68
69
def
run(it):
70
for
output in it:
Callers
3
run
Function · 0.85
run_modulating
Function · 0.85
run_cascading
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected