Home
last modified time | relevance | path

Searched refs:check_impl_detail (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_code.py115 check_impl_detail)
266 if check_impl_detail(cpython=True) and ctypes is not None:
362 if check_impl_detail(cpython=True) and ctypes is not None:
Dtest_exceptions.py11 from test.support import (TESTFN, captured_stderr, check_impl_detail,
622 if check_impl_detail(cpython=False):
640 if check_impl_detail(cpython=False):
656 if check_impl_detail(cpython=False):
Dtest_tempfile.py874 if support.check_impl_detail(cpython=True):
Dtest_descr.py973 if support.check_impl_detail():
3827 if support.check_impl_detail():
/external/python/cpython2/Lib/test/support/
D__init__.py1482 if check_impl_detail(**guards):
1504 def check_impl_detail(**guards): function
1631 HAVE_DOCSTRINGS = (check_impl_detail(cpython=False) or
/external/python/cpython3/Doc/library/
Dtest.rst504 .. function:: check_impl_detail(**guards)
509 check_impl_detail() # Only on CPython (default).
510 check_impl_detail(jython=True) # Only on Jython.
511 check_impl_detail(cpython=False) # Everywhere except CPython.
890 Decorator for invoking :func:`check_impl_detail` on *guards*. If that
/external/python/cpython3/Lib/test/support/
D__init__.py1821 if check_impl_detail(**guards):
1843 def check_impl_detail(**guards): function
2006 MISSING_C_DOCSTRINGS = (check_impl_detail() and
/external/python/cpython2/Lib/test/
Dtest_descr.py918 if test_support.check_impl_detail():
2490 if test_support.check_impl_detail():
4032 if test_support.check_impl_detail():
4061 if test_support.check_impl_detail():