MAINT: rename filter to filter_by_identity
Compare changes
Files
13- Alexander Schlemmer authored
# Conflicts: # unittests/test_container.py
+ 20
− 12
@@ -2572,7 +2572,11 @@ class PropertyList(list):
@@ -2580,7 +2584,7 @@ class PropertyList(list):
@@ -2601,7 +2605,7 @@ class PropertyList(list):
@@ -2739,7 +2743,11 @@ class ParentList(list):
@@ -2747,7 +2755,7 @@ class ParentList(list):
@@ -2770,7 +2778,7 @@ class ParentList(list):
@@ -3738,21 +3746,21 @@ class Container(list):
@@ -3766,7 +3774,7 @@ class Container(list):
@@ -5576,7 +5584,7 @@ def delete(ids: Union[list[int], range], raise_exception_on_error: bool = True):