Home | History | Annotate | Download | only in test

Lines Matching refs:check_impl_detail

41            "check_impl_detail", "get_attribute", "py3k_bytes",
1132 if check_impl_detail(**guards):
1154 def check_impl_detail(**guards):
1157 if check_impl_detail(): # only on CPython (default)
1158 if check_impl_detail(jython=True): # only on Jython
1159 if check_impl_detail(cpython=False): # everywhere except on CPython
1205 HAVE_DOCSTRINGS = (check_impl_detail(cpython=False) or