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

Method __repr__

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

Source from the content-addressed store, hash-verified

348 raise AttributeError(f"attribute '{name}' is read only")
349
350 def __repr__(self):
351 offset = self.pc - self.func_start
352 return f"<DebugFrame: {self.module}`{self.func_name} + {offset:#x}, sp: {self.sp:#x}, fp: {self.fp:#x}>"
353
354
355class TargetStoppedEventData:

Callers 1

__repr__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected