Initial value:    1 = [d 
for d 
in [os.path.join(d, 
'GaudiTesting') 
for d 
in sys.path 
if d]
     2             if (d.startswith(
'/builds/gaudi/Gaudi/build-gcc62') 
or     3                 d.startswith(
'/builds/gaudi/Gaudi')) 
and     4                (os.path.exists(d) 
or 'python.zip' in d)]
 Definition at line 3 of file __init__.py.