Show More
@@ -2554,7 +2554,7 b' class orderedlazyset(_orderedsetmixin, f' | |||||
2554 | self._subset.reverse() |
|
2554 | self._subset.reverse() | |
2555 | self._ascending = not self._ascending |
|
2555 | self._ascending = not self._ascending | |
2556 |
|
2556 | |||
2557 |
class _addset( |
|
2557 | class _addset(abstractsmartset): | |
2558 | """Represent the addition of two sets |
|
2558 | """Represent the addition of two sets | |
2559 |
|
2559 | |||
2560 | Wrapper structure for lazily adding two structures without losing much |
|
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