We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21f2c9f commit c991ef0Copy full SHA for c991ef0
source_py3/python_toolbox/combi/perming/perm.py
@@ -428,7 +428,7 @@ class UnrecurrentedMixin:
428
'''Mixin for a permutation in a space that's been unrecurrented.'''
429
def __getitem__(self, i):
430
return super().__getitem__(i)[1]
431
- def __iter__(self, i):
+ def __iter__(self):
432
return iter(tuple(zip(*super().__iter__()))[1])
433
index = lambda self, item: self.nominal_perm_space.domain[
434
next(j for j, pair in enumerate(self._perm_sequence)
0 commit comments