8.5.40.3. any¶
- Array.any(axis=None, out=None, keepdims=False, *, where=True)
Returns True if any of the elements of a evaluate to True.
Refer to numpy.any for full documentation.
8.5.40.3. See Also¶
numpy.any : equivalent function
Table of Contents
Array