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

Method tgtExtraCols

graphs/data/fitDamageEnvelope/graph.py:57–62  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

55
56 @property
57 def tgtExtraCols(self):
58 cols = []
59 if not GraphSettings.getInstance().get('ignoreResists'):
60 cols.append('Target Resists')
61 cols.extend(('Speed', 'SigRadius', 'Radius', 'FullHP'))
62 return cols
63
64 # Calculation stuff
65 _normalizers = {('distance', 'km'): lambda v, src, tgt: None if v is None else v * 1000,

Callers

nothing calls this directly

Calls 3

getMethod · 0.45
getInstanceMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected