Home
last modified time | relevance | path

Searched defs:IS_64BIT_PROCESS (Results 1 – 3 of 3) sorted by relevance

/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/_pydevd_bundle/
H A Dpydevd_constants.py77 IS_64BIT_PROCESS = sys.maxsize > (2 ** 32) variable
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/
H A Dpydevd_constants.py104 IS_64BIT_PROCESS = sys.maxsize > (2 ** 32) variable
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/_pydevd_bundle/
H A Dpydevd_constants.py104 IS_64BIT_PROCESS = sys.maxsize > (2 ** 32) variable