(self, evt)
| 97 | print("{}{} {}".format("==> " if x == self.mainFrame.command.GetCurrentCommand() else "", x.GetName(), x)) |
| 98 | |
| 99 | def gc_collect(self, evt): |
| 100 | print(gc.collect()) |
| 101 | print(gc.get_debug()) |
| 102 | print(gc.get_stats()) |
| 103 | |
| 104 | def fit_test(self, evt): |
| 105 | fits = eos.db.getFitList() |
nothing calls this directly
no outgoing calls
no test coverage detected