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