Home | History | Annotate | Download | only in test

Lines Matching refs:check_impl_detail

42            "check_impl_detail", "get_attribute", "py3k_bytes",
1426 if check_impl_detail(**guards):
1448 def check_impl_detail(**guards):
1451 if check_impl_detail(): # only on CPython (default)
1452 if check_impl_detail(jython=True): # only on Jython
1453 if check_impl_detail(cpython=False): # everywhere except on CPython
1499 HAVE_DOCSTRINGS = (check_impl_detail(cpython=False) or