Skip to content

Completion no longer shows underscore methods when user types in _ since IPython 9.1 #15104

@krassowski

Description

@krassowski

This appears to have been introduced in #14838.

# ipython --Completer.use_jedi False
class Test:
    _test1 = 1
    _test2 = 2
t = Test()

Before

Image

After

Image

Of course, we will need a test for it to avoid regressions in the future.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions