compare entities and parent/property lists
1 unresolved thread
1 unresolved thread
redo !155 (diffs)
Merge request reports
Activity
added 20 commits
-
3029b906...2727ff2e - 19 commits from branch
dev
- 68b48f76 - Merge branch 'dev' into f-review-lists-and-compare
-
3029b906...2727ff2e - 19 commits from branch
5503 """ 5504 Return all elements from the given list that match the selection criteria. 5505 5506 You can provide name or ID and all matching elements will be returned. 5507 If both name and ID are given, elements matching either criterion will be 5508 returned. 5509 5510 If an Entity is given, neither name nor ID may be set. In this case, only 5511 elements matching both name and ID of the Entity are returned, as long as 5512 name and ID are both set. 5513 5514 In case the elements contained in the given list are wrapped, the function 5515 in its default configuration checks both the wrapped and wrapper Entity 5516 against the match criteria, and will return the wrapped Entity if both 5517 match. Note that this is currently not iterative, meaning that only the 5518 first layer of wrapped entity is considered. changed this line in version 8 of the diff
added 11 commits
- 58166513 - 1 earlier commit
- 629183cf - Merge branch 'f-test-merge' into f-review-lists-and-compare
- bdc88dfc - TST: add test cases for compare entities
- a192adae - Merge branch 'f-test-merge' into f-review-lists-and-compare
- 429b7651 - TST: new test cases for merge entity
- d4b23b1a - Merge branch 'f-test-merge' into f-review-lists-and-compare
- e134e739 - TST: add test cases for compare entities
- 3ef55cf0 - Merge branch 'f-test-merge' into f-review-lists-and-compare
- da07a1d7 - TST: add test cases for compare entities
- 7cfe03ae - Merge branch 'f-test-merge' into f-review-lists-and-compare
- b2b5a8bd - TST: activate test case
Toggle commit listadded 7 commits
- fdf9bfa8 - MAINT: refactor filter function
- 3eb10743 - DOC: add comment on conversion
- 0d26d998 - MNT: Update models._filter_entity_list:
- 04ae295a - TST: Additional filter tests based on docstring
- d8af8e21 - DOC: Update filter tutorial
- a10bc1ed - TST: Extend compare_entities tests
- 5ad9e7fc - Merge branch 'f-list-filter' into 'f-review-lists-and-compare'
Toggle commit listmentioned in commit 40208b8d
Please register or sign in to reply