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

Method __init__

gui/characterEditor.py:717–723  ·  view source on GitHub ↗
(self, parent, charEditor)

Source from the content-addressed store, hash-verified

715
716class ImplantEditorView(BaseImplantEditorView):
717 def __init__(self, parent, charEditor):
718 BaseImplantEditorView.__init__(self, parent)
719
720 self.determineEnabled()
721 charEditor.Bind(GE.CHAR_CHANGED, self.contextChanged)
722
723 self.pluggedImplantsTree.Bind(wx.EVT_CONTEXT_MENU, self.spawnMenu)
724
725 def bindContext(self):
726 self.Parent.Parent.entityEditor.Bind(wx.EVT_CHOICE, self.contextChanged)

Callers

nothing calls this directly

Calls 2

determineEnabledMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected