Home
last modified time | relevance | path

Searched refs:requires_resource (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Lib/test/
Dtest_unicodedata.py14 from test.support import (open_urlresource, requires_resource, script_helper,
23 @requires_resource('cpu')
76 @requires_resource('cpu')
329 @requires_resource('network')
Dtest_capi.py400 @support.requires_resource('cpu')
404 @support.requires_resource('cpu')
Dtest_site.py476 @test.support.requires_resource('network')
Dtest_io.py1457 @support.requires_resource('cpu')
1831 @support.requires_resource('cpu')
Dtest_unicode.py653 @support.requires_resource('cpu')
Dtest_ssl.py2350 @support.requires_resource('network')
/third_party/python/Lib/lib2to3/tests/
Dtest_all_fixers.py16 @test.support.requires_resource('cpu')
/third_party/python/Lib/test/support/
D__init__.py891 def requires_resource(resource): function
/third_party/python/Doc/library/
Dtest.rst716 .. decorator:: requires_resource(resource)