![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, name='FilePeekerSvc', **kw) | |
| initialize (self) | |
| finalize (self) | |
| handle (self, incident) | |
| virtual StatusCode | reinitialize () override |
| virtual StatusCode | start () override |
| virtual StatusCode | stop () override |
| virtual StatusCode | sysInitialize () override |
| const char * | typeName () const override |
return the std::type_info name of the underlying py-component This is used by concrete implementations to connect a python component to its C++ counter-part | |
| virtual PyObject * | self () override |
| return associated python object. | |
Protected Member Functions | |
| virtual bool | setPyAttr (PyObject *pyobj) override |
| attach the C++ component to its python cousin | |
Protected Attributes | |
| PyObject * | m_self |
| Pointer to self (from the python world) | |
a service to spy for file meta-data and store this collected data into the pool file, in a python-pickle friendly format
Definition at line 675 of file FilePeekerLib.py.
| python.FilePeekerLib.FilePeekerSvc.__init__ | ( | self, | |
| name = 'FilePeekerSvc', | |||
| ** | kw ) |
Definition at line 680 of file FilePeekerLib.py.
| python.FilePeekerLib.FilePeekerSvc.finalize | ( | self | ) |
Definition at line 699 of file FilePeekerLib.py.
| python.FilePeekerLib.FilePeekerSvc.handle | ( | self, | |
| incident ) |
Definition at line 702 of file FilePeekerLib.py.
| python.FilePeekerLib.FilePeekerSvc.initialize | ( | self | ) |
Definition at line 685 of file FilePeekerLib.py.
|
overridevirtualinherited |
Definition at line 64 of file PyAthenaSvc.cxx.
|
inlineoverridevirtualinherited |
|
overrideprotectedvirtualinherited |
attach the C++ component to its python cousin
Definition at line 154 of file PyAthenaSvc.cxx.
|
overridevirtualinherited |
Definition at line 78 of file PyAthenaSvc.cxx.
|
overridevirtualinherited |
Definition at line 84 of file PyAthenaSvc.cxx.
|
overridevirtualinherited |
Definition at line 90 of file PyAthenaSvc.cxx.
|
overrideinherited |
return the std::type_info name of the underlying py-component This is used by concrete implementations to connect a python component to its C++ counter-part
Definition at line 114 of file PyAthenaSvc.cxx.
|
protectedinherited |
Pointer to self (from the python world)
Definition at line 89 of file PyAthenaSvc.h.