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

Method OnProfileChanged

graphs/gui/frame.py:155–159  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

153 self.draw()
154
155 def OnProfileChanged(self, event):
156 event.Skip()
157 self.clearCache(reason=GraphCacheCleanupReason.profileChanged, extraData=event.profileID)
158 self.ctrlPanel.OnProfileChanged(event)
159 self.draw()
160
161 def OnProfileRemoved(self, event):
162 event.Skip()

Callers

nothing calls this directly

Calls 2

clearCacheMethod · 0.95
drawMethod · 0.95

Tested by

no test coverage detected