The Gaudi Framework
v30r3 (a5ef0a68)
|
Classes | |
class | FileDescription |
class | PersistencyError |
class | PersistencyHelper |
class | RootPersistency |
class | UnknownPersistency |
Functions | |
def | get (type_) |
def | add (instance) |
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 39 of file Persistency.py.
def GaudiPython.Persistency.get | ( | type_ | ) |
Return the PersistencyHerper implementing the given persistency type.
Definition at line 29 of file Persistency.py.
|
private |
Definition at line 4 of file Persistency.py.
|
private |
Definition at line 26 of file Persistency.py.