MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / __getattribute__

Method __getattribute__

tests_python/test_resolvers.py:73–76  ·  view source on GitHub ↗
(self, attr_name)

Source from the content-addressed store, hash-verified

71 return ["a", "b"]
72
73 def __getattribute__(self, attr_name):
74 if attr_name == "b":
75 raise RuntimeError("unavailable")
76 return object.__getattribute__(self, attr_name)
77
78 obj = MyObject()
79 dictionary = default_resolver.get_dictionary(obj)

Callers 4

read_stack_structureMethod · 0.45
read_stack_frameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected