Home
last modified time | relevance | path

Searched refs:python_implementation (Results 1 – 25 of 90) sorted by relevance

1234

/aosp_15_r20/external/python/watchdog/tests/
Dmarkers.py3 from platform import python_implementation
7 cpython_only = pytest.mark.skipif(python_implementation() != "CPython", reason="CPython only.")
/aosp_15_r20/external/python/setuptools/
Dsetup.cfg44 python_implementation != "PyPy"
46 python_implementation != "PyPy"
48 python_implementation != "PyPy"
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/wsgiref/
Dsimple_server.py17 from platform import python_implementation
24 sys_version = python_implementation() + "/" + sys.version.split()[0]
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/wsgiref/
H A Dsimple_server.py17 from platform import python_implementation
24 sys_version = python_implementation() + "/" + sys.version.split()[0]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/wsgiref/
Dsimple_server.py17 from platform import python_implementation
24 sys_version = python_implementation() + "/" + sys.version.split()[0]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/wsgiref/
Dsimple_server.py17 from platform import python_implementation
24 sys_version = python_implementation() + "/" + sys.version.split()[0]
/aosp_15_r20/external/python/cpython3/Lib/wsgiref/
Dsimple_server.py17 from platform import python_implementation
24 sys_version = python_implementation() + "/" + sys.version.split()[0]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/wsgiref/
Dsimple_server.py17 from platform import python_implementation
24 sys_version = python_implementation() + "/" + sys.version.split()[0]
/aosp_15_r20/external/python/setuptools/setuptools/tests/
Dtest_develop.py126 platform.python_implementation() == 'PyPy',
170 platform.python_implementation() == 'PyPy',
/aosp_15_r20/external/python/asn1crypto/dev/
Dcoverage.py208 impl = _plat.python_implementation()
235 impl = _plat.python_implementation()
249 payload += 'PYTHON_VERSION=%s %s\n' % (_plat.python_version(), _plat.python_implementation())
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_wsgiref.py16 from platform import python_implementation
108 pyver = (python_implementation() + "/" +
205 py = python_implementation().encode('ascii')
/aosp_15_r20/external/python/markupsafe/tests/
Dtest_leak.py23 if platform.python_implementation() == "PyPy":
/aosp_15_r20/external/python/setuptools/setuptools/_vendor/importlib_metadata/
D_compat.py70 is_pypy = platform.python_implementation() == 'PyPy'
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/
D_compat.py70 is_pypy = platform.python_implementation() == 'PyPy'
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/
D_compat.py70 is_pypy = platform.python_implementation() == 'PyPy'
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/
D_compat.py70 is_pypy = platform.python_implementation() == 'PyPy'
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_vendor/importlib_metadata/
D_compat.py70 is_pypy = platform.python_implementation() == 'PyPy'
/aosp_15_r20/external/python/markupsafe/
Dsetup.py57 elif platform.python_implementation() not in {"PyPy", "Jython"}:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dhelp.py42 implementation = platform.python_implementation()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dhelp.py42 implementation = platform.python_implementation()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dhelp.py42 implementation = platform.python_implementation()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dhelp.py42 implementation = platform.python_implementation()
/aosp_15_r20/external/python/pyasn1/pyasn1/compat/
Dinteger.py12 implementation = platform.python_implementation()
/aosp_15_r20/external/tensorflow/tools/
H A Dtf_env_collect.sh52 platform.python_implementation(),
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/command/
Dinstall.py90 if platform.python_implementation() == 'IronPython':

1234