MCPcopy Create free account
hub / github.com/Vector35/debugger / __repr__

Method __repr__

api/python/debuggercontroller.py:96–97  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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
100class DebugModule:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected