MCPcopy 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

OnButtonAddMethod · 0.80
OnButtonRemoveMethod · 0.80

Calls 2

getSelectedRowsMethod · 0.80
appendMethod · 0.45

Tested by

no test coverage detected