numpy.ndarray.any

ndarray.any(axis=None, out=None)

Check if any of the elements of a are true.

Refer to numpy.any for full documentation.

See also

numpy.any
equivalent function

Previous topic

numpy.ndarray.all

Next topic

numpy.ndarray.__lt__

This Page

Quick search