cfdm.Domain.construct_type

Domain.construct_type

Return a description of the construct type.

New in version (cfdm): 1.9.0.0

Returns
str

The construct type.

Examples

>>> d = cfdm.Domain()
>>> d.construct_type
'domain'