![]() |
The Gaudi Framework
v31r0 (aeb156f0)
|
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 84 of file Persistency.py.
def GaudiPython.Persistency.PersistencyHelper.__init__ | ( | self, | |
types | |||
) |
Define the type of persistencies supported by the instance.
Definition at line 89 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 95 of file Persistency.py.
GaudiPython.Persistency.PersistencyHelper.types |
Definition at line 93 of file Persistency.py.