OSTree.RepoFinderOverride¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class OSTree.RepoFinderOverride(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Returns:
- Return type:
Create a new
OSTree.RepoFinderOverride
.New in version 2018.6.
- add_uri(uri)¶
- Parameters:
uri (
str
) – URI to add to the repo finder
Add the given uri to the set of URIs which the repo finder will search for matching refs when
OSTree.RepoFinder.resolve_async
() is called on it.New in version 2018.6.