ITADN

__getattr__ is not in autocomplete when defining a class.

#2074Openiacore 创建于 2025-10-04
I
iacorecommented
``` 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 条评论