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

Method __init__

gui/fitCommands/gui/implant/setAdd.py:13–17  ·  view source on GitHub ↗
(self, fitID, itemIDs)

Source from the content-addressed store, hash-verified

11class GuiAddImplantSetCommand(wx.Command):
12
13 def __init__(self, fitID, itemIDs):
14 wx.Command.__init__(self, True, 'Add Implant Set')
15 self.internalHistory = InternalCommandHistory()
16 self.fitID = fitID
17 self.itemIDs = itemIDs
18
19 def Do(self):
20 results = []

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected