test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
shell Namespace Reference

Functions

def connect
 

Detailed Description

Contains classes for shell part of framework - basically a collection of classes that are designed to be invoked on the command line.

Function Documentation

def shell.connect (   connection_data = None)

Definition at line 10 of file shell.py.

References querying.connect().

Referenced by tools.create_single_iov_db(), and testing_classes.shell_tests.test_init_shell().

10 
11 def connect(connection_data=None):
12  if connection_data == None:
13  connection_data = {"db_alias":"orapro", "schema" : "cms_conditions", "host":"oracle", "secrets":"/afs/cern.ch/cms/DB/conddb/.cms_cond/netrc"}
14  connection = querying.connect(connection_data)
return connection
def connect
Definition: shell.py:10
def connect
Definition: querying.py:352