All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
GaudiPython.Bindings.Interface Class Reference
Inheritance diagram for GaudiPython.Bindings.Interface:
Collaboration diagram for GaudiPython.Bindings.Interface:

Public Member Functions

def __init__
 
def cast
 
- Public Member Functions inherited from GaudiPython.Bindings.InterfaceCast
def __init__
 
def __call__
 

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 100 of file Bindings.py.

Constructor & Destructor Documentation

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

Definition at line 101 of file Bindings.py.

102  def __init__(self, t ):
103  deprecation('Use InterfaceCast class instead')
InterfaceCast.__init__(self,t)

Member Function Documentation

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

Definition at line 104 of file Bindings.py.

105  def cast(self, obj) :
106  return self(obj)
107 
#----load dictionary function using Gaudi function---------------------------------------

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