The Gaudi Framework  v28r2p1 (f1a77ff4)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 108 of file Bindings.py.

Constructor & Destructor Documentation

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

Definition at line 109 of file Bindings.py.

109  def __init__(self, t ):
110  deprecation('Use InterfaceCast class instead')
111  InterfaceCast.__init__(self,t)
def deprecation(message)
Definition: Bindings.py:82

Member Function Documentation

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

Definition at line 112 of file Bindings.py.

112  def cast(self, obj) :
113  return self(obj)
114 
115 #----load dictionary function using Gaudi function---------------------------------------

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