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

Method falloff

eos/saveddata/drone.py:312–317  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

310 # Put them in the attrs tuple.
311 @property
312 def falloff(self):
313 attrs = ("falloff", "falloffEffectiveness")
314 for attr in attrs:
315 falloff = self.getModifiedItemAttr(attr)
316 if falloff:
317 return falloff
318
319 @validates("ID", "itemID", "chargeID", "amount", "amountActive")
320 def validator(self, key, val):

Callers

nothing calls this directly

Calls 1

getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected