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

Method OnInputTimer

graphs/gui/ctrlPanel.py:357–360  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

355 self.inputTimer.Start(Fit.getInstance().serviceFittingOptions['marketSearchDelay'], True)
356
357 def OnInputTimer(self, event):
358 event.Skip()
359 self.graphFrame.clearCache(reason=GraphCacheCleanupReason.inputChanged)
360 self.graphFrame.draw()
361
362 def getValues(self):
363 view = self.graphFrame.getView()

Callers

nothing calls this directly

Calls 2

clearCacheMethod · 0.45
drawMethod · 0.45

Tested by

no test coverage detected