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

Method checkboxesMap

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

Source from the content-addressed store, hash-verified

84
85 @property
86 def checkboxesMap(self):
87 return OrderedDict((ec.handle, ec) for ec in self.checkboxes)
88
89 hasTargets = False
90 srcVectorDef = None

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected