MCPcopy
hub / github.com/pyfa-org/Pyfa / yDefs

Method yDefs

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

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 4

YDefClass · 0.90
_tFunction · 0.50
getMethod · 0.45
getInstanceMethod · 0.45

Tested by

no test coverage detected