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

Method OnTimeoutChange

gui/builtinPreferenceViews/pyfaEsiPreferences.py:85–87  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

83 panel.Layout()
84
85 def OnTimeoutChange(self, event):
86 self.settings.set('timeout', event.GetEventObject().GetValue())
87 event.Skip()
88
89 def OnModeChange(self, event):
90 self.settings.set('loginMode', 0 if self.ssoServer.GetValue() else 1)

Callers

nothing calls this directly

Calls 2

setMethod · 0.45
GetValueMethod · 0.45

Tested by

no test coverage detected