cf.Constructs.close

Constructs.close()[source]

Close all files referenced by the metadata constructs.

Deprecated at version 3.14.0. All files are now automatically closed when not being accessed.

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

Returns

None

Examples

>>> c.close()