optframework.utils.func.change_config module

Created on Mon Aug 18 10:05:01 2025

@author: px2030

class optframework.utils.func.change_config.ReplaceConfig(key: str, new_value: str)[source]

Bases: CSTTransformer

leave_Dict(original_node, updated_node)[source]
optframework.utils.func.change_config.replace_key_value(path: str, key: str, new_value: str)[source]