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

Method update

eos/saveddata/damagePattern.py:185–189  ·  view source on GitHub ↗
(self, emAmount=25, thermalAmount=25, kineticAmount=25, explosiveAmount=25)

Source from the content-addressed store, hash-verified

183 self.builtin = False
184
185 def update(self, emAmount=25, thermalAmount=25, kineticAmount=25, explosiveAmount=25):
186 self.emAmount = emAmount
187 self.thermalAmount = thermalAmount
188 self.kineticAmount = kineticAmount
189 self.explosiveAmount = explosiveAmount
190
191 @classmethod
192 def getBuiltinList(cls):

Callers 3

__init__Method · 0.95
oneTypeMethod · 0.95
importPatternsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected