opensampl.references
Class for openSAMPL References
CompoundReferenceType
Bases: ReferenceType
Class for managing Reference Types which Reference another Table
Source code in opensampl/references.py
15 16 17 18 19 20 21 22 23 24 25 26 |
|
table_exists(value)
classmethod
Validate reference table exists in db
Source code in opensampl/references.py
20 21 22 23 24 25 26 |
|
REF_TYPES
Class for storing the reference types as they appear in the db for easy access
Source code in opensampl/references.py
29 30 31 32 33 34 35 36 37 38 39 40 |
|
ReferenceType
Bases: BaseModel
Class for managing Reference Types
Source code in opensampl/references.py
8 9 10 11 12 |
|