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

Method init

eos/saveddata/targetProfile.py:254–255  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

252
253 @reconstructor
254 def init(self):
255 self.builtin = False
256
257 def update(self, emAmount=0, thermalAmount=0, kineticAmount=0, explosiveAmount=0, maxVelocity=None, signatureRadius=None, radius=None, hp=None):
258 self.emAmount = emAmount

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected