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

Method __repr__

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

Source from the content-addressed store, hash-verified

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
146class DebugRegister:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected