Home
last modified time | relevance | path

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

12

/external/python/pybind11/tests/
Denv.py9 CPYTHON = platform.python_implementation() == "CPython"
10 PYPY = platform.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/cryptography/
Dpyproject.toml6 "cffi>=1.8,!=1.11.3; python_implementation != 'PyPy'",
Dsetup.py49 if platform.python_implementation() == "PyPy":
/external/python/markupsafe/tests/
Dtest_leak.py23 if platform.python_implementation() == "PyPy":
/external/python/markupsafe/
Dsetup.py57 elif platform.python_implementation() not in {"PyPy", "Jython"}:
/external/python/pyasn1/pyasn1/compat/
Dinteger.py12 implementation = platform.python_implementation()
/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/tensorflow/tools/
Dtf_env_collect.sh52 platform.python_implementation(),
/external/python/setuptools/setuptools/command/
Dinstall.py83 if platform.python_implementation() == 'IronPython':
/external/python/setuptools/setuptools/
Dmonkey.py33 if platform.python_implementation() == "Jython":
/external/brotli/python/
Dbro.py30 runtime = platform.python_implementation()
/external/python/setuptools/setuptools/tests/
Dtest_develop.py164 platform.python_implementation() == 'PyPy' and six.PY3,
/external/python/jinja/src/jinja2/
Ddebug.py211 elif platform.python_implementation() == "PyPy":
/external/python/cpython3/Lib/test/
Dtest_wsgiref.py16 from platform import python_implementation
123 pyver = (python_implementation() + "/" +
220 py = python_implementation().encode('ascii')
Dtest_platform.py139 self.assertEqual(platform.python_implementation(), info[0])
/external/python/cpython2/Lib/test/
Dtest_platform.py141 self.assertEqual(platform.python_implementation(), info[0])
Dpythoninfo.py143 platform.python_implementation())
/external/python/setuptools/pkg_resources/_vendor/packaging/
Dmarkers.py266 "platform_python_implementation": platform.python_implementation(),
/external/python/setuptools/setuptools/_vendor/packaging/
Dmarkers.py266 "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/tests/
Dtest_utils.py117 return platform.python_implementation() == 'PyPy'
/external/tensorflow/tensorflow/lite/python/
Dinterpreter.py77 if platform.python_implementation() != 'CPython':
/external/python/pyfakefs/pyfakefs/
Dhelpers.py24 IS_PYPY = platform.python_implementation() == 'PyPy'
/external/python/jinja/tests/
Dtest_loader.py347 platform.python_implementation() == "PyPy",

12