Classes | |
class | O2OJob |
class | O2OJobConf |
class | O2OJobMgr |
class | O2ORun |
class | O2ORunMgr |
class | O2OTool |
Functions | |
def | checkConfiguration (config_string) |
def | print_table (headers, table) |
def | readConfiguration (config_filename) |
Variables | |
string | __author__ = 'Giacomo Govi' |
_Base = sqlalchemy.ext.declarative.declarative_base() | |
string | coral_tpl = 'oracle://%s/%s' |
string | dev_db_service = 'cms_orcoff_prep' |
string | logFolderEnvVar = 'O2O_LOG_FOLDER' |
logger = logging.getLogger(__name__) | |
string | messageLevelEnvVar = 'O2O_LOG_LEVEL' |
string | private_db = 'sqlite:///o2o_jobs.db' |
string | prod_db_service = 'cms_orcon_prod' |
string | schema_name = 'CMS_CONDITIONS' |
string | sqlalchemy_tpl = 'oracle://%s:%s@%s' |
int | startStatus = -1 |
def o2olib.checkConfiguration | ( | config_string | ) |
Definition at line 420 of file o2olib.py.
Referenced by o2olib.O2OTool.create(), and o2olib.O2OTool.setConfig().
def o2olib.print_table | ( | headers, | |
table | |||
) |
Definition at line 58 of file o2olib.py.
References print().
Referenced by o2olib.O2OJobMgr.listJobs().
def o2olib.readConfiguration | ( | config_filename | ) |
Definition at line 404 of file o2olib.py.
References nano_mu_digi_cff.strip.
Referenced by o2olib.O2OTool.create(), and o2olib.O2OTool.setConfig().
|
private |