MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / handleMode

Method handleMode

gui/builtinContextMenus/fitPilotSecurity.py:76–80  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

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()

Callers

nothing calls this directly

Calls 1

getActiveFitMethod · 0.45

Tested by

no test coverage detected