Searched refs:check_impl_detail (Results 1 – 8 of 8) sorted by relevance
138 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:
13 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):
1909 if support.check_impl_detail(cpython=True):1979 if support.check_impl_detail(cpython=True):
1553 if support.check_impl_detail(cpython=True):
951 if support.check_impl_detail(cpython=True):
992 if support.check_impl_detail():3889 if support.check_impl_detail():
906 if check_impl_detail(**guards):928 def check_impl_detail(**guards): function1120 MISSING_C_DOCSTRINGS = (check_impl_detail() and
490 .. 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