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

Method SuppressChange

gui/updateDialog.py:141–145  ·  view source on GitHub ↗
(self, e)

Source from the content-addressed store, hash-verified

139 webbrowser.open(url)
140
141 def SuppressChange(self, e):
142 if self.supressCheckbox.IsChecked():
143 self.UpdateSettings.set('version', self.releaseInfo['tag_name'])
144 else:
145 self.UpdateSettings.set('version', None)
146
147 def OnDownload(self, e):
148 wx.LaunchDefaultBrowser('https://github.com/pyfa-org/Pyfa/releases/tag/' + self.releaseInfo['tag_name'])

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected