ATLAS Offline Software
Loading...
Searching...
No Matches
python.utils.AtlRunQueryCache Namespace Reference

Classes

class  Cache

Functions

 aFunction (x, y, cachekey)

Variables

bool DEBUG = False
int x = 13

Function Documentation

◆ aFunction()

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

Definition at line 82 of file AtlRunQueryCache.py.

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

Variable Documentation

◆ DEBUG

bool python.utils.AtlRunQueryCache.DEBUG = False

Definition at line 9 of file AtlRunQueryCache.py.

◆ x

int python.utils.AtlRunQueryCache.x = 13

Definition at line 86 of file AtlRunQueryCache.py.