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

Function complex_wave_cascading

example_code/item_046.py:157–160  ·  view source on GitHub ↗
(amplitude_it)

Source from the content-addressed store, hash-verified

155
156print("Example 10")
157def complex_wave_cascading(amplitude_it):
158 yield from wave_cascading(amplitude_it, 3)
159 yield from wave_cascading(amplitude_it, 4)
160 yield from wave_cascading(amplitude_it, 5)
161
162
163print("Example 11")

Callers 1

run_cascadingFunction · 0.85

Calls 1

wave_cascadingFunction · 0.85

Tested by

no test coverage detected