Home | History | Annotate | Download | only in test

Lines Matching refs:check_impl_detail

38            "check_impl_detail", "get_attribute", "py3k_bytes",

1021 if check_impl_detail(**guards):
1043 def check_impl_detail(**guards):
1046 if check_impl_detail(): # only on CPython (default)
1047 if check_impl_detail(jython=True): # only on Jython
1048 if check_impl_detail(cpython=False): # everywhere except on CPython