EDataServer.SourceOffline¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/c/en |
Keep remote content synchronized locally |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class EDataServer.SourceOffline(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Contains only private data that should be read and manipulated using the functions below.
New in version 3.6.
- get_stay_synchronized()¶
- Returns:
whether data should be cached for offline
- Return type:
Returns whether data from a remote server should be cached locally for viewing while offline. Backends are responsible for implementing such caching.
New in version 3.6.