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

Method OnNotesChanged

gui/additionsPane.py:123–125  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

121 self.updateExtraText()
122
123 def OnNotesChanged(self, event):
124 event.Skip()
125 self.updateExtraText()
126
127 def updateExtraText(self):
128 refresh = False

Callers

nothing calls this directly

Calls 1

updateExtraTextMethod · 0.95

Tested by

no test coverage detected