HomeSort by relevance Sort by last modified time
    Searched refs:DbcheckError (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decorators.py 20 class DbcheckError (Exception):
33 raise DbcheckError(exprstr, func, args, kwds)
125 self.assertRaises(DbcheckError, f, 1, None)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decorators.py 20 class DbcheckError (Exception):
33 raise DbcheckError(exprstr, func, args, kwds)
125 self.assertRaises(DbcheckError, f, 1, None)

Completed in 613 milliseconds