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

Method __init__

gui/fitCommands/gui/booster/remove.py:14–18  ·  view source on GitHub ↗
(self, fitID, positions)

Source from the content-addressed store, hash-verified

12class GuiRemoveBoostersCommand(wx.Command):
13
14 def __init__(self, fitID, positions):
15 wx.Command.__init__(self, True, 'Remove Boosters')
16 self.internalHistory = InternalCommandHistory()
17 self.fitID = fitID
18 self.positions = positions
19
20 def Do(self):
21 sMkt = Market.getInstance()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected