Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/lib2to3/tests/
Dtest_all_fixers.py16 @test.support.requires_resource('cpu')
/external/python/cpython3/Lib/test/
Dtest_unicodedata.py14 from test.support import open_urlresource, requires_resource, script_helper
22 @requires_resource('cpu')
75 @requires_resource('cpu')
Dtest_capi.py364 @support.requires_resource('cpu')
368 @support.requires_resource('cpu')
Dtest_site.py501 @test.support.requires_resource('network')
Dtest_io.py1446 @support.requires_resource('cpu')
1804 @support.requires_resource('cpu')
Dtest_unicode.py626 @support.requires_resource('cpu')
/external/python/cpython2/Lib/test/support/
D__init__.py1467 def requires_resource(resource): function
/external/python/cpython2/Lib/test/
Dtest_io.py1004 @support.requires_resource('cpu')
1316 @support.requires_resource('cpu')
/external/python/cpython3/Lib/test/support/
D__init__.py1703 def requires_resource(resource): function
/external/python/cpython3/Doc/library/
Dtest.rst957 .. decorator:: requires_resource(resource)