Searched refs:is_jython (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_codeop.py | 6 from test.test_support import run_unittest, is_jython 10 if is_jython: 24 if is_jython: 63 if not is_jython:
|
D | test_traceback.py | 7 from test.test_support import (run_unittest, is_jython, Error, cpython_only, 56 if is_jython:
|
D | test_import.py | 15 is_jython, check_warnings, EnvironmentVarGuard) 65 if is_jython:
|
/external/python/cpython3/Lib/test/ |
D | test_codeop.py | 13 if support.is_jython: 25 if support.is_jython: 64 if not support.is_jython:
|
/external/python/cpython2/Lib/test/support/ |
D | __init__.py | 606 is_jython = sys.platform.startswith('java') variable 1248 if is_jython:
|
/external/python/cpython3/Lib/test/test_import/ |
D | __init__.py | 23 TESTFN, forget, is_jython, 152 if is_jython:
|
/external/python/cpython3/Lib/test/support/ |
D | __init__.py | 711 is_jython = sys.platform.startswith('java') variable 1439 if is_jython:
|
/external/python/cpython2/Doc/library/ |
D | test.rst | 239 .. data:: is_jython
|
/external/python/cpython3/Doc/library/ |
D | test.rst | 235 .. data:: is_jython
|