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 204 of file conddblib.py.

Constructor & Destructor Documentation

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

Definition at line 205 of file conddblib.py.

205  def __init__(self,refType, refColumn):
206  self.rtype = refType
207  self.rcol = refColumn
208 
def __init__(self, refType, refColumn)
Definition: conddblib.py:205

Member Data Documentation

conddblib.DbRef.rcol

Definition at line 207 of file conddblib.py.

conddblib.DbRef.rtype

Definition at line 206 of file conddblib.py.