MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / addImplantToContext

Method addImplantToContext

gui/characterEditor.py:738–742  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

736 return sChar.getImplants(char.ID)
737
738 def addImplantToContext(self, item):
739 sChar = Character.getInstance()
740 char = self.Parent.Parent.entityEditor.getActiveEntity()
741
742 sChar.addImplant(char.ID, item.ID)
743
744 def removeImplantFromContext(self, implant):
745 sChar = Character.getInstance()

Callers

nothing calls this directly

Calls 3

getActiveEntityMethod · 0.80
getInstanceMethod · 0.45
addImplantMethod · 0.45

Tested by

no test coverage detected