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.Ref
will be of typeGgit.Branch
if the ref represents a local branch.
- iterator()¶
- Returns:
a
Ggit.BranchEnumerator
orNone
.- Return type:
Get an iterator for the enumerator.
- next()¶
-
Move the enumerator to the next branch.
- unref()¶