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

Method removeImplantFromContext

gui/characterEditor.py:744–748  ·  view source on GitHub ↗
(self, implant)

Source from the content-addressed store, hash-verified

742 sChar.addImplant(char.ID, item.ID)
743
744 def removeImplantFromContext(self, implant):
745 sChar = Character.getInstance()
746 char = self.Parent.Parent.entityEditor.getActiveEntity()
747
748 sChar.removeImplant(char.ID, implant)
749
750 def addImplants(self, implants):
751 charEditor = self.Parent.Parent

Callers

nothing calls this directly

Calls 3

getActiveEntityMethod · 0.80
getInstanceMethod · 0.45
removeImplantMethod · 0.45

Tested by

no test coverage detected