Skip to content

feature: Allow passing multiple args to Object.has_labels instead of a set #267

@pawamoy

Description

@pawamoy

Is your feature request related to a problem? Please describe.

I would just find it more ergonomic: some_object.has_labels("label1", "label2") instead of some_object.has_labels({"label1", "label2"}).

Describe the solution you'd like

Accept variadic labels.

Describe alternatives you've considered

/

Additional context

/

Metadata

Metadata

Assignees

Labels

featureNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions