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

Method inputMap

graphs/data/base/graph.py:80–81  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

78
79 @property
80 def inputMap(self):
81 return OrderedDict(((i.handle, i.unit), i) for i in self.inputs)
82
83 checkboxes = ()
84

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected