-
Index.all(*args, **kwargs)
[source] -
Return whether all elements are True
Parameters: All arguments to numpy.all are accepted.
Returns: all : bool or array_like (if axis is specified)
A single element array_like may be converted to bool.
Index.all()

2025-01-10 15:47:30
Please login to continue.