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

Method __setattr__

api/python/debuggercontroller.py:300–304  ·  view source on GitHub ↗
(self, name, value)

Source from the content-addressed store, hash-verified

298 return hash((self.module, self.offset))
299
300 def __setattr__(self, name, value):
301 try:
302 object.__setattr__(self, name, value)
303 except AttributeError:
304 raise AttributeError(f"attribute '{name}' is read only")
305
306
307class DebugFrame:

Callers

nothing calls this directly

Calls 1

__setattr__Method · 0.45

Tested by

no test coverage detected