(self)
| 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)) |
nothing calls this directly
no outgoing calls
no test coverage detected