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

Method getImplantsFromContext

gui/characterEditor.py:732–736  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

730 self.determineEnabled()
731
732 def getImplantsFromContext(self):
733 sChar = Character.getInstance()
734 char = self.Parent.Parent.entityEditor.getActiveEntity()
735
736 return sChar.getImplants(char.ID)
737
738 def addImplantToContext(self, item):
739 sChar = Character.getInstance()

Callers

nothing calls this directly

Calls 3

getActiveEntityMethod · 0.80
getInstanceMethod · 0.45
getImplantsMethod · 0.45

Tested by

no test coverage detected