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

Method OnProfileChanged

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

Source from the content-addressed store, hash-verified

227 self.updateView()
228
229 def OnProfileChanged(self, event):
230 if self.containsProfileID(event.profileID):
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)

Callers

nothing calls this directly

Calls 2

containsProfileIDMethod · 0.95
updateViewMethod · 0.95

Tested by

no test coverage detected