cf.FieldList.close

FieldList.close()[source]

Close all files referenced by each construct in the list.

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

Returns

None

Examples

>>> f.close()