(self)
| 131 | return not (self == other) |
| 132 | |
| 133 | def __hash__(self): |
| 134 | return hash((self.name, self.short_name, self.address. self.size, self.loaded)) |
| 135 | |
| 136 | def __setattr__(self, name, value): |
| 137 | try: |
nothing calls this directly
no outgoing calls
no test coverage detected