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

Method falloff

eos/saveddata/module.py:374–379  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

372
373 @property
374 def falloff(self):
375 attrs = ("falloffEffectiveness", "falloff", "shipScanFalloff")
376 for attr in attrs:
377 falloff = self.getModifiedItemAttr(attr)
378 if falloff:
379 return falloff
380
381 @property
382 def slot(self):

Callers

nothing calls this directly

Calls 1

getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected