Searched defs:ResourceDenied (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/test/libregrtest/ | ||
D | runtest.py | 93 class ResourceDenied(Skipped): class |
/third_party/python/Lib/test/support/ | ||
D | __init__.py | 123 class ResourceDenied(unittest.SkipTest): class |