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

Method __init__

eos/modifiedAttributeDict.py:597–599  ·  view source on GitHub ↗
(self, affliction_type, amount)

Source from the content-addressed store, hash-verified

595
596class Affliction:
597 def __init__(self, affliction_type, amount):
598 self.type = affliction_type
599 self.amount = amount

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected