Searched refs:is_jython (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_codeop.py | 6 from test.support import is_jython 11 if is_jython: 24 if is_jython: 63 if not is_jython:
|
/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/test_import/ |
D | __init__.py | 23 EnvironmentVarGuard, TESTFN, check_warnings, forget, is_jython, 130 if 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/support/ |
D | __init__.py | 798 is_jython = sys.platform.startswith('java') variable 1544 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
|