Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_itertools.py294 @support.impl_detail("tuple reuse is specific to CPython")
381 @support.impl_detail("tuple reuse is specific to CPython")
455 @support.impl_detail("tuple reuse is specific to CPython")
894 @support.impl_detail("tuple reuse is specific to CPython")
963 @support.impl_detail("tuple reuse is specific to CPython")
1111 @support.impl_detail("tuple reuse is specific to CPython")
Dtest_descr.py300 @support.impl_detail("the module 'xxsubtype' is internal")
344 @support.impl_detail("the module 'xxsubtype' is internal")
1604 @support.impl_detail("the module 'xxsubtype' is internal")
1687 @support.impl_detail("the module 'xxsubtype' is internal")
1987 @support.impl_detail("testing error message from implementation")
4254 @support.impl_detail("testing an internal kind of method object")
Dtest_optparse.py398 @support.impl_detail('Relies on sys.getrefcount', cpython=True)
/third_party/python/Lib/test/support/
D__init__.py903 return impl_detail(cpython=True)(test)
905 def impl_detail(msg=None, **guards): function
/third_party/python/Doc/library/
Dtest.rst731 .. decorator:: impl_detail(msg=None, **guards)