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

Method OnEnforceChange

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

Source from the content-addressed store, hash-verified

91 event.Skip()
92
93 def OnEnforceChange(self, event):
94 self.settings.set('enforceJwtExpiration', self.enforceJwtExpiration.GetValue())
95 event.Skip()
96
97 def OnServerChange(self, event):
98 # pass

Callers

nothing calls this directly

Calls 2

setMethod · 0.45
GetValueMethod · 0.45

Tested by

no test coverage detected