Ggit.DiffFormatEmailOptions¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
Author |
||
r/w |
Body |
||
r/w |
Flags |
||
r/w |
Id |
||
r/w |
Patch number |
||
r/w |
Summary |
||
r/w |
Total patches |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Ggit.DiffFormatEmailOptions(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Returns:
- Return type:
Create a new checkout options object.
- get_author()¶
- Returns:
a
Ggit.Signature
orNone
.- Return type:
Get the author.
- get_flags()¶
- Returns:
- Return type:
Get the flags.
- get_total_patches()¶
- Returns:
the total number of patches.
- Return type:
Get the total number of patches.
- set_author(author)¶
- Parameters:
author (
Ggit.Signature
orNone
) – aGgit.Signature
.
Set the author.
- set_flags(flags)¶
- Parameters:
flags (
Ggit.DiffFormatEmailFlags
) – aGgit.DiffFormatEmailFlags
.
Set the flags.
Property Details¶
- Ggit.DiffFormatEmailOptions.props.author¶
- Name:
author
- Type:
- Default Value:
- Flags:
Author
- Ggit.DiffFormatEmailOptions.props.body¶
-
Body
- Ggit.DiffFormatEmailOptions.props.flags¶
- Name:
flags
- Type:
- Default Value:
- Flags:
Flags
- Ggit.DiffFormatEmailOptions.props.id¶
-
Id
- Ggit.DiffFormatEmailOptions.props.patch_number¶
-
Patch number
- Ggit.DiffFormatEmailOptions.props.summary¶
-
Summary