(self)
| 618 | self.array.step() |
| 619 | |
| 620 | def c_quit(self): |
| 621 | if self.busy: |
| 622 | self.array.cancel() |
| 623 | self.master.after_idle(self.master.quit) |
| 624 | |
| 625 | |
| 626 | # Main program -- for stand-alone operation outside Grail |
nothing calls this directly
no test coverage detected