Functions | |
def | check_and_run |
def | fetch_gts |
def | main |
def | make_gt_connection |
def | migrate_account |
def | migrate_accounts |
def | migrate_gt |
def | migrate_gts |
def | run_command |
def | tags_in_gts |
Variables | |
list | accounts |
def conddb_migrate.check_and_run | ( | args | ) |
def conddb_migrate.fetch_gts | ( | connection | ) |
Definition at line 123 of file conddb_migrate.py.
References ComparisonHelper.zip().
Referenced by migrate_gts(), and tags_in_gts().
def conddb_migrate.main | ( | ) |
Entry point.
Definition at line 213 of file conddb_migrate.py.
References check_and_run().
def conddb_migrate.make_gt_connection | ( | args | ) |
Definition at line 117 of file conddb_migrate.py.
References digitizers_cfi.strip.
Referenced by migrate_gts(), and tags_in_gts().
def conddb_migrate.migrate_account | ( | args | ) |
Definition at line 96 of file conddb_migrate.py.
References run_command().
def conddb_migrate.migrate_accounts | ( | args | ) |
Definition at line 102 of file conddb_migrate.py.
def conddb_migrate.migrate_gt | ( | args | ) |
Definition at line 111 of file conddb_migrate.py.
References run_command().
def conddb_migrate.migrate_gts | ( | args | ) |
def conddb_migrate.run_command | ( | command, | |
output_file | |||
) |
def conddb_migrate.tags_in_gts | ( | args | ) |
Definition at line 149 of file conddb_migrate.py.
References PVValHelper.add(), fetch_gts(), make_gt_connection(), and print().
list conddb_migrate.accounts |
Definition at line 18 of file conddb_migrate.py.