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

Method OnFitRemoved

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

Source from the content-addressed store, hash-verified

141 self.drawTimer.Start(REDRAW_DELAY, True)
142
143 def OnFitRemoved(self, event):
144 event.Skip()
145 self.clearCache(reason=GraphCacheCleanupReason.fitRemoved, extraData=event.fitID)
146 self.ctrlPanel.OnFitRemoved(event)
147 self.draw()
148
149 # Target profile events
150 def OnProfileRenamed(self, event):

Callers

nothing calls this directly

Calls 2

clearCacheMethod · 0.95
drawMethod · 0.95

Tested by

no test coverage detected