Skip to content
Snippets Groups Projects

Allow property and parent lists to be filtered.

Merged Henrik tom Wörden requested to merge f-lists into dev
3 unresolved threads
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -2664,7 +2664,7 @@ class ParentList(list):
raise KeyError(str(parent) + " not found.")
class PropertyList(PropertyList):
class _Properties(PropertyList):
def __init__(self, *args, **kwargs):
warnings.warn(DeprecationWarning("This class is depricated. Please use PropertyList."))
super().__init__(*args, **kwargs)
Loading