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

Method tgtExtraCols

graphs/data/fitDamageStats/graph.py:88–93  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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 = {

Callers

nothing calls this directly

Calls 3

getMethod · 0.45
getInstanceMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected