MCPcopy Index your code
hub / github.com/bslatkin/effectivepython / complex_wave_modulating

Function complex_wave_modulating

example_code/item_046.py:137–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135
136print("Example 8")
137def complex_wave_modulating():
138 yield from wave_modulating(3)
139 yield from wave_modulating(4)
140 yield from wave_modulating(5)
141
142run_modulating(complex_wave_modulating())
143

Callers 1

item_046.pyFile · 0.85

Calls 1

wave_modulatingFunction · 0.85

Tested by

no test coverage detected