instance comparison

King animator333 at gmail.com
Thu Jul 24 05:53:15 EDT 2008


The only methods I do have in class is __init__ and __str__.
How ever inst1 and inst2 is coming from a dictionary where I stored
them with a unique id.

inst1 = stored[id]
inst2 = stored[id]

Is this makes a difference? I will rip down the piece of code giving
me problem and post.



More information about the Python-list mailing list