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
The idea for Filter was to abstract the filter specifics from the backend so that each backend could extend it as it required without modifying the api. That is a very c++ way of looking at the api.
I believe this is also achievable using kwargs and that seems more pythonic.
The text was updated successfully, but these errors were encountered:
The idea for Filter was to abstract the filter specifics from the backend so that each backend could extend it as it required without modifying the api. That is a very c++ way of looking at the api.
I believe this is also achievable using kwargs and that seems more pythonic.
The text was updated successfully, but these errors were encountered: