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

Method fitItemIter

service/fit.py:514–519  ·  view source on GitHub ↗
(cls, fit, forceFitImplants=False)

Source from the content-addressed store, hash-verified

512
513 @classmethod
514 def fitItemIter(cls, fit, forceFitImplants=False):
515 for fitobj in cls.fitObjectIter(fit, forceFitImplants):
516 yield fitobj.item
517 charge = getattr(fitobj, 'charge', None)
518 if charge:
519 yield charge
520
521 def refreshFit(self, fitID):
522 pyfalog.debug("Refresh fit for fit ID: {0}", fitID)

Callers 3

optimizeFitPriceMethod · 0.80
refreshPanelMethod · 0.80
refreshPanelMethod · 0.80

Calls 1

fitObjectIterMethod · 0.80

Tested by

no test coverage detected