ScriptGitRemoteCollection¶
- class ScriptGitRemoteCollection.ScriptGitRemoteCollection(iterable=(), /)¶
Bases:
listWrapper class around _3S.CoDeSys.Git.GitIntegration.IGitRemoteCollection.- __iter__() Iterable[ScriptGitRemote]¶
- __next__() ScriptGitRemote¶
- __str__() str¶
- __len__() int¶
- Python magic method __len__
- Return type:
int
- Returns:
Number of items.
- __contains__(remoteName: str) bool¶
- Python magic method __contains__
- __getitem__(remoteName: str) ScriptGitRemote¶
- Indexer
- Parameters:
remoteName (str) – Name of the remoteW