Skip to content

refresh the current object for any command which does not select another object #335

Description

@gdementen

I am unsure about this one, because it could be both useless (if the current object was not modified) AND expensive (e.g. if the current object is a remote object), but I think it would help more often than not.

def update():
    arr['a1'] = 0

arr = ndtest((2, 3))

(arr appears like it should)

update()

(arr is not updated)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions