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

Method delaySearch

gui/characterEditor.py:522–527  ·  view source on GitHub ↗
(self, evt)

Source from the content-addressed store, hash-verified

520 self.btnSecStatus.SetLabel(self.secStatusLabel.format(value))
521
522 def delaySearch(self, evt):
523 if self.searchInput.GetValue() == "":
524 self.populateSkillTree()
525 else:
526 self.searchTimer.Stop()
527 self.searchTimer.Start(150, True) # 150ms
528
529 def cloneChanged(self, event):
530 sChar = Character.getInstance()

Callers

nothing calls this directly

Calls 3

populateSkillTreeMethod · 0.95
StopMethod · 0.80
GetValueMethod · 0.45

Tested by

no test coverage detected