thocoo / gamma-desk

Gamma Desk
Apache License 2.0
3 stars 1 forks source link

Feature: Allow objects to hide class-level attributes from auto-complete #15

Closed florisla closed 2 years ago

florisla commented 2 years ago

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.