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

Method __init__

gui/fitCommands/helpers.py:326–328  ·  view source on GitHub ↗
(self, itemID, amount)

Source from the content-addressed store, hash-verified

324class CargoInfo:
325
326 def __init__(self, itemID, amount):
327 self.itemID = itemID
328 self.amount = amount
329
330 @classmethod
331 def fromCargo(cls, cargo):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected