pytuflow.CommentInput.record_change#
- CommentInput.record_change(inputs, change_type)#
Not private, but not for users to use directly either.
Record a change to the input. The record change is passed to the parent control file to record the change to.
- Parameters:
inputs (Inputs) – List of inputs that have been changed. Use Inputs class, and not just a list of inputs.
change_type (str) – Type of change that has occurred. e.g. ‘update_value’, ‘update_command’, ‘set_scope’
- Return type:
None