Show More
@@ -2499,7 +2499,6 class addset(abstractsmartset): | |||
|
2499 | 2499 | If the ascending attribute is set, iterate over both collections at the |
|
2500 | 2500 | same time, yielding only one value at a time in the given order. |
|
2501 | 2501 | """ |
|
2502 | if not self._iter: | |
|
2503 | 2502 |
|
|
2504 | 2503 |
|
|
2505 | 2504 |
|
@@ -2513,8 +2512,7 class addset(abstractsmartset): | |||
|
2513 | 2512 |
|
|
2514 | 2513 |
|
|
2515 | 2514 |
|
|
2516 | self._iter = generatorset(gen) | |
|
2517 | return self._iter | |
|
2515 | return gen | |
|
2518 | 2516 | |
|
2519 | 2517 | def __iter__(self): |
|
2520 | 2518 | if self._genlist: |
General Comments 0
You need to be logged in to leave comments.
Login now