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

Method __repr__

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

Source from the content-addressed store, hash-verified

203 dbgcore.BNDebuggerFreeRegisters(registers, count.value)
204
205 def __repr__(self) -> str:
206 return self.regs.__repr__()
207
208 def __getitem__(self, name):
209 if name not in self.regs:

Callers

nothing calls this directly

Calls 1

__repr__Method · 0.45

Tested by

no test coverage detected