Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bpython/bpython
/ OverriddenGetattribute
Class
OverriddenGetattribute
bpython/test/test_autocomplete.py:239–241 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
237
238
239
class
OverriddenGetattribute(Foo):
240
def
__getattribute__(self, name):
241
raise
AssertionError(
"custom get attribute invoked"
)
242
243
244
class
TestAttrCompletion(unittest.TestCase):
Callers
1
test_custom_get_attribute_not_invoked
Method · 0.70
Calls
no outgoing calls
Tested by
1
test_custom_get_attribute_not_invoked
Method · 0.56