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
Should there be a ShapeSet class that is a derived class of set but enables filter_by? As Python sets are unordered the sort_by and group_by methods wouldn't apply.
The text was updated successfully, but these errors were encountered:
Should there be a
ShapeSet
class that is a derived class ofset
but enablesfilter_by
? As Python sets are unordered thesort_by
andgroup_by
methods wouldn't apply.The text was updated successfully, but these errors were encountered: