![]() |
ATLAS Offline Software
|
Go to the source code of this file.
Classes | |
| class | python.trfReports.trfReport |
| Base (almost virtual) report from which all real transform reports derive. More... | |
| class | python.trfReports.trfJobReport |
| Class holding a transform job report. More... | |
| class | python.trfReports.trfExecutorReport |
| Class to contain metadata for an executor. More... | |
| class | python.trfReports.trfFileReport |
| Class to contain metadata for file types. More... | |
| class | python.trfReports.machineReport |
| Report on the machine where we ran. More... | |
Namespaces | |
| namespace | python |
| namespace | python.trfReports |
| namespace | PyJobTransforms.trfReports |
| Transform report classes and helper functions. | |
Functions | |
| python.trfReports.pyJobReportToFileDict (jobReport, io='all') | |
| Small helper function to extract a per-datatype dictionary from a job report of lists. | |
| python.trfReports.exeResourceReport (exe, report) | |
Variables | |
| str | python.trfReports.__version__ = '$Revision: 784023 $' |
| python.trfReports.msg = logging.getLogger(__name__) | |
| dict | python.trfReports.defaultFileReport = {'input': 'name', 'temporary': None, 'output': 'full'} |
| Default values for file reporting. | |