![]() |
ATLAS Offline Software
|
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, cachedir, form) | |
| __call__ (self, f, *args, **kwds) | |
Public Attributes | |
| cachedir = cachedir.rstrip('/') if os.path.exists(cachedir) else None | |
| form = form | |
Protected Attributes | |
| dict | _cache = {} |
Private Member Functions | |
| __name_pickle_cache (self, key) | |
| __write_to_cache (self, key, value) | |
| __is_cached (self, key) | |
Definition at line 11 of file AtlRunQueryCache.py.
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
| python.utils.AtlRunQueryCache.Cache.__init__ | ( | self, | |
| cachedir, | |||
| form ) |
Definition at line 12 of file AtlRunQueryCache.py.
| python.utils.AtlRunQueryCache.Cache.__call__ | ( | self, | |
| f, | |||
| * | args, | ||
| ** | kwds ) |
Definition at line 20 of file AtlRunQueryCache.py.
|
private |
Definition at line 55 of file AtlRunQueryCache.py.
|
private |
Definition at line 36 of file AtlRunQueryCache.py.
|
private |
Definition at line 41 of file AtlRunQueryCache.py.
|
protected |
Definition at line 13 of file AtlRunQueryCache.py.
| python.utils.AtlRunQueryCache.Cache.cachedir = cachedir.rstrip('/') if os.path.exists(cachedir) else None |
Definition at line 14 of file AtlRunQueryCache.py.
| python.utils.AtlRunQueryCache.Cache.form = form |
Definition at line 15 of file AtlRunQueryCache.py.