cfdm.NodeCountProperties.has_data

NodeCountProperties.has_data()[source]

Whether or not the construct has data.

NodeCountProperties instances never have data.

Added in version (cfdm): 1.9.0.0

Returns:

False

Examples

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