MCPcopy 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
239class OverriddenGetattribute(Foo):
240 def __getattribute__(self, name):
241 raise AssertionError("custom get attribute invoked")
242
243
244class TestAttrCompletion(unittest.TestCase):

Calls

no outgoing calls

Tested by 1