(self)
| 50 | |
| 51 | @property |
| 52 | def yDefs(self): |
| 53 | ignoreResists = GraphSettings.getInstance().get('ignoreResists') |
| 54 | return [YDef(handle='dps', unit=None, label=_t('Best DPS') if ignoreResists else _t('Best effective DPS'))] |
| 55 | |
| 56 | @property |
| 57 | def tgtExtraCols(self): |
nothing calls this directly
no test coverage detected