Home
last modified time | relevance | path

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

12

/external/python/pybind11/tests/
Denv.py9 CPYTHON = platform.python_implementation() == "CPython"
10 PYPY = platform.python_implementation() == "PyPy"
/external/python/setuptools/
Dsetup.cfg44 python_implementation != "PyPy"
46 python_implementation != "PyPy"
48 python_implementation != "PyPy"
/external/python/cpython3/Lib/wsgiref/
Dsimple_server.py17 from platform import python_implementation
24 sys_version = python_implementation() + "/" + sys.version.split()[0]
/external/python/setuptools/setuptools/tests/
Dtest_develop.py126 platform.python_implementation() == 'PyPy',
170 platform.python_implementation() == 'PyPy',
/external/python/markupsafe/tests/
Dtest_leak.py23 if platform.python_implementation() == "PyPy":
/external/python/setuptools/setuptools/_vendor/importlib_metadata/
D_compat.py70 is_pypy = platform.python_implementation() == 'PyPy'
/external/python/markupsafe/
Dsetup.py57 elif platform.python_implementation() not in {"PyPy", "Jython"}:
/external/python/cryptography/
Dsetup.py31 if platform.python_implementation() == "PyPy":
/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())
/external/python/pyasn1/pyasn1/compat/
Dinteger.py12 implementation = platform.python_implementation()
/external/tensorflow/tools/
Dtf_env_collect.sh52 platform.python_implementation(),
/external/python/setuptools/setuptools/command/
Dinstall.py90 if platform.python_implementation() == 'IronPython':
/external/python/setuptools/setuptools/
Dmonkey.py31 if platform.python_implementation() == "Jython":
/external/brotli/python/
Dbro.py30 runtime = platform.python_implementation()
/external/python/jinja/src/jinja2/
Ddebug.py211 elif platform.python_implementation() == "PyPy":
/external/python/cpython3/Lib/test/
Dtest_wsgiref.py17 from platform import python_implementation
124 pyver = (python_implementation() + "/" +
221 py = python_implementation().encode('ascii')
/external/python/cpython2/Lib/test/
Dtest_platform.py141 self.assertEqual(platform.python_implementation(), info[0])
Dpythoninfo.py143 platform.python_implementation())
/external/python/pyyaml/
Dsetup.py140 implementation = platform.python_implementation()
/external/python/setuptools/pkg_resources/_vendor/packaging/
Dmarkers.py269 "platform_python_implementation": platform.python_implementation(),
/external/python/setuptools/setuptools/_vendor/packaging/
Dmarkers.py269 "platform_python_implementation": platform.python_implementation(),
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/
D_split_definitions_test.py174 @unittest.skipIf(platform.python_implementation() == 'PyPy',
/external/python/pyfakefs/pyfakefs/
Dhelpers.py25 IS_PYPY = platform.python_implementation() == 'PyPy'
/external/tensorflow/tensorflow/lite/python/
Dinterpreter.py78 if platform.python_implementation() != 'CPython':
/external/python/pyfakefs/pyfakefs/tests/
Dtest_utils.py146 return platform.python_implementation() == 'PyPy'

12