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

Method selectorLabel

graphs/data/base/defs.py:66–69  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

64
65 @property
66 def selectorLabel(self):
67 if self._selectorLabel is not None:
68 return self._selectorLabel
69 return self.label
70
71 def __hash__(self):
72 return hash((self.handle, self.unit, self.label, self.mainInput, self._selectorLabel))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected