(self)
| 86 | |
| 87 | @property |
| 88 | def tgtExtraCols(self): |
| 89 | cols = [] |
| 90 | if not GraphSettings.getInstance().get('ignoreResists'): |
| 91 | cols.append('Target Resists') |
| 92 | cols.extend(('Speed', 'SigRadius', 'Radius', 'FullHP')) |
| 93 | return cols |
| 94 | |
| 95 | # Calculation stuff |
| 96 | _normalizers = { |
nothing calls this directly
no test coverage detected