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

Method __repr__

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

Source from the content-addressed store, hash-verified

183 raise AttributeError(f"attribute '{name}' is read only")
184
185 def __repr__(self):
186 hint_str = f", {self.hint}" if self.hint != '' else ''
187 return f"<DebugRegister: {self.name}, {self.value:#x}{hint_str}>"
188
189
190class DebugRegisters:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected