The Gaudi Framework  master (1304469f)
Loading...
Searching...
No Matches
GaudiPython.Persistency.UnknownPersistency Class Reference
Inheritance diagram for GaudiPython.Persistency.UnknownPersistency:
Collaboration diagram for GaudiPython.Persistency.UnknownPersistency:

Public Member Functions

 __init__ (self, type_)
 

Public Attributes

 type = type_
 

Detailed Description

Exception raised if the persistency type is not known to the module.

Definition at line 26 of file Persistency.py.

Constructor & Destructor Documentation

◆ __init__()

GaudiPython.Persistency.UnknownPersistency.__init__ ( self,
type_ )

Definition at line 31 of file Persistency.py.

31 def __init__(self, type_):
32 super(UnknownPersistency, self).__init__("Unknown persistency type %r" % type_)
33 self.type = type_
34
35
36# internal storage for the persistency helpers

Member Data Documentation

◆ type

GaudiPython.Persistency.UnknownPersistency.type = type_

Definition at line 33 of file Persistency.py.


The documentation for this class was generated from the following file: