Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __getattribute__
Method
__getattribute__
Lib/test/test_traceback.py:4379–4381 ·
view source on GitHub ↗
(self, attr)
Source
from the content-addressed store, hash-verified
4377
4378
class
B:
4379
def
__getattribute__(self, attr):
4380
a = A()
4381
return
a.blich
4382
4383
actual = self.get_suggestion(B(),
'something'
)
4384
self.assertIn(
"Did you mean"
, actual)
Callers
nothing calls this directly
Calls
1
A
Class · 0.70
Tested by
no test coverage detected