Allow property and parent lists to be filtered.
Compare changes
Files
2+ 53
− 13
@@ -35,19 +35,19 @@ transactions.
@@ -57,7 +57,6 @@ if TYPE_CHECKING and sys.version_info > (3, 7):
@@ -154,8 +153,8 @@ class Entity:
@@ -899,7 +898,7 @@ out: bool
@@ -999,7 +998,7 @@ out: List[Entity]
@@ -2363,11 +2362,14 @@ class File(Record):
@@ -2458,6 +2460,16 @@ class _Properties(list):
@@ -2515,7 +2527,7 @@ class _Properties(list):
@@ -2532,10 +2544,15 @@ class _ParentList(list):
@@ -2596,6 +2613,16 @@ class _ParentList(list):
@@ -2637,6 +2664,19 @@ class _ParentList(list):