The Gaudi Framework  v36r1 (3e2fb5a8)
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 156 of file Bindings.py.

Constructor & Destructor Documentation

◆ __init__()

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

Reimplemented from GaudiPython.Bindings.InterfaceCast.

Definition at line 157 of file Bindings.py.

157  def __init__(self, t):
158  deprecation('Use InterfaceCast class instead')
159  InterfaceCast.__init__(self, t)
160 

Member Function Documentation

◆ cast()

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

Definition at line 161 of file Bindings.py.

161  def cast(self, obj):
162  return self(obj)
163 
164 
165 # ----load dictionary function using Gaudi function----------------------------
166 
167 

The documentation for this class was generated from the following file:
GaudiPython.Bindings.deprecation
def deprecation(message)
Definition: Bindings.py:117
GaudiPython.Pythonizations.self
self
Definition: Pythonizations.py:566