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

Method __init__

gui/mainFrame.py:91–94  ·  view source on GitHub ↗
(self, parent)

Source from the content-addressed store, hash-verified

89# dummy panel(no paint no erasebk)
90class PFPanel(wx.Panel):
91 def __init__(self, parent):
92 wx.Panel.__init__(self, parent)
93 self.Bind(wx.EVT_PAINT, self.OnPaint)
94 self.Bind(wx.EVT_ERASE_BACKGROUND, self.OnBkErase)
95
96 def OnPaint(self, event):
97 event.Skip()

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected