Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ mutators
Method
mutators
eos/modifiedAttributeDict.py:183–184 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
181
182
@property
183
def
mutators(self):
184
return
{x.attribute.name: x
for
x in self.__mutators.values()}
185
186
@mutators.setter
187
def
mutators(self, val):
Callers
nothing calls this directly
Calls
1
values
Method · 0.80
Tested by
no test coverage detected