A Python reference implementation of the CF data model
Whether or not the construct has data.
Domain instances never have data.
Domain
Added in version (cfdm): 1.9.0.0
False
Examples
>>> f = cfdm.core.Domain() >>> f.has_data() False