A Python reference implementation of the CF data model
Data.
__int__
Called to implement the built-in function int
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.