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

Function complex_wave

example_code/item_046.py:128–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126
127print("Example 7")
128def complex_wave():
129 yield from wave(7.0, 3)
130 yield from wave(2.0, 4)
131 yield from wave(10.0, 5)
132
133run(complex_wave())
134

Callers 1

item_046.pyFile · 0.85

Calls 1

waveFunction · 0.85

Tested by

no test coverage detected