◆ result
◆ __init__()
| python.ConditionsContainerAccess.InterfaceRDS.__init__ |
( |
| self, |
|
|
| t ) |
◆ cast()
| python.ConditionsContainerAccess.InterfaceRDS.cast |
( |
| self, |
|
|
| obj ) |
Definition at line 53 of file ConditionsContainerAccess.py.
53 def cast(self, obj) :
54 if obj :
55 ip = PyLCGDict.libPyROOT.MakeNullPointer(self.type)
56 if obj._isvc.queryInterface(self.type.interfaceID(), ip).isSuccess() :
57 return ip
58 return None
59
◆ type
| python.ConditionsContainerAccess.InterfaceRDS.type = t |
The documentation for this class was generated from the following file: