MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / __init__

Method __init__

graphs/data/fitShieldRegen/graph.py:32–34  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

30class 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'

Callers

nothing calls this directly

Calls 1

getInstanceMethod · 0.45

Tested by

no test coverage detected