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

Method resetContents

gui/fitBrowserLite.py:149–151  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

147 self.toList.unselectAll()
148
149 def resetContents(self):
150 fits = [f for f in self.allFits if f not in self.toList.fits]
151 self.fromList.updateData(fits)
152
153 def getFitIDsToAdd(self):
154 return [f.ID for f in self.toList.fits]

Callers 2

__init__Method · 0.95
OnInputTimerMethod · 0.95

Calls 1

updateDataMethod · 0.80

Tested by

no test coverage detected