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

Method removeImplant

service/character.py:446–449  ·  view source on GitHub ↗
(charID, implant)

Source from the content-addressed store, hash-verified

444
445 @staticmethod
446 def removeImplant(charID, implant):
447 char = eos.db.getCharacter(charID)
448 char.implants.remove(implant)
449 eos.db.commit()
450
451 @staticmethod
452 def getImplants(charID):

Callers 2

Calls 2

getCharacterMethod · 0.80
removeMethod · 0.45

Tested by

no test coverage detected