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

Method __init__

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

Source from the content-addressed store, hash-verified

13class GuiChangeCargoMetasCommand(wx.Command):
14
15 def __init__(self, fitID, itemIDs, newItemID):
16 wx.Command.__init__(self, True, 'Change Cargo Metas')
17 self.internalHistory = InternalCommandHistory()
18 self.fitID = fitID
19 self.itemIDs = itemIDs
20 self.newItemID = newItemID
21
22 def Do(self):
23 sFit = Fit.getInstance()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected