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

Method OnFitRemoved

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

Source from the content-addressed store, hash-verified

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)
221 if wrapper is not None:
222 self._wrappers.remove(wrapper)
223 self.updateView()
224
225 def OnProfileRenamed(self, event):
226 if self.containsProfileID(event.profileID):

Callers

nothing calls this directly

Calls 2

updateViewMethod · 0.95
removeMethod · 0.45

Tested by

no test coverage detected