(self)
| 255 | raise AttributeError(f"attribute '{name}' is read only") |
| 256 | |
| 257 | def __repr__(self): |
| 258 | return f"<DebugBreakpoint: {self.module}:{self.offset:#x}, {self.address:#x}>" |
| 259 | |
| 260 | |
| 261 | class ModuleNameAndOffset: |
nothing calls this directly
no outgoing calls
no test coverage detected