Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_code.py138 check_impl_detail)
344 if check_impl_detail(cpython=True) and ctypes is not None:
441 if check_impl_detail(cpython=True) and ctypes is not None:
Dtest_exceptions.py12 from test.support import (TESTFN, captured_stderr, check_impl_detail,
682 if check_impl_detail(cpython=False):
700 if check_impl_detail(cpython=False):
716 if check_impl_detail(cpython=False):
Dtest_math.py1844 if support.check_impl_detail(cpython=True):
1914 if support.check_impl_detail(cpython=True):
Dtest_tempfile.py870 if support.check_impl_detail(cpython=True):
Dtest_descr.py982 if support.check_impl_detail():
3874 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.rst583 .. function:: check_impl_detail(**guards)
588 check_impl_detail() # Only on CPython (default).
589 check_impl_detail(jython=True) # Only on Jython.
590 check_impl_detail(cpython=False) # Everywhere except CPython.
974 Decorator for invoking :func:`check_impl_detail` on *guards*. If that
/external/python/cpython3/Lib/test/support/
D__init__.py1718 if check_impl_detail(**guards):
1740 def check_impl_detail(**guards): function
1929 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():