Task #11897 (new)
Opened 11 years ago
__hash__ implementation for BlitzGateway objects
Reported by: | drussell-x | Owned by: | drussell-x |
---|---|---|---|
Priority: | minor | Milestone: | Unscheduled |
Component: | General | Version: | 4.4.9 |
Keywords: | n.a. | Cc: | andreas, atarkowska, cneves-x, cxallan |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | n.a. |
Sprint: | n.a. |
Description
I am doing a lot of work with sets at the moment which does not work with BlitzGateway? objects because they are not equivalent to each other if they are different object instances. This is quite a pain.
BlitzGateway? objects already implement eq so I don't think that this will cause any danger to implement hash.
PR: https://github.com/openmicroscopy/openmicroscopy/pull/1975