cfdm.Data.__int__

Data.__int__()[source]

Called to implement the built-in function int

x.__int__() <==> int(x)

Performance

__int__ causes all delayed operations to be executed, unless the dask array size is already known to be greater than 1.