The Gaudi Framework  v32r2 (46d42edc)
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 __call__ (self, obj)
 

Additional Inherited Members

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

Detailed Description

Definition at line 134 of file Bindings.py.

Constructor & Destructor Documentation

◆ __init__()

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

Reimplemented from GaudiPython.Bindings.InterfaceCast.

Definition at line 135 of file Bindings.py.

135  def __init__(self, t):
136  deprecation('Use InterfaceCast class instead')
137  InterfaceCast.__init__(self, t)
138 
def deprecation(message)
Definition: Bindings.py:95

Member Function Documentation

◆ cast()

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

Definition at line 139 of file Bindings.py.

139  def cast(self, obj):
140  return self(obj)
141 
142 
143 # ----load dictionary function using Gaudi function----------------------------
144 
145 

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