![]() |
The Gaudi Framework
master (ff829712)
|
Public Member Functions | |
__init__ (self, name, isvc=cppyy.nullptr) | |
retrieveInterface (self) | |
initialize (self) | |
start (self) | |
stop (self) | |
finalize (self) | |
reinitialize (self) | |
restart (self) | |
isValid (self) | |
![]() | |
__init__ (self, name, ip=cppyy.nullptr) | |
getInterface (self) | |
__call_interface_method__ (self, ifname, method, *args) | |
__setattr__ (self, name, value) | |
__getattr__ (self, name) | |
properties (self) | |
name (self) | |
Protected Attributes | |
_isvc | |
![]() | |
_ip | |
_svcloc | |
_name | |
Python equivalent to IProperty interface
Definition at line 385 of file Bindings.py.
GaudiPython.Bindings.iService.__init__ | ( | self, | |
name, | |||
isvc = cppyy.nullptr ) |
Definition at line 388 of file Bindings.py.
GaudiPython.Bindings.iService.finalize | ( | self | ) |
Definition at line 406 of file Bindings.py.
GaudiPython.Bindings.iService.initialize | ( | self | ) |
Definition at line 397 of file Bindings.py.
GaudiPython.Bindings.iService.isValid | ( | self | ) |
Definition at line 415 of file Bindings.py.
GaudiPython.Bindings.iService.reinitialize | ( | self | ) |
Definition at line 409 of file Bindings.py.
GaudiPython.Bindings.iService.restart | ( | self | ) |
Definition at line 412 of file Bindings.py.
GaudiPython.Bindings.iService.retrieveInterface | ( | self | ) |
Reimplemented from GaudiPython.Bindings.iProperty.
Definition at line 392 of file Bindings.py.
GaudiPython.Bindings.iService.start | ( | self | ) |
Reimplemented in GaudiPython.Bindings.AppMgr.
Definition at line 400 of file Bindings.py.
GaudiPython.Bindings.iService.stop | ( | self | ) |
Definition at line 403 of file Bindings.py.
|
protected |
Definition at line 416 of file Bindings.py.