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