Skip to content

Instantly share code, notes, and snippets.

@ironpythonbot
Created September 28, 2013 00:55
Show Gist options
  • Save ironpythonbot/6737195 to your computer and use it in GitHub Desktop.
Save ironpythonbot/6737195 to your computer and use it in GitHub Desktop.
CodePlex Issue #18412 Plain Text Attachments
class iterclass(object):
def __iter__(self):
for i in range(10):
yield i
print iter(iterclass)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment