Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ getImage
Method
getImage
gui/builtinPreferenceViews/pyfaUpdatePreferences.py:102–103 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
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"
)
104
105
106
PFUpdatePref.register()
Callers
nothing calls this directly
Calls
1
getBitmap
Method · 0.45
Tested by
no test coverage detected