Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_decorators.py20 class DbcheckError (Exception): class
33 raise DbcheckError(exprstr, func, args, kwds)
125 self.assertRaises(DbcheckError, f, 1, None)
/external/python/cpython3/Lib/test/
Dtest_decorators.py19 class DbcheckError (Exception): class
32 raise DbcheckError(exprstr, func, args, kwds)
124 self.assertRaises(DbcheckError, f, 1, None)