__getattr__ is not in autocomplete when defining a class.
```
jedi/plugins/stdlib.py
894: o, = self.inference_state.builtins_module.py__getattribute__('object'
```
If I understand this correctly, `object` does not have `__getattr__`, so it isn't in autocomplete. However, `__getattr__` is useful to be in autocomplete.
3 条评论