Skip to content
Snippets Groups Projects

ENH: Use new value and datatype structs

Merged Florian Spreckelsen requested to merge f-value-data-structs into dev
5 files
+ 837
683
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 10
2
@@ -29,7 +29,16 @@ export evaluate_return_code,
CaosDBException, ClientException, GenericCaosDBException, CaosDBMessage
# Exports from module Constants
export MIN_CCAOSDB_VERSION
# ...from Constants namespace
export COLLECTION, DATATYPE, IMPORTANCE, MIN_CCAOSDB_VERSION, ROLE
# ...from CaosDB datatypes
export BOOLEAN, DATETIME, DOUBLE, INTEGER, TEXT
# ...from CaosDB collections
export LIST
# ...from CaosDB entity roles
export FILE, PROPERTY, RECORD, RECORD_TYPE
# ...from CaosDB importances
export FIX, OBLIGATORY, RECOMMENDED, SUGGESTED
# Exports from module Utility
export get_ccaosdb_version, get_env_fallback
@@ -55,7 +64,6 @@ export get_id,
get_datatype,
get_unit,
get_value,
get_property_list_length,
get_version_id,
get_property,
get_properties,
Loading