numpy.ndarray.any#

method

ndarray.any(axis=None,out=None,*,keepdims=<novalue>,where=<novalue>)#

Returns True if any of the elements ofa evaluate to True.

Refer tonumpy.any for full documentation.

See also

numpy.any

equivalent function

On this page