Searched defs:_validateAndConvertWorker (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/ValidationKit/testmanager/core/ |
H A D | testgroup.py | 146 def _validateAndConvertWorker(self, asAllowNullAttributes, oDb): member in class:TestGroupMemberDataEx 147 dErrors = TestGroupMemberData._validateAndConvertWorker(self, asAllowNullAttributes, oDb);
|
H A D | schedgroup.py | 134 def _validateAndConvertWorker(self, asAllowNullAttributes, oDb): member in class:SchedGroupMemberDataEx 135 dErrors = SchedGroupMemberData._validateAndConvertWorker(self, asAllowNullAttributes, oDb); 405 def _validateAndConvertWorker(self, asAllowNullAttributes, oDb): member in class:SchedGroupDataEx 406 dErrors = SchedGroupData._validateAndConvertWorker(self, asAllowNullAttributes, oDb);
|
H A D | base.py | 296 def _validateAndConvertWorker(self, asAllowNullAttributes, oDb): member in class:ModelDataBase 329 return self._validateAndConvertWorker(getattr(self, 'kasAllowNullAttributes', list()), oDb);
|
H A D | testbox.py | 232 def _validateAndConvertWorker(self, asAllowNullAttributes, oDb): member in class:TestBoxData 234 dErrors = ModelDataBase._validateAndConvertWorker(self, asAllowNullAttributes, oDb);
|
H A D | testcase.py | 917 def _validateAndConvertWorker(self, asAllowNullAttributes, oDb): member in class:TestCaseDataEx 918 dErrors = TestCaseData._validateAndConvertWorker(self, asAllowNullAttributes, oDb);
|
Completed in 99 milliseconds