numpy.memmap.all# method memmap.all(axis=None, out=None, keepdims=np._NoValue, *, where=np._NoValue)# Returns True if all elements evaluate to True. Refer to numpy.all for full documentation. See also numpy.allequivalent function