cf.Coordinate.close

Coordinate.close()[source]

Close all files referenced by the coordinate.

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

Returns :None

Examples

>>> c.close()

Previous topic

cf.Coordinate.clip

Next topic

cf.Coordinate.contiguous

This Page