()
| 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 | |
| 115 | AttributeDisplay.register() |
nothing calls this directly
no outgoing calls
no test coverage detected