ScriptGitCommitCollection¶
- class ScriptGitCommitCollection.ScriptGitCommitCollection(iterable=(), /)¶
- Bases: - listWrapper class around _3S.CoDeSys.Git.GitIntegration.IGitCommitLog.- __iter__() Iterable[ScriptGitCommit]¶
 - __next__() ScriptGitCommit¶
 - __str__() str¶
 - __len__() int¶
- Python magic method __len__- Return type:
- int 
- Returns:
- Number of items. 
 
 - __getitem__(index: int) ScriptGitCommit¶
- Indexer- Parameters:
- index (int) – Index of the commit in the collection