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

Method removeImplantFromContext

gui/setEditor.py:111–115  ·  view source on GitHub ↗
(self, implant)

Source from the content-addressed store, hash-verified

109 sIS.addImplants(set_.ID, item.ID)
110
111 def removeImplantFromContext(self, implant):
112 sIS = ImplantSets.getInstance()
113 set_ = self.Parent.entityEditor.getActiveEntity()
114
115 sIS.removeImplant(set_.ID, implant)
116
117
118class ImplantSetEditor(AuxiliaryFrame):

Callers

nothing calls this directly

Calls 3

getActiveEntityMethod · 0.80
getInstanceMethod · 0.45
removeImplantMethod · 0.45

Tested by

no test coverage detected