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.py292 @support.impl_detail("tuple reuse is specific to CPython")
379 @support.impl_detail("tuple reuse is specific to CPython")
453 @support.impl_detail("tuple reuse is specific to CPython")
892 @support.impl_detail("tuple reuse is specific to CPython")
961 @support.impl_detail("tuple reuse is specific to CPython")
1090 @support.impl_detail("tuple reuse is specific to CPython")
Dtest_descr.py298 @support.impl_detail("the module 'xxsubtype' is internal")
342 @support.impl_detail("the module 'xxsubtype' is internal")
1580 @support.impl_detail("the module 'xxsubtype' is internal")
1663 @support.impl_detail("the module 'xxsubtype' is internal")
1963 @support.impl_detail("testing error message from implementation")
4197 @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__.py1715 return impl_detail(cpython=True)(test)
1717 def impl_detail(msg=None, **guards): function
/external/python/cpython3/Doc/library/
Dtest.rst972 .. decorator:: impl_detail(msg=None, **guards)