![]() |
The Gaudi Framework
v28r2p1 (f1a77ff4)
|
Public Member Functions | |
def | __init__ (self, types) |
def | handle (self, typ) |
Public Attributes | |
types | |
Base class for extensions to persistency configuration in GaudiPython.
Definition at line 75 of file Persistency.py.
def GaudiPython.Persistency.PersistencyHelper.__init__ | ( | self, | |
types | |||
) |
Define the type of persistencies supported by the instance.
Definition at line 79 of file Persistency.py.
def GaudiPython.Persistency.PersistencyHelper.handle | ( | self, | |
typ | |||
) |
Returns True if the current instance understands the requested persistency type.
Definition at line 84 of file Persistency.py.
GaudiPython.Persistency.PersistencyHelper.types |
Definition at line 83 of file Persistency.py.