CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
conddblib.DbRef Class Reference

Public Member Functions

def __init__ (self, refType, refColumn)
 

Public Attributes

 rcol
 
 rtype
 

Detailed Description

Definition at line 171 of file conddblib.py.

Constructor & Destructor Documentation

def conddblib.DbRef.__init__ (   self,
  refType,
  refColumn 
)

Definition at line 172 of file conddblib.py.

172  def __init__(self,refType, refColumn):
173  self.rtype = refType
174  self.rcol = refColumn
175 
def __init__(self, refType, refColumn)
Definition: conddblib.py:172

Member Data Documentation

conddblib.DbRef.rcol

Definition at line 174 of file conddblib.py.

conddblib.DbRef.rtype

Definition at line 173 of file conddblib.py.