![]() |
ATLAS Offline Software
|
representation of job databases ========================================== More...
Public Types | |
| typedef HLT::TypeInformation::for_each_type_c< typenameEDMLIST::map, my_functor, my_result<>, my_arg< HLT::TypeInformation::get_cont, CONTAINER > >::type | result |
Public Member Functions | |
| __init__ (self, name) | |
| __getitem__ (self, key, refresh=True) | |
| __setitem__ (self, key, value) | |
| store (self, jar) | |
| retrieve (self, jarname, refresh=True) | |
Protected Attributes | |
| dict | _shelve = self.__openShelves[ name ] |
Static Private Attributes | |
| dict | __openShelves = {} |
representation of job databases ==========================================
Definition at line 37 of file ConfigurationShelve.py.
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
| python.ConfigurationShelve.ConfigurationShelve.__init__ | ( | self, | |
| name ) |
Definition at line 40 of file ConfigurationShelve.py.
| python.ConfigurationShelve.ConfigurationShelve.__getitem__ | ( | self, | |
| key, | |||
| refresh = True ) |
Definition at line 46 of file ConfigurationShelve.py.
| python.ConfigurationShelve.ConfigurationShelve.__setitem__ | ( | self, | |
| key, | |||
| value ) |
Definition at line 67 of file ConfigurationShelve.py.
| python.ConfigurationShelve.ConfigurationShelve.retrieve | ( | self, | |
| jarname, | |||
| refresh = True ) |
Definition at line 73 of file ConfigurationShelve.py.
| python.ConfigurationShelve.ConfigurationShelve.store | ( | self, | |
| jar ) |
Definition at line 70 of file ConfigurationShelve.py.
|
staticprivate |
Definition at line 38 of file ConfigurationShelve.py.
|
protected |
Definition at line 42 of file ConfigurationShelve.py.