cf.DomainAxis.construct_type

DomainAxis.construct_type

Return a description of the construct type.

Added in version (cfdm): 1.7.0

Returns:
str

The construct type.

Examples

>>> d = cf.DomainAxis()
>>> d.construct_type
'domain_axis'