Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ getToolTip
Method
getToolTip
gui/builtinViewColumns/projectionRange.py:57–58 ·
view source on GitHub ↗
(self, mod)
Source
from the content-addressed store, hash-verified
55
return
formatAmount(projRange, 3, 0, 3, unitName=
'm'
)
56
57
def
getToolTip(self, mod):
58
return
'Projection Range'
59
60
61
ProjectionRangeColumn.register()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected