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

Method OnFitChanged

graphs/gui/lists.py:215–217  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

213 self.updateView()
214
215 def OnFitChanged(self, event):
216 if set(event.fitIDs).intersection(w.item.ID for w in self._wrappers if w.isFit):
217 self.updateView()
218
219 def OnFitRemoved(self, event):
220 wrapper = next((w for w in self._wrappers if w.isFit and w.item.ID == event.fitID), None)

Callers

nothing calls this directly

Calls 1

updateViewMethod · 0.95

Tested by

no test coverage detected