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 | ) |
def conddb_migrate.main | ( | ) |
Entry point.
Definition at line 212 of file conddb_migrate.py.
References check_and_run().
def conddb_migrate.make_gt_connection | ( | args | ) |
Definition at line 116 of file conddb_migrate.py.
Referenced by migrate_gts(), and tags_in_gts().
def conddb_migrate.migrate_account | ( | args | ) |
Definition at line 95 of file conddb_migrate.py.
References run_command().
def conddb_migrate.migrate_accounts | ( | args | ) |
Definition at line 101 of file conddb_migrate.py.
References python.multivaluedict.map().
def conddb_migrate.migrate_gt | ( | args | ) |
Definition at line 110 of file conddb_migrate.py.
References run_command().
def conddb_migrate.migrate_gts | ( | args | ) |
Definition at line 137 of file conddb_migrate.py.
References fetch_gts(), make_gt_connection(), and python.multivaluedict.map().
def conddb_migrate.run_command | ( | command, | |
output_file | |||
) |
def conddb_migrate.tags_in_gts | ( | args | ) |
Definition at line 148 of file conddb_migrate.py.
References Clusterizer1DCommons.add(), fetch_gts(), and make_gt_connection().
list conddb_migrate.accounts |
Definition at line 17 of file conddb_migrate.py.