Dee.SerializableModel¶
- Subclasses:
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
||
priv |
r |
Class Details¶
- class Dee.SerializableModel(**kwargs)¶
- Bases:
- Abstract:
Yes
- Structure:
All fields in the
Dee.SerializableModel
structure are private and should never be accessed directly- get_seqnum()¶
- Returns:
Sequence number of this
Dee.SerializableModel
.- Return type:
- inc_seqnum()¶
- Return type:
Increments sequence number of this
Dee.SerializableModel
.
- set_seqnum(seqnum)¶
- Parameters:
seqnum (
int
) – Sequence number
Sets sequence number of this
Dee.SerializableModel
.