Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ GetSelectedFits
Method
GetSelectedFits
gui/fitBrowserLite.py:190–198 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
188
self.updateView()
189
190
def
GetSelectedFits(self):
191
fits = []
192
for
row in self.getSelectedRows():
193
try
:
194
fit = self.fits[row]
195
except
IndexError:
196
continue
197
fits.append(fit)
198
return
fits
Callers
2
OnButtonAdd
Method · 0.80
OnButtonRemove
Method · 0.80
Calls
2
getSelectedRows
Method · 0.80
append
Method · 0.45
Tested by
no test coverage detected