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

Method getTargetProfile

service/fit.py:403–409  ·  view source on GitHub ↗
(fitID)

Source from the content-addressed store, hash-verified

401
402 @staticmethod
403 def getTargetProfile(fitID):
404 pyfalog.debug("Get target profile for fit ID: {0}", fitID)
405 if fitID is None:
406 return
407
408 fit = eos.db.getFit(fitID)
409 return fit.targetProfile
410
411 def setTargetProfile(self, fitID, pattern):
412 pyfalog.debug("Set target resist for fit ID: {0}", fitID)

Callers

nothing calls this directly

Calls 1

getFitMethod · 0.80

Tested by

no test coverage detected