(self)
| 174 | return not (self == other) |
| 175 | |
| 176 | def __hash__(self): |
| 177 | return hash((self.name, self.value, self.width. self.index, self.hint)) |
| 178 | |
| 179 | def __setattr__(self, name, value): |
| 180 | try: |
nothing calls this directly
no outgoing calls
no test coverage detected