(self, event)
| 74 | return sub |
| 75 | |
| 76 | def handleMode(self, event): |
| 77 | optionValue = self.optionIds[event.Id] |
| 78 | self.mainFrame.command.Submit(cmd.GuiChangeFitPilotSecurityCommand( |
| 79 | fitID=self.mainFrame.getActiveFit(), |
| 80 | secStatus=optionValue)) |
| 81 | |
| 82 | def handleModeCustom(self, event): |
| 83 | fitID = self.mainFrame.getActiveFit() |
nothing calls this directly
no test coverage detected