The Gaudi Framework  v39r3 (979e3109)
GaudiPython.Persistency.UnknownPersistency Class Reference
Inheritance diagram for GaudiPython.Persistency.UnknownPersistency:
Collaboration diagram for GaudiPython.Persistency.UnknownPersistency:

Public Member Functions

def __init__ (self, type_)
 

Public Attributes

 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__()

def 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

Definition at line 33 of file Persistency.py.


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