class Motif: # ... def mouvements(self): return [m1 for (x, y) in self.encoches for (m1, _) in self.coup_compose(x, y)]