Home
last modified time | relevance | path

Searched refs:DbcheckError (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_decorators.py20 class DbcheckError (Exception): class
33 raise DbcheckError(exprstr, func, args, kwds)
125 self.assertRaises(DbcheckError, f, 1, None)