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

Method activeFighterAbilityIter

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

Source from the content-addressed store, hash-verified

1856 yield fighter
1857
1858 def activeFighterAbilityIter(self):
1859 for fighter in self.activeFightersIter():
1860 for ability in fighter.abilities:
1861 if ability.active:
1862 yield fighter, ability
1863
1864 def getDampMultScanRes(self):
1865 damps = []

Callers 4

_getCommonDataMethod · 0.80
_getCommonDataMethod · 0.80
_getCommonDataMethod · 0.80
getProjFighterDataMethod · 0.80

Calls 1

activeFightersIterMethod · 0.95

Tested by

no test coverage detected