Skip to content

Instantly share code, notes, and snippets.

@startling
Forked from anonymous/gist:1765164
Created February 8, 2012 03:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save startling/1765174 to your computer and use it in GitHub Desktop.
Save startling/1765174 to your computer and use it in GitHub Desktop.
def test():
for x in range(10):
def func():
print x
yield func
for f in test():
f()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment