MCPcopy 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
69def run(it):
70 for output in it:
71 transmit(output)
72
73run(wave(3.0, 8))
74

Callers 1

item_046.pyFile · 0.70

Calls 1

transmitFunction · 0.85

Tested by

no test coverage detected