Home
last modified time | relevance | path

Searched refs:IS_JYTHON (Results 1 – 25 of 70) sorted by relevance

123

/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/pydev_tests_python/
H A Dtest_tracing_gotchas.py5 from pydev_tests_python.debugger_unittest import IS_JYTHON
78 (Tracer(), 1 if IS_JYTHON else 4),
80 (TracerChangeToOtherTracing(), 4 if not IS_PY26 and not IS_PY34 and not IS_JYTHON else 1),
H A Dtest_save_locals.py6 from _pydevd_bundle.pydevd_constants import IS_JYTHON, IS_IRONPYTHON
34 @pytest.mark.skipif(IS_JYTHON or IS_IRONPYTHON, reason='CPython/pypy only')
H A Dtest_debugger.py186 if IS_JYTHON:
559 if IS_JYTHON:
804 if IS_IRONPYTHON or IS_JYTHON:
1130 @pytest.mark.skipif(IS_JYTHON, reason='Failing on Jython -- needs to be investigated).')
1200 @pytest.mark.skipif(IS_JYTHON, reason='Failing on Jython -- needs to be investigated).')
1219 @pytest.mark.skipif(IS_JYTHON, reason='Failing on Jython -- needs to be investigated).')
1258 @pytest.mark.skipif(IS_JYTHON, reason='Failing on Jython -- needs to be investigated).')
1282 @pytest.mark.skipif(IS_JYTHON, reason='Failing on Jython -- needs to be investigated).')
1861 @pytest.mark.skipif(IS_JYTHON, reason='Flaky on Jython (needs investigation).')
1872 if IS_JYTHON:
[all …]
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/
H A Dpydevd_daemon_thread.py4 from _pydevd_bundle.pydevd_constants import IS_JYTHON
10 if IS_JYTHON:
38 if IS_JYTHON and not isinstance(threading.currentThread(), threading._MainThread):
H A Dpydevd_constants.py106 IS_JYTHON = pydevd_vm_type.get_vm_type() == pydevd_vm_type.PydevdVmType.JYTHON variable
111 if IS_JYTHON:
123 if IS_JYTHON:
367 if IS_JYTHON:
468 if IS_JYTHON or not dict_keys:
548 if IS_JYTHON:
H A Dpydevd_net_command.py6 get_protocol, IS_JYTHON, ForkSafeLock
114 if IS_JYTHON:
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/_pydevd_bundle/
H A Dpydevd_daemon_thread.py4 from _pydevd_bundle.pydevd_constants import IS_JYTHON
10 if IS_JYTHON:
38 if IS_JYTHON and not isinstance(threading.current_thread(), threading._MainThread):
H A Dpydevd_constants.py106 IS_JYTHON = pydevd_vm_type.get_vm_type() == pydevd_vm_type.PydevdVmType.JYTHON variable
111 if IS_JYTHON:
123 if IS_JYTHON:
369 if IS_JYTHON:
470 if IS_JYTHON or not dict_keys:
550 if IS_JYTHON:
H A Dpydevd_net_command.py6 get_protocol, IS_JYTHON, ForkSafeLock
114 if IS_JYTHON:
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/pydev_tests/
H A Dtest_jysimpleTipper.py8 IS_JYTHON = False variable
10 IS_JYTHON = True variable
31 @pytest.mark.skipif(not IS_JYTHON, reason='Jython related test')
140 @pytest.mark.skipif(not IS_JYTHON, reason='Jython related test')
152 @pytest.mark.skipif(not IS_JYTHON, reason='Jython related test')
H A Dtest_pyserver.py12 IS_JYTHON = sys.platform.find('java') != -1 variable
21 if not IS_JYTHON:
35 @pytest.mark.skipif(IS_JYTHON, reason='Not applicable to Jython')
H A Dtest_jyserver.py12 IS_JYTHON = sys.platform.find('java') != -1 variable
19 @pytest.mark.skipif(not IS_JYTHON, reason='Jython related test')
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydev_bundle/
H A Dpydev_localhost.py5 IS_JYTHON = sys.platform.find('java') != -1 variable
40 if IS_JYTHON:
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/_pydev_bundle/
H A Dpydev_localhost.py5 IS_JYTHON = sys.platform.find('java') != -1 variable
55 if IS_JYTHON:
/dports/devel/py-pydevd/pydevd-1.1.1/_pydev_bundle/
H A Dpydev_localhost.py5 IS_JYTHON = sys.platform.find('java') != -1 variable
40 if IS_JYTHON:
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/_pydev_bundle/
H A Dpydev_localhost.py5 IS_JYTHON = sys.platform.find('java') != -1 variable
40 if IS_JYTHON:
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/jysrc/tests/
H A Dtest_templates.py9 IS_JYTHON = sys.platform.find('java') != -1 variable
179 if IS_JYTHON:
H A Dtest_assign_to_self_attributes.py4 IS_JYTHON = sys.platform.find('java') != -1 variable
114 if IS_JYTHON:
/dports/devel/py-virtualenv/virtualenv-16.7.5/virtualenv_embedded/
H A Dactivate_this.py27 IS_JYTHON = sys.platform.startswith("java") variable
28 if IS_JYTHON:
/dports/devel/py-pydevd/pydevd-1.1.1/_pydevd_bundle/
H A Dpydevd_additional_thread_info_regular.py2 from _pydevd_bundle.pydevd_constants import STATE_RUN, PYTHON_SUSPEND, IS_JYTHON, IS_IRONPYTHON
13 if IS_JYTHON:
H A Dpydevd_constants.py40 IS_JYTHON = pydevd_vm_type.get_vm_type() == pydevd_vm_type.PydevdVmType.JYTHON variable
44 if IS_JYTHON:
162 if IS_JYTHON or not dict_keys:
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/_pydevd_bundle/
H A Dpydevd_additional_thread_info_regular.py2 from _pydevd_bundle.pydevd_constants import STATE_RUN, PYTHON_SUSPEND, IS_JYTHON, IS_IRONPYTHON
15 if IS_JYTHON:
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/third_party/wpt/wpt/tools/wpt/
H A Dvirtualenv.py67 IS_JYTHON = sys.platform.startswith("java")
68 if IS_JYTHON:
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/wpt/
H A Dvirtualenv.py69 IS_JYTHON = sys.platform.startswith("java")
70 if IS_JYTHON:
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/wpt/
H A Dvirtualenv.py69 IS_JYTHON = sys.platform.startswith("java")
70 if IS_JYTHON:

123