Searched refs:TMTooManyRows (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/ValidationKit/testmanager/webui/
H A Dwuimain.py39 from testmanager.core.base import TMExceptionBase, TMTooManyRows; namespace
791 except TMTooManyRows:
/vbox/src/VBox/ValidationKit/testmanager/core/
H A Dtestresults.py39 from testmanager.core.base import ModelDataBase, ModelLogicBase, ModelDataBaseTestCase, TMExceptionBase, TMTooManyRows; namespace
862 raise TMTooManyRows('Too many rows returned for idTestSet=%d: %d' % (idTestSet, cRows,));
H A Dbase.py55 class TMTooManyRows(TMExceptionBase): class in inherits:TMExceptionBase

Completed in 590 milliseconds