MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / onText

Method onText

gui/builtinAdditionPanes/notesView.py:63–66  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

61 wx.PostEvent(self.mainFrame, GE.FitNotesChanged())
62
63 def onText(self, event):
64 # delay the save so we're not writing to sqlite on every keystroke
65 self.changeTimer.Stop() # cancel the existing timer
66 self.changeTimer.Start(1000, True)
67
68 def delayedSave(self, event):
69 event.Skip()

Callers

nothing calls this directly

Calls 1

StopMethod · 0.80

Tested by

no test coverage detected