Skip to content

Container item delete methods #526

@mpsonntag

Description

@mpsonntag

Currently there is no documented obvious way to remove existing NIX entities.

When looking through the code, one can see, that there are __delitem__ methods on the custom container classes, so items can be removed either by accessing these magic functions or by using the del keyword, but this is not obvious to the average user.

Is there a reason for not providing a remove or delete method on Container instances?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions