MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / maxValue

Method maxValue

eos/saveddata/mutator.py:133–137  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

131
132 @property
133 def maxValue(self):
134 try:
135 return self.maxMod * self.baseAttribute.value
136 except AttributeError:
137 return 0
138
139 @property
140 def attribute(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected