cf.CellMeasure.cfa_clear_file_substitutions

CellMeasure.cfa_clear_file_substitutions(*args, **kwargs)[source]

Remove all of the CFA-netCDF file name substitutions.

New in version 3.15.0.

Parameters
inplace: bool, optional

If True then do the operation in-place and return None.

Returns
dict

The removed CFA-netCDF file name substitutions in a dictionary whose key/value pairs are the file name parts to be substituted and their corresponding substitution text.

Examples

>>> f.cfa_clear_file_substitutions()
{}