Changes between Initial Version and Version 1 of Ticket #31783, comment 1


Ignore:
Timestamp:
Jul 13, 2020, 7:26:58 PM (4 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31783, comment 1

    initial v1  
    11We should either document this limitation or change `_filter_or_exclude` and friends signature from `(negate, *args, **kwargs)` to `(negate, args, kwargs)`.
    22
    3 I think the second approach is favourable as there's not much benefits in using arguments unpacking in these private methods.
     3I 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.
Back to Top