![]() |
The Gaudi Framework
v26r0
|
Classes | |
| class | FileDescription |
| class | PersistencyError |
| class | PersistencyHelper |
| class | RootPersistency |
| class | UnknownPersistency |
Functions | |
| def | get |
| def | add |
Variables | |
| string | __author__ = "Marco Clemencic <marco.clemencic@cern.ch>" |
| list | _implementations = [] |
Module to configure the persistency type in GaudiPython.
| def GaudiPython.Persistency.add | ( | instance | ) |
Function to extend the list of known helpers. New helpers are added to the top of the list.
Definition at line 32 of file Persistency.py.
| def GaudiPython.Persistency.get | ( | type_ | ) |
Return the PersistencyHerper implementing the given persistency type.
Definition at line 23 of file Persistency.py.
| string GaudiPython.Persistency.__author__ = "Marco Clemencic <marco.clemencic@cern.ch>" |
Definition at line 4 of file Persistency.py.
| list GaudiPython.Persistency._implementations = [] |
Definition at line 21 of file Persistency.py.