Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_code.py138 check_impl_detail, gc_collect)
351 if check_impl_detail(cpython=True) and ctypes is not None:
448 if check_impl_detail(cpython=True) and ctypes is not None:
Dtest_exceptions.py13 from test.support import (captured_stderr, check_impl_detail,
737 if check_impl_detail(cpython=False):
755 if check_impl_detail(cpython=False):
771 if check_impl_detail(cpython=False):
Dtest_math.py1909 if support.check_impl_detail(cpython=True):
1979 if support.check_impl_detail(cpython=True):
Dtest_dict.py1553 if support.check_impl_detail(cpython=True):
Dtest_tempfile.py951 if support.check_impl_detail(cpython=True):
Dtest_descr.py992 if support.check_impl_detail():
3889 if support.check_impl_detail():
/third_party/python/Lib/test/support/
D__init__.py906 if check_impl_detail(**guards):
928 def check_impl_detail(**guards): function
1120 MISSING_C_DOCSTRINGS = (check_impl_detail() and
/third_party/python/Doc/library/
Dtest.rst490 .. function:: check_impl_detail(**guards)
495 check_impl_detail() # Only on CPython (default).
496 check_impl_detail(jython=True) # Only on Jython.
497 check_impl_detail(cpython=False) # Everywhere except CPython.
733 Decorator for invoking :func:`check_impl_detail` on *guards*. If that