The Gaudi Framework  v33r0 (d5ea422b)
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 144 of file Bindings.py.

Constructor & Destructor Documentation

◆ __init__()

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

Reimplemented from GaudiPython.Bindings.InterfaceCast.

Definition at line 145 of file Bindings.py.

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

Member Function Documentation

◆ cast()

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

Definition at line 149 of file Bindings.py.

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

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