Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ yDefMap
Method
yDefMap
graphs/data/base/graph.py:63–64 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
61
62
@property
63
def
yDefMap(self):
64
return
OrderedDict(((y.handle, y.unit), y)
for
y in self.yDefs)
65
66
@property
67
@abstractmethod
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected