![]() |
The Gaudi Framework
master (ff829712)
|
Public Member Functions | |
__init__ (self, name, ip=cppyy.nullptr) | |
getInterface (self) | |
retrieveInterface (self) | |
__call_interface_method__ (self, ifname, method, *args) | |
__setattr__ (self, name, value) | |
__getattr__ (self, name) | |
properties (self) | |
name (self) | |
Protected Attributes | |
_ip | |
_svcloc | |
_name | |
Python equivalent to the C++ Property interface
Definition at line 282 of file Bindings.py.
GaudiPython.Bindings.iProperty.__init__ | ( | self, | |
name, | |||
ip = cppyy.nullptr ) |
Definition at line 285 of file Bindings.py.
GaudiPython.Bindings.iProperty.__call_interface_method__ | ( | self, | |
ifname, | |||
method, | |||
* | args ) |
Definition at line 298 of file Bindings.py.
GaudiPython.Bindings.iProperty.__getattr__ | ( | self, | |
name ) |
The method which returns the value for the given property - In the case of the valid instance it returns the valid property value through IProperty interface - In the case of placeholder the property value is retrieved from JobOptionsCatalogue
Definition at line 330 of file Bindings.py.
GaudiPython.Bindings.iProperty.__setattr__ | ( | self, | |
name, | |||
value ) |
The method which is used for setting the property from the given value. - In the case of the valid instance it sets the property through IProperty interface - In the case of placeholder the property is added to JobOptionsCatalogue
Definition at line 303 of file Bindings.py.
GaudiPython.Bindings.iProperty.getInterface | ( | self | ) |
Definition at line 290 of file Bindings.py.
GaudiPython.Bindings.iProperty.name | ( | self | ) |
Reimplemented in GaudiPython.Bindings.iAlgTool.
Definition at line 378 of file Bindings.py.
GaudiPython.Bindings.iProperty.properties | ( | self | ) |
Definition at line 356 of file Bindings.py.
GaudiPython.Bindings.iProperty.retrieveInterface | ( | self | ) |
Reimplemented in GaudiPython.Bindings.iAlgorithm, GaudiPython.Bindings.iAlgTool, and GaudiPython.Bindings.iService.
Definition at line 295 of file Bindings.py.
|
protected |
Definition at line 291 of file Bindings.py.
|
protected |
Definition at line 327 of file Bindings.py.
|
protected |
Definition at line 327 of file Bindings.py.