EDataServer.SourceUoa¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/c/en |
Ubuntu Online Account ID |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class EDataServer.SourceUoa(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Contains only private data that should be read and manipulated using the functions below.
New in version 3.8.
- get_account_id()¶
- Returns:
the associated Ubuntu Online Account ID
- Return type:
Returns the numeric identifier of the Ubuntu Online Account associated with the
EDataServer.Source
to which self belongs.New in version 3.8.
- set_account_id(account_id)¶
- Parameters:
account_id (
int
) – the associated Ubuntu Online Account ID
Sets the numeric identifier of the Ubuntu Online Account associated with the
EDataServer.Source
to which self belongs.New in version 3.8.