Ggit.BranchEnumerator¶
Fields¶
None
Methods¶
|
|
|
|
|
|
|
|
|
Details¶
- class Ggit.BranchEnumerator¶
Represents a branch enumerator.
- get()¶
-
Returns the currently being enumerated branch, or
None. Note that the returnedGgit.Refwill be of typeGgit.Branchif the ref represents a local branch.
- iterator()¶
- Returns:
a
Ggit.BranchEnumeratororNone.- Return type:
Get an iterator for the enumerator.
- next()¶
-
Move the enumerator to the next branch.
- unref()¶