Go to the source code of this file.
|
def | query.sendMessage (host, port, dbsInst, userInput, page, limit, xml=0, case='on', iface='dd', details=0, cff=0, debug=0) |
|
|
| query.args |
|
string | query.dbsInst = "cms_dbs_prod_global" |
|
string | query.host = "cmsweb.cern.ch/dbs_discovery/" |
|
| query.input = open(opts.input,'r').readline() |
|
| query.optManager = DDOptionParser() |
|
| query.opts |
|
int | query.port = 443 |
|
def | query.result = sendMessage(host,port,dbsInst,input,opts.page,opts.limit,opts.xml,opts.case,opts.iface,opts.details,opts.cff,opts.verbose) |
|