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

Method getDamagePattern

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

Source from the content-addressed store, hash-verified

421
422 @staticmethod
423 def getDamagePattern(fitID):
424 pyfalog.debug("Get damage pattern for fit ID: {0}", fitID)
425 if fitID is None:
426 return
427
428 fit = eos.db.getFit(fitID)
429 return fit.damagePattern
430
431 def setDamagePattern(self, fitID, pattern):
432 pyfalog.debug("Set damage pattern for fit ID: {0}", fitID)

Callers 2

__init__Method · 0.45
setAsPatternMethod · 0.45

Calls 1

getFitMethod · 0.80

Tested by

no test coverage detected