Return True if the master array is large enough to be saved to disk.
The number of bytes per word of the master data array. By default it taken from the array’s data type.
out : bool
Examples
>>> print d.save_to_disk() True
>>> print d.save_to_disk(8) False
cf.Data.partition_boundaries
cf.Data.setdata
Enter search terms or a module, class or function name.