A Python reference implementation of the CF data model
DomainAxis.
construct_type
Return a description of the construct type.
New in version (cfdm): 1.7.0
str
The construct type.
Examples
>>> d = cfdm.core.DomainAxis() >>> d.construct_type 'domain_axis'