Exception raised if the persistency type is not known to the module.
Definition at line 26 of file Persistency.py.
◆ __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
◆ type
| GaudiPython.Persistency.UnknownPersistency.type = type_ |
The documentation for this class was generated from the following file: