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

Method __init__

gui/fitBrowserLite.py:161–163  ·  view source on GitHub ↗
(self, parent, **kwargs)

Source from the content-addressed store, hash-verified

159 DEFAULT_COLS = ['Base Name']
160
161 def __init__(self, parent, **kwargs):
162 super().__init__(parent, style=wx.BORDER_NONE, **kwargs)
163 self.fits = []
164
165 def updateView(self):
166 self.update(self.fits)

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected