Searched refs:check_impl_detail (Results 1 – 9 of 9) sorted by relevance
138 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:
12 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):
1844 if support.check_impl_detail(cpython=True):1914 if support.check_impl_detail(cpython=True):
870 if support.check_impl_detail(cpython=True):
982 if support.check_impl_detail():3874 if support.check_impl_detail():
1482 if check_impl_detail(**guards):1504 def check_impl_detail(**guards): function1631 HAVE_DOCSTRINGS = (check_impl_detail(cpython=False) or
583 .. 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
1718 if check_impl_detail(**guards):1740 def check_impl_detail(**guards): function1929 MISSING_C_DOCSTRINGS = (check_impl_detail() and
918 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():