cs_check_diff(self,
policy,
operation,
path,
value,
diff)
| source code
|
This function produces a ChangeSet based on the changed policy
attribute. The Change element will be executed by the set_state
function.
- Parameters:
policy - Policy in which the difference was detected
operation - type of the difference
path - Location of the difference in the tree
value - The new value that was set (None when it was removed)
diff - The difference from the old value
- Returns:
- This function always returns a ChangeSet
- Overrides:
module.Module.cs_check_diff
|