cfdm.core.Properties.has_data

Properties.has_data()[source]

Whether or not the construct has data.

Properties instances never have data.

New in version (cfdm): 1.9.0.0

Returns

False

Examples

>>> f = cfdm.core.Properties()
>>> f.has_data()
False