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

Method yDefs

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

Source from the content-addressed store, hash-verified

57
58 @property
59 def yDefs(self):
60 return [
61 YDef(handle='shieldAmount', unit='EHP' if self.isEffective else 'HP', label=_t('Shield amount')),
62 YDef(handle='shieldRegen', unit='EHP/s' if self.isEffective else 'HP/s', label=_t('Shield regen'))]
63
64 # Calculation stuff
65 _normalizers = {

Callers

nothing calls this directly

Calls 2

YDefClass · 0.90
_tFunction · 0.50

Tested by

no test coverage detected