Ggit.StatusOptions¶
Fields¶
None
Methods¶
class |
|
|
|
|
Details¶
- class Ggit.StatusOptions¶
Represents the options used when creating getting file status.
- classmethod new(options, show, pathspec)¶
- Parameters:
options (
Ggit.StatusOption
) – status options.show (
Ggit.StatusShow
) – status show options.pathspec ([
str
] orNone
) – which paths to show, defaults to showing all paths.
- Returns:
a newly allocated
Ggit.StatusOptions
.- Return type:
Creates a new
Ggit.StatusOptions
for use inGgit.Repository.stash_foreach
.
- copy()¶
- Returns:
a newly allocated
Ggit.StatusOptions
orNone
.- Return type:
Copies self into a newly allocated
Ggit.StatusOptions
.
- free()¶
Frees self.