Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_itertools.py145 @test_support.impl_detail("tuple reuse is specific to CPython")
221 @test_support.impl_detail("tuple reuse is specific to CPython")
292 @test_support.impl_detail("tuple reuse is specific to CPython")
577 @test_support.impl_detail("tuple reuse is specific to CPython")
628 @test_support.impl_detail("tuple reuse is specific to CPython")
738 @test_support.impl_detail("tuple reuse is specific to CPython")
Dtest_descr.py310 @test_support.impl_detail("the module 'xxsubtype' is internal")
354 @test_support.impl_detail("the module 'xxsubtype' is internal")
1439 @test_support.impl_detail("the module 'xxsubtype' is internal")
1502 @test_support.impl_detail("the module 'xxsubtype' is internal")
2069 @test_support.impl_detail("custom logic for printing to real file objects")
4407 @test_support.impl_detail("testing an internal kind of method object")
Dtest_optparse.py386 @test_support.impl_detail('Relies on sys.getrefcount', cpython=True)
/external/python/cpython3/Lib/test/
Dtest_itertools.py285 @support.impl_detail("tuple reuse is specific to CPython")
372 @support.impl_detail("tuple reuse is specific to CPython")
446 @support.impl_detail("tuple reuse is specific to CPython")
885 @support.impl_detail("tuple reuse is specific to CPython")
954 @support.impl_detail("tuple reuse is specific to CPython")
1071 @support.impl_detail("tuple reuse is specific to CPython")
Dtest_descr.py293 @support.impl_detail("the module 'xxsubtype' is internal")
337 @support.impl_detail("the module 'xxsubtype' is internal")
1571 @support.impl_detail("the module 'xxsubtype' is internal")
1635 @support.impl_detail("the module 'xxsubtype' is internal")
4150 @support.impl_detail("testing an internal kind of method object")
Dtest_optparse.py397 @support.impl_detail('Relies on sys.getrefcount', cpython=True)
/external/python/cpython2/Lib/test/support/
D__init__.py1479 return impl_detail(cpython=True)(test)
1481 def impl_detail(msg=None, **guards): function
/external/python/cpython3/Lib/test/support/
D__init__.py1818 return impl_detail(cpython=True)(test)
1820 def impl_detail(msg=None, **guards): function
/external/python/cpython3/Doc/library/
Dtest.rst888 .. decorator:: impl_detail(msg=None, **guards)