OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DbcheckError
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_decorators.py
20
class
DbcheckError
(Exception):
33
raise
DbcheckError
(exprstr, func, args, kwds)
125
self.assertRaises(
DbcheckError
, f, 1, None)
/external/python/cpython2/Lib/test/
test_decorators.py
20
class
DbcheckError
(Exception):
33
raise
DbcheckError
(exprstr, func, args, kwds)
125
self.assertRaises(
DbcheckError
, f, 1, None)
/external/python/cpython3/Lib/test/
test_decorators.py
19
class
DbcheckError
(Exception):
32
raise
DbcheckError
(exprstr, func, args, kwds)
124
self.assertRaises(
DbcheckError
, f, 1, None)
Completed in 209 milliseconds