![]() |
|
|
Generated: 8 Jan 2009 |


Definition at line 79 of file Bindings.py.
Public Member Functions | |
| def | __init__ |
| def | cast |
| def GaudiPython::Bindings::Interface::__init__ | ( | self, | ||
| t | ||||
| ) |
Reimplemented from GaudiPython::Bindings::InterfaceCast.
Definition at line 80 of file Bindings.py.
00080 : 00081 deprecation('Use InterfaceCast class instead') 00082 InterfaceCast.__init__(self,t) def cast(self, obj) :
| def GaudiPython::Bindings::Interface::cast | ( | self, | ||
| obj | ||||
| ) |
Definition at line 83 of file Bindings.py.
00083 : 00084 return self(obj) 00085 00086 #----load dictionary function using Gaudi function--------------------------------------- def loaddict(dict) :