Changes between Initial Version and Version 1 of Ticket #23185, comment 50
- Timestamp:
- 07/24/17 01:19:31 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23185, comment 50
initial v1 1 1 Actually 2 2 {{{ 3 return richcmp_unordered(type(self) == type(other) and self.domain() == other.domain() and self.codomain() == other.codomain(), op)3 return richcmp_unordered(type(self) == type(other) and (self.domain(),self.codomain()) == (other.domain(),other.codomain())) 4 4 }}}