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