Fix completion tuple by Carreau · Pull Request #14594 · ipython/ipython

@Carreau Carreau marked this pull request as ready for review

December 8, 2024 11:08

@Carreau

The selection of the current expression was improperly
finding an implicit tuple `a,b`, instead of trimming tosimply `b`.

I also done a number of simplification of test cases.

@Carreau