|
Gaudi Framework, version v23r9 |
| Home | Generated: Thu Jul 18 2013 |
Classes | |
| class | PersistencyError |
| class | UnknownPersistency |
| class | FileDescription |
| class | PersistencyHelper |
| class | RootPersistency |
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.