cf.Field.close

Field.close()[source]

Close all files referenced by the field.

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

Returns :None

Examples

>>> f.close()

Previous topic

cf.Field.clip

Next topic

cf.Field.cm

This Page