Changes between Initial Version and Version 1 of Ticket #29606, comment 14
- Timestamp:
- Jan 20, 2021, 2:28:52 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29606, comment 14
initial v1 7 7 return False 8 8 }}} 9 sadly in this case `all([])` returns True so the if else statementis needed I think ... but of course I'm happy to get hints for a better implementation.9 for 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. 10 10 11 11 Besides, where would I put the check and the test?