(self, mod)
| 70 | return formatAmount(ehp, 3, 0, 9) |
| 71 | |
| 72 | def getImageId(self, mod): |
| 73 | return -1 |
| 74 | |
| 75 | def getParameters(self): |
| 76 | return ("displayName", bool, False), ("showIcon", bool, True) |
nothing calls this directly
no outgoing calls
no test coverage detected