The Gaudi Framework  v30r3 (a5ef0a68)
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 119 of file Bindings.py.

Constructor & Destructor Documentation

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

Definition at line 120 of file Bindings.py.

120  def __init__(self, t):
121  deprecation('Use InterfaceCast class instead')
122  InterfaceCast.__init__(self, t)
123 
def deprecation(message)
Definition: Bindings.py:87

Member Function Documentation

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

Definition at line 124 of file Bindings.py.

124  def cast(self, obj):
125  return self(obj)
126 
127 # ----load dictionary function using Gaudi function----------------------------
128 
129 

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