Searched refs:python_implementation (Results 1 – 25 of 38) sorted by relevance
12
| /external/python/setuptools/ |
| D | setup.cfg | 44 python_implementation != "PyPy" 46 python_implementation != "PyPy" 48 python_implementation != "PyPy"
|
| /external/python/cpython3/Lib/wsgiref/ |
| D | simple_server.py | 17 from platform import python_implementation 24 sys_version = python_implementation() + "/" + sys.version.split()[0]
|
| /external/python/setuptools/setuptools/tests/ |
| D | test_develop.py | 126 platform.python_implementation() == 'PyPy', 170 platform.python_implementation() == 'PyPy',
|
| /external/python/markupsafe/tests/ |
| D | test_leak.py | 23 if platform.python_implementation() == "PyPy":
|
| /external/python/setuptools/setuptools/_vendor/importlib_metadata/ |
| D | _compat.py | 70 is_pypy = platform.python_implementation() == 'PyPy'
|
| /external/python/markupsafe/ |
| D | setup.py | 57 elif platform.python_implementation() not in {"PyPy", "Jython"}:
|
| /external/python/asn1crypto/dev/ |
| D | coverage.py | 208 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/ |
| D | integer.py | 12 implementation = platform.python_implementation()
|
| /external/tensorflow/tools/ |
| D | tf_env_collect.sh | 52 platform.python_implementation(),
|
| /external/python/setuptools/setuptools/command/ |
| D | install.py | 90 if platform.python_implementation() == 'IronPython':
|
| /external/python/setuptools/setuptools/ |
| D | monkey.py | 31 if platform.python_implementation() == "Jython":
|
| /external/brotli/python/ |
| D | bro.py | 30 runtime = platform.python_implementation()
|
| /external/python/jinja/src/jinja2/ |
| D | debug.py | 211 elif platform.python_implementation() == "PyPy":
|
| /external/python/cpython3/Lib/test/ |
| D | test_wsgiref.py | 16 from platform import python_implementation 108 pyver = (python_implementation() + "/" + 205 py = python_implementation().encode('ascii')
|
| /external/python/cpython2/Lib/test/ |
| D | test_platform.py | 141 self.assertEqual(platform.python_implementation(), info[0])
|
| D | pythoninfo.py | 143 platform.python_implementation())
|
| /external/python/pyyaml/ |
| D | setup.py | 140 implementation = platform.python_implementation()
|
| /external/python/setuptools/setuptools/_vendor/packaging/ |
| D | markers.py | 269 "platform_python_implementation": platform.python_implementation(),
|
| /external/python/setuptools/pkg_resources/_vendor/packaging/ |
| D | markers.py | 269 "platform_python_implementation": platform.python_implementation(),
|
| /external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/ |
| D | _split_definitions_test.py | 226 platform.python_implementation() == "PyPy", "Skip test if run with PyPy!"
|
| /external/python/pyfakefs/pyfakefs/ |
| D | helpers.py | 28 IS_PYPY = platform.python_implementation() == "PyPy"
|
| /external/python/pyfakefs/pyfakefs/tests/ |
| D | test_utils.py | 136 return platform.python_implementation() == "PyPy"
|
| /external/tensorflow/tensorflow/lite/python/ |
| D | interpreter.py | 78 if platform.python_implementation() != 'CPython':
|
| /external/python/jinja/tests/ |
| D | test_loader.py | 347 platform.python_implementation() == "PyPy",
|
| /external/python/apitools/apitools/base/protorpclite/ |
| D | descriptor_test.py | 81 @unittest.skipIf('PyPy' in platform.python_implementation(),
|
12