MCPcopy Create free account
hub / github.com/bpython/bpython / __getattribute__

Method __getattribute__

bpython/test/test_autocomplete.py:240–241  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

238
239class OverriddenGetattribute(Foo):
240 def __getattribute__(self, name):
241 raise AssertionError("custom get attribute invoked")
242
243
244class TestAttrCompletion(unittest.TestCase):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected