Searched refs:check_impl_detail (Results 1 – 8 of 8) sorted by relevance
115 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:
11 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):
874 if support.check_impl_detail(cpython=True):
973 if support.check_impl_detail():3827 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
504 .. 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
1821 if check_impl_detail(**guards):1843 def check_impl_detail(**guards): function2006 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():