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

Method OnDownload

gui/builtinPreferenceViews/pyfaUpdatePreferences.py:99–100  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

97 self.resetButton.Hide()
98
99 def OnDownload(self, event):
100 wx.LaunchDefaultBrowser('https://github.com/pyfa-org/Pyfa/releases/tag/' + self.UpdateSettings.get('version'))
101
102 def getImage(self):
103 return BitmapLoader.getBitmap("prefs_update", "gui")

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected