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

Method __init__

gui/fitCommands/gui/commandFit/add.py:13–17  ·  view source on GitHub ↗
(self, fitID, commandFitIDs)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected