ATLAS Offline Software
Classes | Functions | Variables
python.utils.AtlRunQueryCache Namespace Reference

Classes

class  Cache
 

Functions

def aFunction (x, y, cachekey)
 

Variables

bool DEBUG = False
 
 x
 

Function Documentation

◆ aFunction()

def python.utils.AtlRunQueryCache.aFunction (   x,
  y,
  cachekey 
)

Definition at line 83 of file AtlRunQueryCache.py.

83  def aFunction(x,y,cachekey):
84  print ("expensive")
85  return (3*x,y*y,x+y)
86 

Variable Documentation

◆ DEBUG

bool python.utils.AtlRunQueryCache.DEBUG = False

Definition at line 10 of file AtlRunQueryCache.py.

◆ x

python.utils.AtlRunQueryCache.x

Definition at line 87 of file AtlRunQueryCache.py.

python.utils.AtlRunQueryCache.aFunction
def aFunction(x, y, cachekey)
Definition: AtlRunQueryCache.py:83