We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bbabde commit 7d835c0Copy full SHA for 7d835c0
bpython/cli.py
@@ -333,7 +333,8 @@ def attr_matches(self, text):
333
expr, attr = m.group(1, 3)
334
obj = eval(expr, self.interp.locals)
335
type_ = type(obj)
336
- f = None
+ __getattribute__ = None
337
+ __getattr__ = None
338
# Dark magic:
339
# If __getattribute__ doesn't exist on the class and __getattr__ does
340
# then __getattr__ will be called when doing
0 commit comments