The Gaudi Framework  v36r1 (3e2fb5a8)
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 24 of file Persistency.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 29 of file Persistency.py.

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

Member Data Documentation

◆ type

GaudiPython.Persistency.UnknownPersistency.type

Definition at line 32 of file Persistency.py.


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