MCPcopy 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
62print("Example 2")
63def transmit(output):
64 if output is None:
65 print(f"Output is None")
66 else:
67 print(f"Output: {output:>5.1f}")
68
69def run(it):
70 for output in it:

Callers 3

runFunction · 0.85
run_modulatingFunction · 0.85
run_cascadingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected