cfdm.NetCDFArray.get_filenames

NetCDFArray.get_filenames()[source]

Return the names of files containing the data.

If multiple files are returned then it is assumed that any one of them may contain the data, and when the data are requested an attempt to open file is made, in order, and the data is read from the first success.

New in version (cfdm): 1.10.0.2

See also

get_addresses

Returns
tuple

The filenames, in absolute form.