Python's "yield from" hands off execution to a sub-generator: http://www.python.org/dev/peps/pep-0380/
Python's "yield from" hands off execution to a sub-generator: http://www.python.org/dev/peps/pep-0380/