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

Method OnProfileRemoved

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

Source from the content-addressed store, hash-verified

231 self.updateView()
232
233 def OnProfileRemoved(self, event):
234 wrapper = next((w for w in self._wrappers if w.isProfile and w.item.ID == event.profileID), None)
235 if wrapper is not None:
236 self._wrappers.remove(wrapper)
237 self.updateView()
238
239 # Context menu handlers
240 def addFit(self, fit):

Callers

nothing calls this directly

Calls 2

updateViewMethod · 0.95
removeMethod · 0.45

Tested by

no test coverage detected