(self, *args, **kwargs)
| 30 | class FitShieldRegenGraph(FitGraph): |
| 31 | |
| 32 | def __init__(self, *args, **kwargs): |
| 33 | super().__init__(*args, **kwargs) |
| 34 | self.isEffective = gui.mainFrame.MainFrame.getInstance().statsPane.nameViewMap['resistancesViewFull'].showEffective |
| 35 | |
| 36 | # UI stuff |
| 37 | internalName = 'shieldRegenGraph' |
nothing calls this directly
no test coverage detected