ATLAS Offline Software
Loading...
Searching...
No Matches
python.stl Namespace Reference

Variables

 gccbin = subprocess.getoutput ('which gcc')
 gccdir = os.path.dirname(os.path.dirname(gccbin))
 gccpydir = glob.glob(gccdir + '/share/*/python')[0]

Variable Documentation

◆ gccbin

python.stl.gccbin = subprocess.getoutput ('which gcc')

Definition at line 13 of file stl.py.

◆ gccdir

python.stl.gccdir = os.path.dirname(os.path.dirname(gccbin))

Definition at line 14 of file stl.py.

◆ gccpydir

python.stl.gccpydir = glob.glob(gccdir + '/share/*/python')[0]

Definition at line 15 of file stl.py.