Help on built-in function all in module builtins:
all(iterable, /) Return True if bool(x) is True for all values x in the iterable. If the iterable is empty, return True.