(self)
| 69 | return self.label |
| 70 | |
| 71 | def __hash__(self): |
| 72 | return hash((self.handle, self.unit, self.label, self.mainInput, self._selectorLabel)) |
| 73 | |
| 74 | def __eq__(self, other): |
| 75 | if not isinstance(other, XDef): |
nothing calls this directly
no outgoing calls
no test coverage detected