feature: Allow passing multiple args to Object.has_labels
instead of a set
#267
Labels
feature
New feature or request
Object.has_labels
instead of a set
#267
Is your feature request related to a problem? Please describe.
I would just find it more ergonomic:
some_object.has_labels("label1", "label2")
instead ofsome_object.has_labels({"label1", "label2"})
.Describe the solution you'd like
Accept variadic labels.
Describe alternatives you've considered
/
Additional context
/
The text was updated successfully, but these errors were encountered: