The Gaudi Framework  master (594c33fa)
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
 cast
 

Detailed Description

Definition at line 179 of file Bindings.py.

Constructor & Destructor Documentation

◆ __init__()

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

Reimplemented from GaudiPython.Bindings.InterfaceCast.

Definition at line 180 of file Bindings.py.

180  def __init__(self, t):
181  deprecation("Use InterfaceCast class instead")
182  InterfaceCast.__init__(self, t)
183 

Member Function Documentation

◆ cast()

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

Definition at line 184 of file Bindings.py.

184  def cast(self, obj):
185  return self(obj)
186 
187 
188 # ----load dictionary function using Gaudi function----------------------------
189 
190 

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