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.

Examples 1:
>>> f.close()
Returns:None