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

Method __init__

gui/fitCommands/gui/cargo/remove.py:15–19  ·  view source on GitHub ↗
(self, fitID, itemIDs)

Source from the content-addressed store, hash-verified

13class GuiRemoveCargosCommand(wx.Command):
14
15 def __init__(self, fitID, itemIDs):
16 wx.Command.__init__(self, True, 'Remove Cargos')
17 self.internalHistory = InternalCommandHistory()
18 self.fitID = fitID
19 self.itemIDs = itemIDs
20
21 def Do(self):
22 sMkt = Market.getInstance()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected