meerkat.any¶

any(iterable, /) bool¶

Return True if bool(x) is True for any x in the iterable.

If the iterable is empty, return False.