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

Method minValue

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

Source from the content-addressed store, hash-verified

124
125 @property
126 def minValue(self):
127 try:
128 return self.minMod * self.baseAttribute.value
129 except AttributeError:
130 return 0
131
132 @property
133 def maxValue(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected