MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / getParameters

Method getParameters

gui/builtinViewColumns/attributeDisplay.py:108–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106
107 @staticmethod
108 def getParameters():
109 return (("attribute", str, None),
110 ("displayName", bool, False),
111 ("showIcon", bool, True),
112 ("direct", bool, False))
113
114
115AttributeDisplay.register()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected