![]() |
ctrlX Data Layer API for Python
3.3.0
The ctrlX Data Layer API allows access to the ctrlX Data Layer with Python
|
Static Public Attributes | |
int | ALL = READ | WRITE | CREATE | DELETE | BROWSE |
int | BROWSE = 0x10000 |
int | CREATE = 0x00100 |
int | DELETE = 0x01000 |
int | NONE = 0x00000 |
int | READ = 0x00001 |
int | WRITE = 0x00010 |
Allowed Operation Flags.
Definition at line 67 of file metadata_utils.py.