Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ GetHoverBitmap
Method
GetHoverBitmap
gui/builtinShipBrowser/sfBrowserItem.py:74–77 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
72
return
self.label
73
74
def
GetHoverBitmap(self):
75
if
self.hoverBmp is None:
76
return
self.normalBmp
77
return
self.hoverBmp
78
79
def
GetDisabledBitmap(self):
80
if
self.disabledBmp is None:
Callers
1
Render
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected