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

Method __init__

graphs/wrapper.py:118–122  ·  view source on GitHub ↗
(self, item, lightnessID, lineStyleID)

Source from the content-addressed store, hash-verified

116class TargetWrapper(BaseWrapper):
117
118 def __init__(self, item, lightnessID, lineStyleID):
119 super().__init__(item=item)
120 self.lightnessID = lightnessID
121 self.lineStyleID = lineStyleID
122 self.resistMode = TargetResistMode.auto
123
124 def getResists(self, includeLayer=False):
125 em = therm = kin = explo = 0

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected