How to test if an object IS another object?

dan.eloff at gmail.com dan.eloff at gmail.com
Sun Jun 12 15:34:49 EDT 2005


If two objects are of equal value you can compare them with ==. What I
want to do is find out if two objects are actually just references to
the same object, how can I do this in Python?

Thanks




More information about the Python-list mailing list