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

Method getDps

eos/saveddata/fighter.py:225–229  ·  view source on GitHub ↗
(self, targetProfile=None)

Source from the content-addressed store, hash-verified

223 return volley
224
225 def getDps(self, targetProfile=None):
226 dps = DmgTypes.default()
227 for subdps in self.getDpsPerEffect(targetProfile=targetProfile).values():
228 dps += subdps
229 return dps
230
231 def getDpsPerEffect(self, targetProfile=None):
232 if not self.active or self.amount <= 0:

Callers 2

getDpsPerEffectMethod · 0.45

Calls 3

getDpsPerEffectMethod · 0.95
defaultMethod · 0.80
valuesMethod · 0.80

Tested by

no test coverage detected