cf.Data.fits_in_memory

Data.fits_in_memory(itemsize)[source]

Return True if the master array is small enough to be retained in memory.

Parameters:
itemsize: int

The number of bytes per word of the master data array.

Returns:

bool

Examples:

>>> print d.fits_in_memory(8)
False