Definition at line 78 of file ConfigurationShelve.py.
◆ __init__()
def python.ConfigurationShelve.ConfigurationJar.__init__ |
( |
|
self, |
|
|
|
name |
|
) |
| |
Definition at line 79 of file ConfigurationShelve.py.
82 from AthenaCommon.AppMgr
import theApp, ServiceMgr
83 from AthenaCommon.JobProperties
import jobproperties
85 from .
import AlgSequence
as _as
86 self.athMasterSeq = _as.AthSequencer (
"AthMasterSeq")
87 self.athAlgSeq = _as.AthSequencer (
"AthAlgSeq")
88 self.athOutSeq = _as.AthSequencer (
"AthOutSeq")
91 self.ServiceMgr = ServiceMgr
92 self.JobProperties = jobproperties
◆ __getstate__()
def python.ConfigurationShelve.ConfigurationJar.__getstate__ |
( |
|
self | ) |
|
Definition at line 100 of file ConfigurationShelve.py.
100 def __getstate__( self ):
103 d[
'name' ] = self.name
105 d[
'AthMasterSeq' ] = self.athMasterSeq
106 d[
'AthAlgSeq' ] = self.athAlgSeq
107 d[
'AthOutSeq' ] = self.athOutSeq
108 d[
'AppMgr' ] = self.AppMgr
109 d[
'Streams' ] = self.AppMgr._streams
110 d[
'ServiceMgr' ] = self.ServiceMgr
111 d[
'JobProperties' ] = self.JobProperties
◆ __setstate__()
def python.ConfigurationShelve.ConfigurationJar.__setstate__ |
( |
|
self, |
|
|
|
d |
|
) |
| |
Definition at line 115 of file ConfigurationShelve.py.
115 def __setstate__( self, d ):
117 self.__init__( d[
'name' ] )
123 import AthenaCommon.JobProperties
as JobProperties
124 JobProperties.jobproperties = d[
'JobProperties']
◆ __str__()
def python.ConfigurationShelve.ConfigurationJar.__str__ |
( |
|
self | ) |
|
◆ content()
def python.ConfigurationShelve.ConfigurationJar.content |
( |
|
self | ) |
|
◆ getName()
def python.ConfigurationShelve.ConfigurationJar.getName |
( |
|
self | ) |
|
◆ AppMgr
python.ConfigurationShelve.ConfigurationJar.AppMgr |
◆ athAlgSeq
python.ConfigurationShelve.ConfigurationJar.athAlgSeq |
◆ athMasterSeq
python.ConfigurationShelve.ConfigurationJar.athMasterSeq |
◆ athOutSeq
python.ConfigurationShelve.ConfigurationJar.athOutSeq |
◆ JobProperties
python.ConfigurationShelve.ConfigurationJar.JobProperties |
◆ name
python.ConfigurationShelve.ConfigurationJar.name |
◆ ServiceMgr
python.ConfigurationShelve.ConfigurationJar.ServiceMgr |
The documentation for this class was generated from the following file: