Ggit.SubmoduleUpdateOptions¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
Checkout options |
||
r/w |
Fetch options |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Ggit.SubmoduleUpdateOptions(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Represents options for a submodule update.
- classmethod new()¶
- Returns:
- Return type:
Creates a new submodule options object.
- get_checkout_options()¶
- Returns:
a
Ggit.CheckoutOptions
orNone
.- Return type:
Get the checkout options.
- get_fetch_options()¶
- Return type:
- set_checkout_options(checkout_options)¶
- Parameters:
checkout_options (
Ggit.CheckoutOptions
orNone
) – aGgit.CheckoutOptions
.
Set the checkout options.
- set_fetch_options(fetch_options)¶
- Parameters:
fetch_options (
Ggit.FetchOptions
orNone
) – aGgit.FetchOptions
.
Sets the fetch options.
Property Details¶
- Ggit.SubmoduleUpdateOptions.props.checkout_options¶
- Name:
checkout-options
- Type:
- Default Value:
- Flags:
Checkout options
- Ggit.SubmoduleUpdateOptions.props.fetch_options¶
- Name:
fetch-options
- Type:
- Default Value:
- Flags:
Fetch options