ATLAS Offline Software
Loading...
Searching...
No Matches
print_auditor_callgraph.Steps Class Reference
Collaboration diagram for print_auditor_callgraph.Steps:

Static Public Attributes

str ini = 'Initialization'
str exe = 'Execute'
str fin = 'Finalization'
tuple ALLOWED = ('ini', 'exe', 'fin')

Detailed Description

Definition at line 23 of file print_auditor_callgraph.py.

Member Data Documentation

◆ ALLOWED

tuple print_auditor_callgraph.Steps.ALLOWED = ('ini', 'exe', 'fin')
static

Definition at line 27 of file print_auditor_callgraph.py.

◆ exe

str print_auditor_callgraph.Steps.exe = 'Execute'
static

Definition at line 25 of file print_auditor_callgraph.py.

◆ fin

str print_auditor_callgraph.Steps.fin = 'Finalization'
static

Definition at line 26 of file print_auditor_callgraph.py.

◆ ini

str print_auditor_callgraph.Steps.ini = 'Initialization'
static

Definition at line 24 of file print_auditor_callgraph.py.


The documentation for this class was generated from the following file: