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

Method yDefs

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

Source from the content-addressed store, hash-verified

78
79 @property
80 def yDefs(self):
81 ignoreResists = GraphSettings.getInstance().get('ignoreResists')
82 return [
83 YDef(handle='dps', unit=None, label=_t('DPS') if ignoreResists else _t('Effective DPS')),
84 YDef(handle='volley', unit=None, label=_t('Volley') if ignoreResists else _t('Effective volley')),
85 YDef(handle='damage', unit=None, label=_t('Damage inflicted') if ignoreResists else _t('Effective damage inflicted'))]
86
87 @property
88 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