MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / getRadius

Method getRadius

graphs/wrapper.py:91–98  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

89 return sigRadius
90
91 def getRadius(self):
92 if self.isFit:
93 radius = self.item.ship.getModifiedItemAttr('radius')
94 elif self.isProfile:
95 radius = self.item.radius
96 else:
97 radius = None
98 return radius
99
100
101class SourceWrapper(BaseWrapper):

Callers 8

_turretApplicationFunction · 0.80
getTurretMultFunction · 0.80
getBombMultFunction · 0.80
getGuidedBombMultFunction · 0.80
getDroneMultFunction · 0.80
getFighterAbilityMultFunction · 0.80
getTackledSpeedFunction · 0.80
getSigRadiusMultFunction · 0.80

Calls 1

getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected