[Cruxic]
> Is it possible to get an object out of a set() given another object
> that has the same hash code and equality (__hash__() and __eq__()
> return the same)?

Yes, but it requires an indirect approach.
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/499299


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

Reply via email to