EDataServer.SourceRevisionGuards¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/c/en |
Whether to enable or disable the revision guards |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class EDataServer.SourceRevisionGuards(**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_enabled()¶
-
Checks whether revision guards for the given
EDataServer.Source
are enabled.New in version 3.8.
- set_enabled(enabled)¶
- Parameters:
enabled (
bool
) – Whether to enable or disable the revision guards.
Enables or disables the revision guards for a given
EDataServer.Source
.Revision guards are disabled by default.
New in version 3.8.