cf.Data.close

Data.close()[source]

Close all files referenced by the data array.

Note that a closed file will be automatically reopened if its contents are subsequently required.

Returns :None

Examples

>>> d.close()

Previous topic

cf.Data.clip

Next topic

cf.Data.copy

This Page