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

Method clearCache

graphs/gui/frame.py:239–240  ·  view source on GitHub ↗
(self, reason, extraData=None)

Source from the content-addressed store, hash-verified

237 return self.graphSelection.GetClientData(idx)
238
239 def clearCache(self, reason, extraData=None):
240 self.getView().clearCache(reason, extraData)
241
242 def draw(self):
243 self.canvasPanel.draw()

Callers 10

OnFitChangedMethod · 0.95
OnFitRemovedMethod · 0.95
OnProfileChangedMethod · 0.95
OnProfileRemovedMethod · 0.95
OnResistModeChangedMethod · 0.95
OnGraphOptionChangedMethod · 0.95
OnEffectiveHpToggledMethod · 0.95
OnGraphSwitchedMethod · 0.95
OnInputTimerMethod · 0.45
removeWrappersMethod · 0.45

Calls 1

getViewMethod · 0.95

Tested by

no test coverage detected