Skip to content

InputTransformer look at the set_next_input behavior #11293

@Carreau

Description

@Carreau

The current behavior isto set_next_input of only the line where ? is situated.
It also seem to differ from previous transformer in case of assignment and for loop:

for i in range(10):
   x = range? # set_next_input in 6.x,  not on 7.x

I'd argue that set_next_inupt should be set for the whole cell, and regardless as to whether there is x = or not as long as there is a first line.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions