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

Method __init__

gui/fitCommands/helpers.py:291–294  ·  view source on GitHub ↗
(self, itemID, state=None, sideEffects=None)

Source from the content-addressed store, hash-verified

289class BoosterInfo:
290
291 def __init__(self, itemID, state=None, sideEffects=None):
292 self.itemID = itemID
293 self.state = state
294 self.sideEffects = sideEffects
295
296 @classmethod
297 def fromBooster(cls, booster):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected