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

Method isDealingDamage

eos/saveddata/module.py:452–457  ·  view source on GitHub ↗
(self, ignoreState=False)

Source from the content-addressed store, hash-verified

450 return yps, dps
451
452 def isDealingDamage(self, ignoreState=False):
453 volleyParams = self.getVolleyParameters(ignoreState=ignoreState)
454 for volley in volleyParams.values():
455 if volley.total > 0:
456 return True
457 return False
458
459 @property
460 def isBreacher(self):

Callers

nothing calls this directly

Calls 2

getVolleyParametersMethod · 0.95
valuesMethod · 0.80

Tested by

no test coverage detected