Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
136
print(
"Example 8"
)
137
def
complex_wave_modulating():
138
yield
from
wave_modulating(3)
139
yield
from
wave_modulating(4)
140
yield
from
wave_modulating(5)
141
142
run_modulating(complex_wave_modulating())
143
Callers
1
item_046.py
File · 0.85
Calls
1
wave_modulating
Function · 0.85
Tested by
no test coverage detected