CADETProcess.dataStructure.nested_dict.set_nested_attribute

CADETProcess.dataStructure.nested_dict.set_nested_attribute#

CADETProcess.dataStructure.nested_dict.set_nested_attribute(obj: Any, attr_string: str, value: Any) None[source]#

Set a nested attribute using a dot-separated path.

Parameters:
objAny

The object to modify.

attr_stringstr

The dot-separated path to the nested attribute.

valueAny

The value to set.