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

Method __init__

gui/setEditor.py:90–93  ·  view source on GitHub ↗
(self, parent)

Source from the content-addressed store, hash-verified

88class ImplantSetEditorView(BaseImplantEditorView):
89
90 def __init__(self, parent):
91 BaseImplantEditorView.__init__(self, parent)
92 if 'wxMSW' in wx.PlatformInfo:
93 self.SetBackgroundColour(wx.SystemSettings.GetColour(wx.SYS_COLOUR_BTNFACE))
94
95 def bindContext(self):
96 self.Parent.entityEditor.Bind(wx.EVT_CHOICE, self.contextChanged)

Callers

nothing calls this directly

Calls 2

SetBackgroundColourMethod · 0.80
__init__Method · 0.45

Tested by

no test coverage detected