cf.FieldList.close

FieldList.close()[source]

For each field, 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