ATLAS Offline Software
Classes | Variables
DebugPage Namespace Reference

Classes

class  DebugPage
 

Variables

string __author__ = 'Juerg Beringer'
 
string __version__ = 'DebugPage.py atlas/athena'
 
string debuginfo
 

Variable Documentation

◆ __author__

string DebugPage.__author__ = 'Juerg Beringer'
private

Definition at line 7 of file DebugPage.py.

◆ __version__

string DebugPage.__version__ = 'DebugPage.py atlas/athena'
private

Definition at line 8 of file DebugPage.py.

◆ debuginfo

string DebugPage.debuginfo
Initial value:
1 = """
2 <div class="text">
3 <pre>
4 Python version: %s
5 Web server user: %s
6 whoami output: %s
7 HOME dir: %s
8 URL base path: %s
9 
10 List of pages: %s
11 Page attributes: %s
12 
13 Job directory: %s
14 TaskManager DB: %s
15 www directory: %s
16 nt directory: %s
17 </pre>
18 </div>
19 """

Definition at line 20 of file DebugPage.py.