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

Method OnSearchChanged

gui/fitBrowserLite.py:92–95  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

90 self.toList.unselectAll()
91
92 def OnSearchChanged(self, event):
93 event.Skip()
94 self.inputTimer.Stop()
95 self.inputTimer.Start(self.sFit.serviceFittingOptions['marketSearchDelay'], True)
96
97 def OnInputTimer(self, event):
98 event.Skip()

Callers

nothing calls this directly

Calls 1

StopMethod · 0.80

Tested by

no test coverage detected