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

Method getDroneDps

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

Source from the content-addressed store, hash-verified

355 return self.__weaponVolleyMap[spoolOptions]
356
357 def getDroneDps(self):
358 if self.__droneDps is None:
359 self.calculateDroneDmgStats()
360 return self.__droneDps
361
362 def getDroneVolley(self):
363 if self.__droneVolley is None:

Callers 5

getTotalDpsMethod · 0.95
exportEfsMethod · 0.80
firepowerSectionFunction · 0.80
_getCommonDataMethod · 0.80
refreshPanelMethod · 0.80

Calls 1

Tested by

no test coverage detected