Changes between Initial Version and Version 1 of Ticket #31783, comment 1
- Timestamp:
- Jul 13, 2020, 7:26:58 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31783, comment 1
initial v1 1 1 We should either document this limitation or change `_filter_or_exclude` and friends signature from `(negate, *args, **kwargs)` to `(negate, args, kwargs)`. 2 2 3 I think the second approach is favourable as there's not much benefits in using arguments unpacking in these private methods .3 I think the second approach is favourable as there's not much benefits in using arguments unpacking in these private methods as long as the public methods `filter` and `exclude` preserve their signature.