treams.PhysicsArray.any¶
- PhysicsArray.any(axis=None, dtype=None, out=None, keepdims=False, *, where=True)¶
Test if any element (along an axis) is True.
See also
numpy.ndarray.any()
.
Test if any element (along an axis) is True.
See also numpy.ndarray.any()
.