Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ xDefMap
Method
xDefMap
graphs/data/base/graph.py:72–73 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
70
71
@property
72
def
xDefMap(self):
73
return
OrderedDict(((x.handle, x.unit), x)
for
x in self.xDefs)
74
75
@property
76
def
inputs(self):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected