A CF-compliant earth science data analysis library
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 = cf.Domain() >>> f.has_data() False