Searched refs:ReportLazyModel (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/ValidationKit/testmanager/webui/
H A Dwuimain.py37 from testmanager.core.report import ReportLazyModel, ReportGraphModel, ReportModelBase; namespace
231 d[self.ksActionReportSummary] = lambda: self._actionGenericReport(ReportLazyModel, WuiReportSummary);
232 d[self.ksActionReportRate] = lambda: self._actionGenericReport(ReportLazyModel, WuiReportSuccessRate);
233 d[self.ksActionReportFailureReasons] = lambda: self._actionGenericReport(ReportLazyModel, WuiReportFailureReasons);
/vbox/src/VBox/ValidationKit/testmanager/core/
H A Dreport.py162 class ReportLazyModel(ReportModelBase): # pylint: disable=R0903 class in inherits:ReportModelBase

Completed in 49 milliseconds