Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ getToolTip
Method
getToolTip
gui/builtinViewColumns/misc.py:59–60 ·
view source on GitHub ↗
(self, mod)
Source
from the content-addressed store, hash-verified
57
return
self.__getData(stuff)[0]
58
59
def
getToolTip(self, mod):
60
return
self.__getData(mod)[1]
61
62
def
getImageId(self, mod):
63
return
-1
Callers
nothing calls this directly
Calls
1
__getData
Method · 0.95
Tested by
no test coverage detected