PyFoam.Applications.CommonReportRunnerData module

Class that implements the common functionality for reporting the data that was submitted to the runner

class PyFoam.Applications.CommonReportRunnerData.CommonReportRunnerData[source]

Bases: object

The class that reports the resource usage

__dict__ = mappingproxy({'__module__': 'PyFoam.Applications.CommonReportRunnerData', '__doc__': ' The class that reports the resource usage\n ', 'addOptions': <function CommonReportRunnerData.addOptions>, 'reportRunnerData': <function CommonReportRunnerData.reportRunnerData>, '__dict__': <attribute '__dict__' of 'CommonReportRunnerData' objects>, '__weakref__': <attribute '__weakref__' of 'CommonReportRunnerData' objects>})
__module__ = 'PyFoam.Applications.CommonReportRunnerData'
__weakref__

list of weak references to the object (if defined)

addOptions()[source]
reportRunnerData(run)[source]