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

Method scanStrength

eos/saveddata/fit.py:420–422  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

418
419 @property
420 def scanStrength(self):
421 return max([self.ship.getModifiedItemAttr("scan%sStrength" % scanType)
422 for scanType in ("Magnetometric", "Ladar", "Radar", "Gravimetric")])
423
424 @property
425 def scanType(self):

Callers

nothing calls this directly

Calls 1

getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected