(self, config_path)
| 569 | self.canvas.draw_idle() |
| 570 | |
| 571 | def read_config(self, config_path): |
| 572 | return auxiliaryfunctions.read_config(config_path) |
| 573 | |
| 574 | def write_config(self, config_path, cfg): |
| 575 | # Normalize to plain lists before writing config.yaml |
no outgoing calls