The Gaudi Framework  v33r1 (b1225454)
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 145 of file Bindings.py.

Constructor & Destructor Documentation

◆ __init__()

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

Reimplemented from GaudiPython.Bindings.InterfaceCast.

Definition at line 146 of file Bindings.py.

146  def __init__(self, t):
147  deprecation('Use InterfaceCast class instead')
148  InterfaceCast.__init__(self, t)
149 
def deprecation(message)
Definition: Bindings.py:106

Member Function Documentation

◆ cast()

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

Definition at line 150 of file Bindings.py.

150  def cast(self, obj):
151  return self(obj)
152 
153 
154 # ----load dictionary function using Gaudi function----------------------------
155 
156 

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