cf.DomainAncillary.files

DomainAncillary.files()[source]

Return the names of any files containing parts of the data array.

See also

close

Returns:
set

The file names in normalized, absolute form.

Examples:

>>> c.files()
{'/data/user/file1.nc',
 '/data/user/file2.nc',
 '/data/user/file3.nc'}
>>> a = c.array
>>> f.files()
set()