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

Method __init__

gui/fitCommands/calc/cargo/remove.py:13–17  ·  view source on GitHub ↗
(self, fitID, cargoInfo)

Source from the content-addressed store, hash-verified

11class CalcRemoveCargoCommand(wx.Command):
12
13 def __init__(self, fitID, cargoInfo):
14 wx.Command.__init__(self, True, 'Remove Cargo')
15 self.fitID = fitID
16 self.cargoInfo = cargoInfo
17 self.savedRemovedAmount = None
18
19 def Do(self):
20 pyfalog.debug('Doing removal of cargo {} to fit {}'.format(self.cargoInfo, self.fitID))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected