Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bpython/bpython
/ __getattr__
Method
__getattr__
bpython/test/test_inspection.py:283–284 ·
view source on GitHub ↗
(self, attr)
Source
from the content-addressed store, hash-verified
281
282
class
OverriddenGetattr:
283
def
__getattr__(self, attr):
284
raise
AssertionError(
"custom __getattr__ executed"
)
285
286
a = 1
287
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected