Go to the source code of this file.
Namespaces | |
namespace | dbtoconf |
Functions | |
def | dbtoconf::myparser |
Variables | |
tuple | dbtoconf::ACCOUNT = CONFIG.get('Common','Account') |
list | dbtoconf::account = [] |
string | dbtoconf::AUTHPATH = '' |
tuple | dbtoconf::conf = open(CONFFILE,'w') |
tuple | dbtoconf::CONFFILE = CONFIG.get('Common','Confoutput') |
tuple | dbtoconf::CONFIG = ConfigParser.ConfigParser() |
string | dbtoconf::CONFIGFILE = 'dbtoconf.cfg' |
string | dbtoconf::CONNREP = '' |
list | dbtoconf::connstring = [] |
tuple | dbtoconf::CONNSTRINGGLOBTAG = CONFIG.get('Common','Conn_string_gtag') |
string | dbtoconf::globparent = '' |
tuple | dbtoconf::GLOBTAG = CONFIG.get('Common','Globtag') |
list | dbtoconf::label = [] |
list | dbtoconf::leafnode = [] |
tuple | dbtoconf::line = tmp.readline() |
int | dbtoconf::MAXRETRIES = 10 |
int | dbtoconf::nlines = 0 |
string | dbtoconf::node = '' |
list | dbtoconf::object = [] |
tuple | dbtoconf::out = myparser(line,'root:') |
string | dbtoconf::outline = ' ' |
list | dbtoconf::parent = [] |
list | dbtoconf::pfn = [] |
list | dbtoconf::record = [] |
string | dbtoconf::root = '' |
initialization | |
list | dbtoconf::tag = [] |
string | dbtoconf::TAGREP = '' |
string | dbtoconf::tagtree_cmd = 'cmscond_tagtree_list -c ' |
tuple | dbtoconf::tmp = open(TMPTAG,'r') |
string | dbtoconf::TMPTAG = 'tmptag.list' |