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

Method getParameters

gui/builtinViewColumns/propertyDisplay.py:64–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62
63 @staticmethod
64 def getParameters():
65 return (("property", str, None),
66 ("attributeSlave", str, None),
67 ("displayName", bool, False),
68 ("showIcon", bool, True))
69
70
71PropertyDisplay.register()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected