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

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 180 of file conddblib.py.

180  def __init__(self,refType, refColumn):
181  self.rtype = refType
182  self.rcol = refColumn
183 

Member Data Documentation

◆ rcol

conddblib.DbRef.rcol

Definition at line 182 of file conddblib.py.

◆ rtype

conddblib.DbRef.rtype

Definition at line 181 of file conddblib.py.