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

Method __init__

gui/fitCommands/calc/commandFit/add.py:13–17  ·  view source on GitHub ↗
(self, fitID, commandFitID, state=None)

Source from the content-addressed store, hash-verified

11class CalcAddCommandCommand(wx.Command):
12
13 def __init__(self, fitID, commandFitID, state=None):
14 wx.Command.__init__(self, True, 'Add Command Fit')
15 self.fitID = fitID
16 self.commandFitID = commandFitID
17 self.state = state
18
19 def Do(self):
20 pyfalog.debug('Doing addition of command fit {} for fit {}'.format(self.commandFitID, self.fitID))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected