Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ baseValue
Method
baseValue
eos/saveddata/mutator.py:119–123 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
117
118
@property
119
def
baseValue(self):
120
try
:
121
return
self.baseAttribute.value
122
except
AttributeError:
123
return
0
124
125
@property
126
def
minValue(self):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected