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

Method activeFightersIter

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

Source from the content-addressed store, hash-verified

1851 yield drone
1852
1853 def activeFightersIter(self):
1854 for fighter in self.fighters:
1855 if fighter.active:
1856 yield fighter
1857
1858 def activeFighterAbilityIter(self):
1859 for fighter in self.activeFightersIter():

Callers 6

_getCommonDataMethod · 0.80
_getDamagePerKeyMethod · 0.80
_getDamagePerKeyMethod · 0.80
_generateInternalFormMethod · 0.80
getApplicationPerKeyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected