ScriptGitTreeEntryChanges¶
- class ScriptGitTreeEntryChanges.ScriptGitTreeEntryChanges¶
- Bases: - AbstractScriptGitElementWrapper class around _3S.CoDeSys.Git.GitIntegration.IGitTreeEntryChanges.- __str__() str¶
 - __eq__(other: ScriptGitTreeEntryChanges) bool¶
- Python magic method __eq__
 - __ne__(other: ScriptGitTreeEntryChanges) bool¶
- Python magic method __ne__
 - __hash__() int¶
- Python magic method __hash__
 - property path: str¶
- Gets the path of the changed item.
 - property mode_string: str¶
- Gets the change mode as string.
 - property status_string: str¶
- Gets the change status as string.
 - property status: GitChangeKind¶
- Gets the change status.