Skip to content

Allow iterables instead of lists in methods #49

@ewuerger

Description

@ewuerger

An example is given by the _create and _delete methods in WorkItemLinks.

The indexing in the code (items[0]) causes the need for subscribtability such that items needs to be a list. This therefore forces the user to convert any iterable to a list before using the methods. We can spare this type-conversion and improve the efficiency.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions