(self)
| 40 | return self.label |
| 41 | |
| 42 | def __hash__(self): |
| 43 | return hash((self.handle, self.unit, self.label, self._selectorLabel)) |
| 44 | |
| 45 | def __eq__(self, other): |
| 46 | if not isinstance(other, YDef): |
nothing calls this directly
no outgoing calls
no test coverage detected