Changes between Initial Version and Version 1 of Ticket #29606, comment 14


Ignore:
Timestamp:
Jan 20, 2021, 2:28:52 PM (3 years ago)
Author:
Marius Räsener

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29606, comment 14

    initial v1  
    77        return False
    88}}}
    9 sadly in this case `all([])` returns True so the if else statement is needed I think ... but of course I'm happy to get hints for a better implementation.
     9for this use-case `all([])` returning True isn't really helpful, so the if else clause is needed I think ... but of course I'm happy to get hints for a better implementation.
    1010
    1111Besides, where would I put the check and the test?
Back to Top