Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
127
print(
"Example 7"
)
128
def
complex_wave():
129
yield
from
wave(7.0, 3)
130
yield
from
wave(2.0, 4)
131
yield
from
wave(10.0, 5)
132
133
run(complex_wave())
134
Callers
1
item_046.py
File · 0.85
Calls
1
wave
Function · 0.85
Tested by
no test coverage detected