def sortComponents(self): self.components = sorted(self.components, key=lambda c: natural_sort(c.getRef()))