Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ getParameters
Method
getParameters
gui/builtinViewColumns/misc.py:65–66 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
63
return
-1
64
65
def
getParameters(self):
66
return
(
"displayName"
, bool, False), (
"showIcon"
, bool, True)
67
68
def
__getData(self, stuff):
69
item = stuff.item
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected