Joakim Storck wrote:

> Is there any way that I can find the hash value of a class from an
> instance?
> 

You only had to post the question once. It seems a strange thing to want, 
but just do:

    hash(a.__class__)

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to