Searched refs:DbcheckError (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_decorators.py | 20 class DbcheckError (Exception): class 33 raise DbcheckError(exprstr, func, args, kwds) 125 self.assertRaises(DbcheckError, f, 1, None)
|
/external/python/cpython3/Lib/test/ |
D | test_decorators.py | 19 class DbcheckError (Exception): class 32 raise DbcheckError(exprstr, func, args, kwds) 124 self.assertRaises(DbcheckError, f, 1, None)
|