(self)
| 140 | raise AttributeError(f"attribute '{name}' is read only") |
| 141 | |
| 142 | def __repr__(self): |
| 143 | return f"<DebugModule: {self.name}, {self.address:#x}, {self.size:#x}>" |
| 144 | |
| 145 | |
| 146 | class DebugRegister: |
nothing calls this directly
no outgoing calls
no test coverage detected