Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
Closed
Description
Feature or enhancement
Proposal:
Attribute autocomplete in the new REPL does not show underscored names unless specifically asked for:
>>>classFoo:..._foo=2...foo=3...>>>Foo.<tab>Foo.fooFoo.mro()
Note that onlyFoo.foo
is offered. To also getFoo._foo
, we need to writeFoo._<tab>
. We should do the same for the import autocomplete.
Currently it just shows all modules/submodules, including those starting with an underscore:
>>>fromimportlibimport<tab>_abc_bootstrap_externalmachineryreaderssimple_bootstrapabcmetadataresourcesutil
Please don't pick up this issue, I'd like to reserve it for someone at the PyConUS sprints :)
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response