ATLAS Offline Software
TestEnviron.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 # Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 
4 from __future__ import print_function
5 
6 import os
7 
8 print ('Content-Type: text/html')
9 print () # Blank line, end of headers
10 print ('<html>')
11 for key in os.environ:
12  print('<p><b>',key,':</b>',os.environ[key],'<p>')
13 print ('</html>')
Muon::print
std::string print(const MuPatSegment &)
Definition: MuonTrackSteering.cxx:28