The Gaudi Framework  v36r9p1 (5c15b2bb)
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 25 of file Persistency.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 30 of file Persistency.py.

30  def __init__(self, type_):
31  super(UnknownPersistency, 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: