all(): Are All Iterable Members True Function
1 Description
The Python all
function will return True
when all members of the given iterable are True, or if the
given iterable is empty.
If any member of the iterable is False then the function all
will return False.
This document was last updated: