Home
last modified time | relevance | path

Searched refs:is_jython (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/test/
Dtest_codeop.py14 if support.is_jython:
26 if support.is_jython:
65 if not support.is_jython:
/third_party/python/Lib/test/support/
D__init__.py433 is_jython = sys.platform.startswith('java') variable
629 if is_jython:
/third_party/python/Lib/test/test_import/
D__init__.py22 from test.support import (is_jython, swap_attr, swap_item, cpython_only)
153 if is_jython:
/third_party/python/Doc/library/
Dtest.rst235 .. data:: is_jython