cfdm.PartNodeCountProperties.has_data

PartNodeCountProperties.has_data()[source]

Whether or not the construct has data.

PartNodeCountProperties instances never have data.

Added in version (cfdm): 1.9.0.0

Returns:

False

Examples

>>> f = cfdm.PartNodeCountProperties()
>>> f.has_data()
False