Modulemd.ComponentModule¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
The commit ID in the SCM repository. |
||
r/w |
The URI of the SCM repository. |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Modulemd.ComponentModule(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(key)¶
- Parameters:
key (
str
) – The key of this module component. Used when looking up components from aModulemd.ModuleStream
.- Returns:
A newly-allocated
Modulemd.ComponentModule
object.- Return type:
New in version 2.0.
- set_ref(ref)¶
-
New in version 2.0.
Property Details¶
- Modulemd.ComponentModule.props.ref¶
-
The commit ID in the SCM repository.