##// END OF EJS Templates
addset: promote to real smartset...
Pierre-Yves David -
r22744:3ed3ca4d default
parent child Browse files
Show More
@@ -2554,7 +2554,7 b' class orderedlazyset(_orderedsetmixin, f'
2554 2554 self._subset.reverse()
2555 2555 self._ascending = not self._ascending
2556 2556
2557 class _addset(_orderedsetmixin):
2557 class _addset(abstractsmartset):
2558 2558 """Represent the addition of two sets
2559 2559
2560 2560 Wrapper structure for lazily adding two structures without losing much
General Comments 0
You need to be logged in to leave comments. Login now