ScriptGitRemoteCollection ¶ class ScriptGitRemoteCollection. ScriptGitRemoteCollection ( iterable = () , / ) ¶ Bases: list Wrapper class around _3S.CoDeSys.Git.GitIntegration.IGitRemoteCollection. __i
GitChangeKind ¶ class GitChangeKind. GitChangeKind ( value ) ¶ Bases: Enum The kind of changes that a Diff can report. Unmodified = 0 ¶ No changes detected. Added = 1 ¶ The file was added. Deleted = 2
AxisScaleMode ¶ class AxisScaleMode. AxisScaleMode ( value ) ¶ Bases: Enum The possible scale modes of an axis. Auto = 0 ¶ The axis range is determined based on the range of the data (For the time axi