You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm working on a custom template for another project and I find myself in need to filter functions of a class based on their labels. Since I can't, and since I have to iterate twice on the functions, I have to use a condition on the labels twice.
Describe the solution you'd like
Probably add a parameter to filter_objects to accept labels. They should all be present, just like Griffe's Object.has_labels.
Is your feature request related to a problem? Please describe.
I'm working on a custom template for another project and I find myself in need to filter functions of a class based on their labels. Since I can't, and since I have to iterate twice on the functions, I have to use a condition on the labels twice.
Describe the solution you'd like
Probably add a parameter to
filter_objects
to accept labels. They should all be present, just like Griffe'sObject.has_labels
.Describe alternatives you've considered
Checking labels in conditions.
Additional context
qtile/qtile#4612
Boost priority
The text was updated successfully, but these errors were encountered: