|  | The Gaudi Framework
    v36r11 (bdb84f5f)
    | 


| Public Member Functions | |
| def | __init__ (self, name, isvc=cppyy.nullptr) | 
| def | retrieveInterface (self) | 
| def | initialize (self) | 
| def | start (self) | 
| def | stop (self) | 
| def | finalize (self) | 
| def | reinitialize (self) | 
| def | restart (self) | 
| def | isValid (self) | 
|  Public Member Functions inherited from GaudiPython.Bindings.iProperty | |
| def | getInterface (self) | 
| def | __call_interface_method__ (self, ifname, method, *args) | 
| def | __setattr__ (self, name, value) | 
| def | __getattr__ (self, name) | 
| def | properties (self) | 
| def | name (self) | 
Python equivalent to IProperty interface
Definition at line 390 of file Bindings.py.
| def GaudiPython.Bindings.iService.__init__ | ( | self, | |
| name, | |||
| isvc = cppyy.nullptr | |||
| ) | 
Reimplemented from GaudiPython.Bindings.iProperty.
Reimplemented in GaudiPython.Bindings.iToolSvc, GaudiPython.Bindings.iNTupleSvc, GaudiPython.Bindings.iHistogramSvc, and GaudiPython.Bindings.iDataSvc.
Definition at line 393 of file Bindings.py.
| def GaudiPython.Bindings.iService.finalize | ( | self | ) | 
Definition at line 411 of file Bindings.py.
| def GaudiPython.Bindings.iService.initialize | ( | self | ) | 
Definition at line 402 of file Bindings.py.
| def GaudiPython.Bindings.iService.isValid | ( | self | ) | 
Definition at line 420 of file Bindings.py.
| def GaudiPython.Bindings.iService.reinitialize | ( | self | ) | 
Definition at line 414 of file Bindings.py.
| def GaudiPython.Bindings.iService.restart | ( | self | ) | 
Definition at line 417 of file Bindings.py.
| def GaudiPython.Bindings.iService.retrieveInterface | ( | self | ) | 
Reimplemented from GaudiPython.Bindings.iProperty.
Definition at line 397 of file Bindings.py.
| def GaudiPython.Bindings.iService.start | ( | self | ) | 
Reimplemented in GaudiPython.Bindings.AppMgr.
Definition at line 405 of file Bindings.py.
| def GaudiPython.Bindings.iService.stop | ( | self | ) | 
Definition at line 408 of file Bindings.py.