The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
GaudiPython.Bindings.Interface Class Reference
Inheritance diagram for GaudiPython.Bindings.Interface:
Collaboration diagram for GaudiPython.Bindings.Interface:

Public Member Functions

 __init__ (self, t)
 
 cast (self, obj)
 
- Public Member Functions inherited from GaudiPython.Bindings.InterfaceCast
 __init__ (self, t)
 
 __call__ (self, obj)
 

Additional Inherited Members

- Public Attributes inherited from GaudiPython.Bindings.InterfaceCast
 type = t
 

Detailed Description

Definition at line 179 of file Bindings.py.

Constructor & Destructor Documentation

◆ __init__()

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

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()

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

Reimplemented from GaudiPython.Bindings.InterfaceCast.

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: