(self)
| 246 | return not (self == other) |
| 247 | |
| 248 | def __hash__(self): |
| 249 | return hash((self.module, self.offset, self.address. self.enabled)) |
| 250 | |
| 251 | def __setattr__(self, name, value): |
| 252 | try: |
nothing calls this directly
no outgoing calls
no test coverage detected