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

Method xDefs

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

Source from the content-addressed store, hash-verified

50
51 @property
52 def xDefs(self):
53 return [
54 XDef(handle='time', unit='s', label=_t('Time'), mainInput=('time', 's')),
55 XDef(handle='shieldAmount', unit='EHP' if self.isEffective else 'HP', label=_t('Shield amount'), mainInput=('shieldAmount', '%')),
56 XDef(handle='shieldAmount', unit='%', label=_t('Shield amount'), mainInput=('shieldAmount', '%'))]
57
58 @property
59 def yDefs(self):

Callers

nothing calls this directly

Calls 2

XDefClass · 0.90
_tFunction · 0.50

Tested by

no test coverage detected