Skip to content

Instantly share code, notes, and snippets.

@philippstroehle
Created September 14, 2013 11:11
Show Gist options
  • Save philippstroehle/6561119 to your computer and use it in GitHub Desktop.
Save philippstroehle/6561119 to your computer and use it in GitHub Desktop.
>>> import itertools
>>> x = itertools.count(0)
>>> x.__class__.__name__
'count'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment