Closed florisla closed 2 years ago
The purpose is to let __dir__() be the only source of attributes which auto-complete can see.
__dir__()
This matches the auto-complete behavior of IPython.
The lookup of class-level attributes can be disabled by setting an optional flag on the object called _AUTO_COMPLETE_HIDE_CLASS_ATTRIBUTES.
_AUTO_COMPLETE_HIDE_CLASS_ATTRIBUTES
The purpose is to let
__dir__()
be the only source of attributes which auto-complete can see.This matches the auto-complete behavior of IPython.
The lookup of class-level attributes can be disabled by setting an optional flag on the object called
_AUTO_COMPLETE_HIDE_CLASS_ATTRIBUTES
.