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

Method OnProfileRemoved

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

Source from the content-addressed store, hash-verified

159 self.draw()
160
161 def OnProfileRemoved(self, event):
162 event.Skip()
163 self.clearCache(reason=GraphCacheCleanupReason.profileRemoved, extraData=event.profileID)
164 self.ctrlPanel.OnProfileRemoved(event)
165 self.draw()
166
167 def OnResistModeChanged(self, event):
168 event.Skip()

Callers

nothing calls this directly

Calls 2

clearCacheMethod · 0.95
drawMethod · 0.95

Tested by

no test coverage detected