cfdm.core.Properties.has_data¶
- Properties.has_data()[source]¶
Whether or not the construct has data.
Properties
instances never have data.Added in version (cfdm): 1.9.0.0
- Returns:
Examples
>>> f = cfdm.core.Properties() >>> f.has_data() False
Whether or not the construct has data.
Properties
instances never have data.
Added in version (cfdm): 1.9.0.0
Examples
>>> f = cfdm.core.Properties()
>>> f.has_data()
False