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

Method __init__

gui/fitCommands/helpers.py:222–226  ·  view source on GitHub ↗
(self, itemID, amount=None, state=None, abilities=None)

Source from the content-addressed store, hash-verified

220class FighterInfo:
221
222 def __init__(self, itemID, amount=None, state=None, abilities=None):
223 self.itemID = itemID
224 self.amount = amount
225 self.state = state
226 self.abilities = abilities
227
228 @classmethod
229 def fromFighter(cls, fighter):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected