pytuflow.FVProject.insert_feature_into#
- classmethod FVProject.insert_feature_into(feature_name, cf_path, overwrite_behaviour='interactive', **kwargs)#
Inserts a feature into an existing project.
- Parameters:
feature_name (str | dict) – Name of the feature to insert, or a dict with
'name'plus per-instance variable overrides (only meaningful for features withallow_multiple: trueblocks).cf_path (str | Path) – Path to the control file to insert the feature into. This should either be a TCF or FVC, not an ancillary CF such as TGC or FVWQ.
overwrite_behaviour (str)