Home
last modified time | relevance | path

Searched defs:ResourceDenied (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/test/libregrtest/
Druntest.py93 class ResourceDenied(Skipped): class
/third_party/python/Lib/test/support/
D__init__.py123 class ResourceDenied(unittest.SkipTest): class