This appears to have been introduced in https://github.com/ipython/ipython/pull/14838. ```python # ipython --Completer.use_jedi False class Test: _test1 = 1 _test2 = 2 t = Test() ``` Before <img width="1420" height="333" alt="Image" src="https://github.com/user-attachments/assets/82595441-aa86-4edd-b1fc-5de1d5e700fd" /> After <img width="821" height="280" alt="Image" src="https://github.com/user-attachments/assets/575a31b9-8b7c-4fa2-8004-3352bf2d9675" /> Of course, we will need a test for it to avoid regressions in the future.
This appears to have been introduced in #14838.
Before
After
Of course, we will need a test for it to avoid regressions in the future.