Home
last modified time | relevance | path

Searched refs:PydevdVmType (Results 1 – 13 of 13) sorted by relevance

/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/
H A Dpydevd_vm_type.py6 class PydevdVmType: class
17 PydevdVmType.vm_type = vm_type
24 if PydevdVmType.vm_type is None:
26 return PydevdVmType.vm_type
34 PydevdVmType.vm_type = str
38 PydevdVmType.vm_type = PydevdVmType.JYTHON
40 PydevdVmType.vm_type = PydevdVmType.PYTHON
H A Dpydevd_constants.py106 IS_JYTHON = pydevd_vm_type.get_vm_type() == pydevd_vm_type.PydevdVmType.JYTHON
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/_pydevd_bundle/
H A Dpydevd_vm_type.py6 class PydevdVmType: class
17 PydevdVmType.vm_type = vm_type
24 if PydevdVmType.vm_type is None:
26 return PydevdVmType.vm_type
34 PydevdVmType.vm_type = str
38 PydevdVmType.vm_type = PydevdVmType.JYTHON
40 PydevdVmType.vm_type = PydevdVmType.PYTHON
H A Dpydevd_constants.py65 IS_JYTHON = pydevd_vm_type.get_vm_type() == pydevd_vm_type.PydevdVmType.JYTHON
/dports/devel/py-pydevd/pydevd-1.1.1/_pydevd_bundle/
H A Dpydevd_vm_type.py6 class PydevdVmType: class
17 PydevdVmType.vm_type = vm_type
24 if PydevdVmType.vm_type is None:
26 return PydevdVmType.vm_type
34 PydevdVmType.vm_type = str
38 PydevdVmType.vm_type = PydevdVmType.JYTHON
40 PydevdVmType.vm_type = PydevdVmType.PYTHON
H A Dpydevd_constants.py40 IS_JYTHON = pydevd_vm_type.get_vm_type() == pydevd_vm_type.PydevdVmType.JYTHON
H A Dpydevd_comm.py309 …if pydevd_vm_type.get_vm_type() == pydevd_vm_type.PydevdVmType.JYTHON and sys.hexversion <= 0x0202…
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/_pydevd_bundle/
H A Dpydevd_vm_type.py6 class PydevdVmType: class
17 PydevdVmType.vm_type = vm_type
24 if PydevdVmType.vm_type is None:
26 return PydevdVmType.vm_type
34 PydevdVmType.vm_type = str
38 PydevdVmType.vm_type = PydevdVmType.JYTHON
40 PydevdVmType.vm_type = PydevdVmType.PYTHON
H A Dpydevd_constants.py106 IS_JYTHON = pydevd_vm_type.get_vm_type() == pydevd_vm_type.PydevdVmType.JYTHON
/dports/devel/py-pydevd/pydevd-1.1.1/
H A Dpydevd.py141 …if pydevd_vm_type.get_vm_type() == pydevd_vm_type.PydevdVmType.JYTHON and sys.hexversion <= 0x0202…
1425 if pydevd_vm_type.get_vm_type() == pydevd_vm_type.PydevdVmType.JYTHON:
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/
H A Dpydevd.py1903 if pydevd_vm_type.get_vm_type() == pydevd_vm_type.PydevdVmType.JYTHON:
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/
H A Dpydevd.py2979 if pydevd_vm_type.get_vm_type() == pydevd_vm_type.PydevdVmType.JYTHON:
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/
H A Dpydevd.py3098 if pydevd_vm_type.get_vm_type() == pydevd_vm_type.PydevdVmType.JYTHON: