This is a pre-release version (latest). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy latest / numpy / ma / core / any

function

numpy.ma.core:any

source: build-install/usr/lib/python3.14/site-packages/numpy/ma/core.py :7063

Summary

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

Extended Summary

Masked values are considered as False during computation.

Refer to numpy.any for full documentation.

See also

numpy.any

equivalent function

numpy.ndarray.any

corresponding function for ndarrays

Aliases

  • numpy.ma.any