Skip to content

Instantly share code, notes, and snippets.

@vighneshbirodkar
Last active December 19, 2015 08:19
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 vighneshbirodkar/5925204 to your computer and use it in GitHub Desktop.
Save vighneshbirodkar/5925204 to your computer and use it in GitHub Desktop.
a demo to illustrate repeating ids in python
from time import sleep
from SimpleCV import Image
class Example:
def __init__(self):
pass
while(True):
l = Example()
print id(l)
sleep(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment