ScriptGitBranch ¶ class ScriptGitBranch. ScriptGitBranch ¶ Bases: AbstractScriptGitElement Wrapper class around _3S.CoDeSys.Git.GitIntegration.IGitBranch. __str__ ( ) → str ¶ See “git branch” command
AbstractScriptGitElement ¶ class AbstractScriptGitElement. AbstractScriptGitElement ¶ Bases: object abstract base class of script git wrapper classes
ScriptTraceDiagramVariable ¶ class ScriptTraceDiagramVariable. ScriptTraceDiagramVariable ¶ Bases: object Represents the connection between one ScriptTraceVariable and one ScriptTraceDiagram. One Scri
ScriptGitPullOptions ¶ class ScriptGitPullOptions. ScriptGitPullOptions ¶ Bases: object Wrapper around _3S.CoDeSys.Git.GitIntegration.IGitPullOptions. property fail_on_conflict : bool ¶ If set, do not
GitScriptProject ¶ class GitScriptProject. GitScriptProject ¶ Bases: object property project_handle : int ¶ Gets the current project handle. property git_config_user_name : str ¶ Gets the user name fr
ScriptDriverGitImpl ¶ class ScriptDriverGitImpl. ScriptDriverGitImpl ¶ Bases: object clone ( stProjectLocation : str , stProjectName : str , sSourceUrl : str , gitProjectStoragePath : str , update_fla
ScriptGitCommitCollection ¶ class ScriptGitCommitCollection. ScriptGitCommitCollection ( iterable = () , / ) ¶ Bases: list Wrapper class around _3S.CoDeSys.Git.GitIntegration.IGitCommitLog. __iter__ (
ScriptGitStatusEntry ¶ class ScriptGitStatusEntry. ScriptGitStatusEntry ¶ Bases: AbstractScriptGitElement Wrapper of _3S.CoDeSys.Git.GitIntegration.IGitStatusEntry. __str__ ( ) → str ¶ __eq__ ( other
CurrentGitOperation ¶ class CurrentGitOperation. CurrentGitOperation ( value ) ¶ Bases: Enum Determines the pending operation of a git repository - ie, whether an operation (merge, cherry-pick, etc) i