cf.CellMethod.construct_type

CellMethod.construct_type

Return a description of the construct type.

Added in version (cfdm): 1.7.0

Returns:
str

The construct type.

Examples

>>> c = cf.CellMethod()
>>> c.construct_type
'cell_method'