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

Method OnNonMainInputChanged

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

Source from the content-addressed store, hash-verified

350 self.inputTimer.Start(Fit.getInstance().serviceFittingOptions['marketSearchDelay'], True)
351
352 def OnNonMainInputChanged(self, event):
353 event.Skip()
354 self.inputTimer.Stop()
355 self.inputTimer.Start(Fit.getInstance().serviceFittingOptions['marketSearchDelay'], True)
356
357 def OnInputTimer(self, event):
358 event.Skip()

Callers

nothing calls this directly

Calls 2

StopMethod · 0.80
getInstanceMethod · 0.45

Tested by

no test coverage detected