Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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