-
Notifications
You must be signed in to change notification settings - Fork 16
Python Low Level API
Dmitry Romanov edited this page Nov 20, 2015
·
12 revisions
The example is at $CCDB_HOME/python/example_llapi_readout.py
The data model (where you can see class fields and read comments) is at $CCDB_HOME/python/ccdb/model.py
The API functions are collected in provider class. You can see them here: $CCDB_HOME/python/ccdb/provider.py
(Links follow to GitHub pages of the files)