Home
last modified time | relevance | path

Searched refs:ResourceDenied (Results 1 – 25 of 65) sorted by relevance

123

/dports/lang/python-legacy/Python-2.7.18/Lib/ctypes/test/
H A D__init__.py13 class ResourceDenied(unittest.SkipTest): class
44 raise ResourceDenied(msg)
73 except (ResourceDenied, unittest.SkipTest) as detail:
/dports/lang/python27/Python-2.7.18/Lib/ctypes/test/
H A D__init__.py13 class ResourceDenied(unittest.SkipTest): class
44 raise ResourceDenied(msg)
73 except (ResourceDenied, unittest.SkipTest) as detail:
/dports/lang/python310/Python-3.10.1/Lib/test/libregrtest/
H A Druntest.py93 class ResourceDenied(Skipped): class
336 except support.ResourceDenied as msg:
339 return ResourceDenied(test_name)
/dports/lang/python311/Python-3.11.0a3/Lib/test/libregrtest/
H A Druntest.py93 class ResourceDenied(Skipped): class
353 except support.ResourceDenied as msg:
356 return ResourceDenied(test_name)
/dports/lang/python39/Python-3.9.9/Lib/test/libregrtest/
H A Druntest.py95 class ResourceDenied(Skipped): class
327 except support.ResourceDenied as msg:
330 return ResourceDenied(test_name)
/dports/databases/py-gdbm/Python-3.8.12/Lib/tkinter/test/
H A Druntktests.py49 except test.support.ResourceDenied:
/dports/lang/python-legacy/Python-2.7.18/Lib/lib-tk/test/
H A Druntktests.py50 except test.test_support.ResourceDenied:
/dports/lang/python37/Python-3.7.12/Lib/tkinter/test/
H A Druntktests.py49 except test.support.ResourceDenied:
/dports/lang/python-tools/Python-3.8.12/Lib/tkinter/test/
H A Druntktests.py49 except test.support.ResourceDenied:
/dports/lang/python27/Python-2.7.18/Lib/lib-tk/test/
H A Druntktests.py50 except test.test_support.ResourceDenied:
/dports/lang/python38/Python-3.8.12/Lib/tkinter/test/
H A Druntktests.py49 except test.support.ResourceDenied:
/dports/databases/py-sqlite3/Python-3.8.12/Lib/tkinter/test/
H A Druntktests.py49 except test.support.ResourceDenied:
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/tkinter/test/
H A Druntktests.py49 except test.support.ResourceDenied:
/dports/devel/py-blist/blist-1.3.6/blist/test/
H A Dtest_support.py27 class ResourceDenied(TestSkipped): class
93 raise ResourceDenied(msg)
/dports/devel/py-python-pcre/python-pcre-0.7/test/
H A Dtest_support.py50 class ResourceDenied(unittest.SkipTest): class
357 raise ResourceDenied(_is_gui_available.reason)
365 raise ResourceDenied(msg)
964 raise ResourceDenied("an optional resource is not available")
988 denied = ResourceDenied("Resource '%s' is not available" % resource_name)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_support.py48 class ResourceDenied(unittest.SkipTest): class
224 raise ResourceDenied(msg)
751 raise ResourceDenied("an optional resource is not available")
770 denied = ResourceDenied("Resource '%s' is not available" % resource_name)
/dports/lang/python-legacy/Python-2.7.18/Doc/library/
H A Dtest.rst218 .. exception:: ResourceDenied
272 Raise :exc:`ResourceDenied` if *resource* is not available. *msg* is the
273 argument to :exc:`ResourceDenied` if it is raised. Always returns
450 Instances are a context manager that raises :exc:`ResourceDenied` if the
454 attributes on the exception is :exc:`ResourceDenied` raised.
/dports/lang/python27/Python-2.7.18/Doc/library/
H A Dtest.rst218 .. exception:: ResourceDenied
272 Raise :exc:`ResourceDenied` if *resource* is not available. *msg* is the
273 argument to :exc:`ResourceDenied` if it is raised. Always returns
450 Instances are a context manager that raises :exc:`ResourceDenied` if the
454 attributes on the exception is :exc:`ResourceDenied` raised.
/dports/lang/python310/Python-3.10.1/Lib/test/support/
H A Dsocket_helper.py217 denied = support.ResourceDenied("Resource %r is not available" % resource_name)
/dports/lang/python39/Python-3.9.9/Lib/test/support/
H A Dsocket_helper.py217 denied = support.ResourceDenied("Resource %r is not available" % resource_name)
/dports/lang/python311/Python-3.11.0a3/Lib/test/support/
H A Dsocket_helper.py217 denied = support.ResourceDenied("Resource %r is not available" % resource_name)
/dports/devel/py-mypy/mypy-0.910/test-data/stdlib-samples/3.2/test/
H A Dsupport.py62 class ResourceDenied(unittest.SkipTest): class
300 raise ResourceDenied(msg)
860 raise ResourceDenied("an optional resource is not available")
890 denied = ResourceDenied("Resource '%s' is not available" % resource_name)
/dports/lang/python-legacy/Python-2.7.18/Lib/test/support/
H A D__init__.py59 class ResourceDenied(unittest.SkipTest): class
412 raise ResourceDenied(msg)
414 raise ResourceDenied(_is_gui_available.reason)
1152 raise ResourceDenied("an optional resource is not available")
1179 denied = ResourceDenied("Resource '%s' is not available" % resource_name)
/dports/lang/python27/Python-2.7.18/Lib/test/support/
H A D__init__.py59 class ResourceDenied(unittest.SkipTest): class
412 raise ResourceDenied(msg)
414 raise ResourceDenied(_is_gui_available.reason)
1152 raise ResourceDenied("an optional resource is not available")
1179 denied = ResourceDenied("Resource '%s' is not available" % resource_name)
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/future/backports/test/
H A Dsupport.py104 class ResourceDenied(unittest.SkipTest): class
427 raise ResourceDenied(msg)
1158 raise ResourceDenied("an optional resource is not available")
1188 denied = ResourceDenied("Resource %r is not available" % resource_name)

123