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

Method getImplants

service/character.py:452–454  ·  view source on GitHub ↗
(charID)

Source from the content-addressed store, hash-verified

450
451 @staticmethod
452 def getImplants(charID):
453 char = eos.db.getCharacter(charID)
454 return char.implants
455
456 def checkRequirements(self, fit):
457 # toCheck = []

Callers 2

Calls 1

getCharacterMethod · 0.80

Tested by

no test coverage detected