The Gaudi Framework  v31r0 (aeb156f0)
GaudiPython.Bindings.Interface Class Reference
Inheritance diagram for GaudiPython.Bindings.Interface:
Collaboration diagram for GaudiPython.Bindings.Interface:

Public Member Functions

def __init__ (self, t)
 
def cast (self, obj)
 
- Public Member Functions inherited from GaudiPython.Bindings.InterfaceCast
def __init__ (self, t)
 
def __call__ (self, obj)
 

Additional Inherited Members

- Public Attributes inherited from GaudiPython.Bindings.InterfaceCast
 type
 
- Static Public Attributes inherited from GaudiPython.Bindings.InterfaceCast
 cast = __call__
 

Detailed Description

Definition at line 126 of file Bindings.py.

Constructor & Destructor Documentation

def GaudiPython.Bindings.Interface.__init__ (   self,
  t 
)

Definition at line 127 of file Bindings.py.

127  def __init__(self, t):
128  deprecation('Use InterfaceCast class instead')
129  InterfaceCast.__init__(self, t)
130 
def deprecation(message)
Definition: Bindings.py:90

Member Function Documentation

def GaudiPython.Bindings.Interface.cast (   self,
  obj 
)

Definition at line 131 of file Bindings.py.

131  def cast(self, obj):
132  return self(obj)
133 
134 
135 # ----load dictionary function using Gaudi function----------------------------
136 
137 

The documentation for this class was generated from the following file: