MCPcopy Create free account
hub / github.com/Apress/python-for-matlab-development / gen

Function gen

code/matlab_py/gen_demo.py:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29# DEALINGS IN THE SOFTWARE.
30# }}}
31def gen():
32 for i in [10, 20, 30, 40, 50]:
33 yield i

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected