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

Method isDealingDamage

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

Source from the content-addressed store, hash-verified

154 return self.charge is not None
155
156 def isDealingDamage(self):
157 volleyParams = self.getVolleyParameters()
158 for volley in volleyParams.values():
159 if volley.total > 0:
160 return True
161 return False
162
163 def getVolleyParameters(self, targetProfile=None):
164 if not self.dealsDamage or self.amountActive <= 0:

Callers 5

_getCommonDataMethod · 0.45
_getDamagePerKeyMethod · 0.45
_getDamagePerKeyMethod · 0.45
_generateInternalFormMethod · 0.45
getApplicationPerKeyFunction · 0.45

Calls 2

getVolleyParametersMethod · 0.95
valuesMethod · 0.80

Tested by

no test coverage detected