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

Method selectorLabel

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

Source from the content-addressed store, hash-verified

35
36 @property
37 def selectorLabel(self):
38 if self._selectorLabel is not None:
39 return self._selectorLabel
40 return self.label
41
42 def __hash__(self):
43 return hash((self.handle, self.unit, self.label, self._selectorLabel))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected