cf.CellMeasure.get_filenames — Documentation
-
CellMeasure.get_filenames(normalise=True)[source]¶
Return the name of the file or files containing the data.
- Parameters:
- normalise:
bool, optional If True then normalise to an absolute path. If False
(the default) then no normalisation is done.
Added in version (cfdm): 1.12.0.0
- Returns:
set The file names in normalised, absolute form. If thedata are in memory then an empty set is returned.