![]() |
The Gaudi Framework
v36r1 (3e2fb5a8)
|
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>" |
(c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations # # This software is distributed under the terms of the Apache version 2 licence, # copied verbatim in the file "LICENSE". More... | |
list | _implementations = [] |
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 49 of file Persistency.py.
def GaudiPython.Persistency.get | ( | type_ | ) |
Return the PersistencyHerper implementing the given persistency type.
Definition at line 39 of file Persistency.py.
|
private |
(c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations # # This software is distributed under the terms of the Apache version 2 licence, # copied verbatim in the file "LICENSE".
# # In applying this licence, CERN does not waive the privileges and immunities # granted to it by virtue of its status as an Intergovernmental Organization # or submit itself to any jurisdiction. #
Definition at line 14 of file Persistency.py.
|
private |
Definition at line 36 of file Persistency.py.