(self)
| 94 | raise AttributeError(f"attribute '{name}' is read only") |
| 95 | |
| 96 | def __repr__(self): |
| 97 | return f"<DebugThread: {self.tid:#x} @ {self.rip:#x}>" |
| 98 | |
| 99 | |
| 100 | class DebugModule: |
nothing calls this directly
no outgoing calls
no test coverage detected