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

Method removeFits

gui/fitBrowserLite.py:183–188  ·  view source on GitHub ↗
(self, fits)

Source from the content-addressed store, hash-verified

181 self.updateView()
182
183 def removeFits(self, fits):
184 for fit in fits:
185 if fit not in self.fits:
186 continue
187 self.fits.remove(fit)
188 self.updateView()
189
190 def GetSelectedFits(self):
191 fits = []

Callers 4

OnButtonAddMethod · 0.80
OnButtonRemoveMethod · 0.80
OnFromListDclickMethod · 0.80
OnToListDclickMethod · 0.80

Calls 2

updateViewMethod · 0.95
removeMethod · 0.45

Tested by

no test coverage detected